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
      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 on Modified Bases...
      Yesterday, 07:01 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

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