This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Estimating the abundance of the transcripts and genes using stringtie

Hi, Given that the genes and isoforms present in one sample are rarely identical to those present in all other samples in a given experiment, and so they need to be assembled in a consistent manner so that they can be compared, so we merge these GTF files into one single file. When merging is it advised to combine them irrespective of the treatments or group them at this stage itself into control and treatment??

Does the estimation of transcript and gene abundance be performed with respect to the merged file or with respect to the reference gene annotation file??

Thanks

rna-seq stringtie

2 answers

Group all of your samples together, regardless of treatment group. That gives you a comparable set of genes/transcripts for quantification.

Thanks for your valuable suggestion. Very helpful for a beginner like me in this aspect to improve my understanding.

Log in to answer this question.