StringTie merged transcripts for two different conditions
1
0
Entering edit mode
2.5 years ago
Vitor1 ▴ 120

Hi guys,

When using StringTie for finding new transcripts in two different conditions, for example treatment_A and treatment_B, do I need to have two different (one for each condition) merged .gtf files? For later running StringTie -eB for samples of treatment_A with the merged .gtf files obtained from this respective condition and the same with treatment_B.

Or, can I have a pool of the .gtf files comprising all merged transcripts from all samples and then run StringTie -eB? Which one is the best for figuring out possible novel transcripts?

Thanks!

gtf coverage stringtie • 900 views
ADD COMMENT
2
Entering edit mode
2.5 years ago

If the aim is to do differential expression, then you deifnately need to use a pooled GTF - all RNAseq differential expression analysis statistics rely on the idea that the same thing is being quantified in two conditions. This means that although read coverage is biased (ten copies of gene A will lead to a different number of reads vs ten copies of gene B), the biases are the same for the same gene in different samples, so it is possible to compare read counts for the same gene across samples.

Even if you aim is to find transcripts that are 0 in one condition (i.e. entirely absent) and present in the other, i'd still use a pooled GTF - you want to be sure that the transcript isn't expressed by directly trying to quantify it.

ADD COMMENT
0
Entering edit mode

Oh, I totally get it now. Thanks for the explanation!

ADD REPLY

Login before adding your answer.

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