Skip to content

dolphinnext/tasic2018_scrnaseq_pipeline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scRNA-Seq (Tasic et al 2018) Pipeline

This single cell RNA-seq pipeline includes Quality Control, rRNA filtering, Genome Alignment using STAR and estimates gene expression levels by GenomeAlignment Package in R.

This pipeline adapted from following study: Paper

Steps:
  1. For Quality Control, we use FastQC to create qc outputs. There are optional read quality filtering (trimmomatic), read quality trimming (trimmomatic), adapter removal (cutadapt) processes available.
  2. STAR is used to count or filter out common RNAs (eg. rRNA, miRNA, tRNA, piRNA etc.).
  3. STAR is used to align RNA-Seq reads to a genome.
  4. SummarizeOverlaps is used to calculate gene counts.
Program Versions:
  • Star v2.6.1 # don't upgrade me - 2.7X indices incompatible with iGenomes.
  • r-base=4.0.0
  • Samtools v1.3
  • Bedtools v2.29.2
  • Ucsc-wigToBigWig v377
  • Macs2 v2.1.2
Pipeline Container:
  • Docker: dolphinnext/tasic2018_scrnaseq_pipeline:1.0
  • GitHub: dolphinnext/tasic2018_scrnaseq_pipeline

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Nextflow 49.7%
  • Dockerfile 43.7%
  • R 6.6%