Convert NCBI SRA data to gene expression data
I have downloaded some SRA data from NCBI(GEO)? I converted SRA data into fastq format. I want to know how to convert fastq format to Gene Expression Matrix using STAR, RSEM?
• 2,692 views
•
link
1 answer
Mapping of reads with STAR : https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4631051/ (consult STAR manual for latest changes).
RNAseq expression analysis using DESeq2: https://www.bioconductor.org/packages/devel/workflows/vignettes/rnaseqGene/inst/doc/rnaseqGene.html
RSEM Tutorial: https://github.com/bli25broad/RSEM_tutorial
• 1 views
•
link
Log in to answer this question.