Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • transcript count after string tie merge

    Hi, I am trying to get transcript count with stringtie merge command. I have set of gtf output, when I checked the transcript count of individual gtf files, I got some values of transcript count but when I used strigtie merge command to merge all the stringtie files, I got merged output file but the transcript count are all 0 for all the transcripts. I used the following command lines:

    stringtie --merge -p 8 -o stringtie_mergedA.gtf stringtieoutputgtf.txt

    where stringtieoutputgtf.txt looks like:
    /scratch/user/rthapa/RNA-seq/stringtieS1Routput.gtf
    /scratch/user/rthapa/RNA-seq/stringtieS2Routput.gtf
    /scratch/user/rthapa/RNA-seq/stringtieS3Routput.gtf
    /scratch/user/rthapa/RNA-seq/stringtieS4Routput.gtf
    /scratch/user/rthapa/RNA-seq/stringtieS5Routput.gtf
    /scratch/user/rthapa/RNA-seq/stringtieoutputS6R.gtf
    /scratch/user/rthapa/RNA-seq/stringtieoutputS7R.gtf
    /scratch/user/rthapa/RNA-seq/stringtieoutputS8R.gtf
    /scratch/user/rthapa/RNA-seq/stringtieoutputS9R.gtf
    /scratch/user/rthapa/RNA-seq/stringtieoutputS10R.gtf

    python prepDE.py -i sample1.txt

    sample1.txt looks like stringtie_mergedA.gtf /scratch/user/rthapa/RNA-seq/stringtie_mergedA.gtf

    Could you suggest me what could be the problem here?

  • #2
    I'm interpreting your meaning of "transcript counts" to be the expression levels of transcripts. You're correct that those do appear in the individual assemblies however after merging, since the assembly changes, those values are dropped since you built a single annotation from several samples - you cannot also summarize the expression of those transcripts from all samples into a single annotation that may not exactly match any of them.

    If I'm not mistaken you need to take the final merged GTF and then re-run stringtie with quantification only mode (using -e). You'd specify your merged GTF with -G. That should give you expression values for your merged assembly.
    /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
    Salk Institute for Biological Studies, La Jolla, CA, USA */

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Recent Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      Yesterday, 07:48 AM
    • seqadmin
      Essential Discoveries and Tools in Epitranscriptomics
      by seqadmin




      The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
      04-22-2024, 07:01 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 06:57 AM
    0 responses
    9 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 07:17 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-02-2024, 08:06 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-30-2024, 12:17 PM
    0 responses
    23 views
    0 likes
    Last Post seqadmin  
    Working...
    X