Code Monkey home page Code Monkey logo

cellseq_pipeline's Introduction

The pipeline is for the analysis of multiplexed bulk RNA-seq data in C. elegans; the barcode/UMI structure follows celSeq method. The input are fastq files generated by bcl2fastq.

Steps:

  1. extract valid reads by extractValidReads.py. this scripts extract R1 with valid cell barcode (allow 1 mismatch) and attach the cell barcode&UMI to the header of corresponding R2;
  2. For Quality Control, we use FastQC, Picard, RSEQC to create qc outputs.
  3. A STAR pipeline to align valid reads to the genome. This module includes Quality Control and Genome Alignment using STAR
  4. A ESAT module to count reads for each feature
Inputs:
  • a) Paired Reads: output of Bcl2fastq software which has a structure as shown at below.
S1_L001_R1_001.fastq.gz
S1_L001_R2_001.fastq.gz
  • b) cellBarcodeFile: Valid Barcode File for valid cell barcode extraction.
s3://viafoundry/run_data/genome_data_other/CelSeq/bcSet_full.txt
Outputs:

_UMI table: The output file (${name}_umi_count_.txt) is tab separated gene/transcript vs cell_Barcode matrix filled with count data as shown at the example below.

gene ATCAATCGCGAACCGA ACCCTCAACTCAAACA ACTCATACCCGGAAAT
RNF14 0 0 0
MZT2B 0 12 0
SPN 0 2 8
Containers:
  • Docker: quay.io/viascientific/singlecell_esat:2.0
Run through Via Foundry User Interface:

To start using the CelSeq Pipeline please go to Foundry Web page and click run button.

Run through Command Line:

To install and start using the CelSeq pipeline by using command line, please follow these steps: Installation.

Citation:

If you use Foundry in your research, please cite: Yukselen, O., Turkyilmaz, O., Ozturk, A.R. et al. DolphinNext: a distributed data processing platform for high throughput genomics. BMC Genomics 21, 310 (2020). https://doi.org/10.1186/s12864-020-6714-x

cellseq_pipeline's People

Contributors

onuryukselen 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.