Skip to content

crowy415/rnaseq-pipeline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rnaseq-pipeline

Step1: Alignment

STAR --genomeDir [path-to-genome-index] --readFilesIn Sample_R1.fastq.gz Sample_R2.fastq.gz --readFilesCommand zcat --runThreadN 4

This will output bam files.

Step2: quantification

featureCounts -a genes.saf -o output.counts [BAM FILES] -F SAF -T 8

quality checks

fastqc *.fastq.gz # check fastq files samtools flagstat [BAM FILES] # check

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.6%
  • Shell 21.9%
  • Makefile 12.4%
  • Rebol 2.1%