This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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?

alignment rna-seq genome ncbi

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

Log in to answer this question.