Differential expression analysis at transcript isoform level
2
0
Entering edit mode
8.8 years ago
seta ★ 1.9k

Hi everybody,

I would like to know how I can do differential expression analysis at the transcript isoform level, assuming gene A as a differential expressed gene has 4 transcript isoforms (say, ENST00000339847, ENST00000417570, ENST00000547437, ENST00000551730), how to figure out which transcript is differentially expressed?

Thanks

RNA-Seq • 3.2k views
ADD COMMENT
2
Entering edit mode
8.8 years ago

You need to use programs like tuxedo-suite or StringTie that estimates transcript level abundances and DE transcripts.

Basic pipeline would be to use a splice aware aligner like STAR or TopHat2 and input the resulting bam files to cufflinks/cuffdiff or StringTie to get DE transcripts.

STAR is super fast than tophat2 but before using it you should read about the compatibility of STAR output with the cuffdiff/StringTie as these programs requires a specific flag for reads aligned in a spliced manner.

ADD COMMENT
1
Entering edit mode
8.8 years ago
EVR ▴ 610

Hi,

Try Trinity pipeline, with that you can find the differential expression for isoforms as well as gene level. Here is the link: http://trinityrnaseq.github.io/#Downstream_analyses

ADD COMMENT

Login before adding your answer.

Traffic: 2217 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