How to get transcripts counts from STAR
1
0
Entering edit mode
4.4 years ago

Hello,

After successful runs of STAR, in the ReadsPerGene.out.tab file, I only have counts of Genes (ENSG/ENSMUSG) and I don't have counts of transcripts (ENST/ENSMUST), which I need.

My STAR index genome was obtained by reference genome from ENSEMBL and the .gtf annotation files were achieved from ENSEMBL.

This should be simple, but I can't figure it out. How can I achieve this?

Thanks

STAR RNA-Seq deseq2 • 3.3k views
ADD COMMENT
3
Entering edit mode
4.4 years ago
h.mon 35k

You can't get transcript counts directly from STAR. You have to output the BAM aligned to the transcriptome (option --quantMode TranscriptomeSAM) and then use RSEM, eXpress or Salmon to perform the quantification.

ADD COMMENT

Login before adding your answer.

Traffic: 2543 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6