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
      Current Approaches to Protein Sequencing
      by seqadmin


      Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
      04-04-2024, 04:25 PM
    • seqadmin
      Strategies for Sequencing Challenging Samples
      by seqadmin


      Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
      03-22-2024, 06:39 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 04-11-2024, 12:08 PM
    0 responses
    18 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    22 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    16 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    47 views
    0 likes
    Last Post seqadmin  
    Working...
    X