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
      Latest Developments in Precision Medicine
      by seqadmin



      Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

      Somatic Genomics
      “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
      05-24-2024, 01:16 PM
    • 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...
      05-06-2024, 07:48 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 06:55 AM
    0 responses
    12 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-30-2024, 03:16 PM
    0 responses
    24 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-29-2024, 01:32 PM
    0 responses
    29 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-24-2024, 07:15 AM
    0 responses
    215 views
    0 likes
    Last Post seqadmin  
    Working...
    X