Git Product home page Git Product logo

riboflow_umi's Introduction

RIBOFLOW with UMIs

This is a preliminary version of RiboFlow that can process libraries prepared with Unique Molecular Identifiers (UMIs).

RiboFlow extracts UMIs and stores them in the Fastq headers and uses the UMIs in deduplication ( instead of position based read collapsing ). For this purpose RiboFlow uses umi_tools.

Existing Users of RiboFlow:

Install umi_tools.

conda install -c bioconda -c conda-forge umi_tools

Note that umi_tools is not in the Docker image of RiboFlow yet (coming soon though). So DO NOT RUN Riboflow using the Docker Image for UMI runs.

Project File:

See also project.yaml in this repo.

The following parameter must be set:

dedup_method: "umi_tools"

Also, depending on the organization of the UMI sequences, users must set the following two parameters:

umi_tools_extract_arguments: "-p \"^(?P<umi_1>.{12})(?P<discard_1>.{4}).+$\" --extract-method=regex"
umi_tools_dedup_arguments:   "--read-length"

The above example takes the first 12 nucleotides from the 5' end, discards the 4 nucleotides downstream and writes the 12 nt UMI sequence to the header. The second parameter tells umi_tools to use read lengths IN ADDITION to UMI sequencing in collapsing reads. Note that these two arguments are directly provided to umi_tools. So users are encouraged to familirize themselves with umi_tools.

RiboFlow.groovy file

RiboFlow.groovy file has been updated to incorporate umi_tools. So existing users need to replace their RiboFlow.groovy with the new one in this repository.

RNA-Seq support

In the current version UMIs for only ribosome profiling libraries are supported. So RNA-Seq libraries can either be used without deduplication or the reads can be collapsed based on position.

riboflow_umi's People

Contributors

hakanozadam avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.