Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Cuffcompare fails to properly match reference to itself

    I have stumbled upon something that I consider really strange.

    I ran cuffcompare (2.2.0) on the Ensembl mouse reference annotation from igenomes (NCBI37, May 14 22:13), using both the same genes.gtf as reference and query (nevermind why; just for some troubleshooting).

    Code:
    cuffcompare -r igenomes/Mus_musculus/Ensembl/NCBIM37/Annotation/Genes/genes.gtf igenomes/Mus_musculus/Ensembl/NCBIM37/Annotation/Genes/genes.gtf
    What I observed was this:

    Code:
    awk '{print $3}' Ensembl_Ensembl.genes.gtf.refmap | sort | uniq -c
      93459 =
        180 c
          1 class_code
    Now, why are there 180 transcripts in the reference that do not completely match themselves in the same reference?

    I find this really strange. And since I have been getting some strange results in other parts of my analysis (regarding fpkm distributions of "=" and "c" transcripts), I would really like to know the reason that the above situation occurs.

    I decided to take a closer look at some of the "c" transcripts of the "Ensembl-Ensembl" comparison. Gm8292 is one of the problamatic genes. This gene has two different transcripts registered in the genes.gtf file:

    Code:
    grep "Gm8292" genes.gtf
    
    1       pseudogene      exon    55392211        55392351        .       +       .       exon_number "1"; gene_biotype "pseudogene"; gene_id "ENSMUSG00000089944"; gene_name "Gm8292"; transcript_id "ENSMUST00000135190"; transcript_name "Gm8292-201"; tss_id "TSS72358";
    1       transcribed_processed_pseudogene        exon    55392245        55392640        .       +       .       exon_number "1"; gene_biotype "pseudogene"; gene_id "ENSMUSG00000089944"; gene_name "Gm8292"; transcript_id "ENSMUST00000162574"; transcript_name "Gm8292-001"; tss_id "TSS50335";
    1       pseudogene      exon    55392353        55392727        .       +       .       exon_number "2"; gene_biotype "pseudogene"; gene_id "ENSMUSG00000089944"; gene_name "Gm8292"; transcript_id "ENSMUST00000135190"; transcript_name "Gm8292-201"; tss_id "TSS72358";
    The corresponding cuffcompare annotation in the refmap file for this gene:

    Code:
    grep "Gm8292" Ensembl_Ensembl.genes.gtf.refmap
    
    Gm8292  ENSMUST00000135190      =       Gm8292|ENSMUST00000135190
    Gm8292  ENSMUST00000135190      c       Gm8292|ENSMUST00000162574
    So it appears that ENSMUST00000135190 completely matches one of the two annotated transcripts for this gene ("="), while the other (ENSMUST00000162574) is only considered a partial match, even though it obviusly is present in the genes.gtf file.

    (One might note that this particular problematic transcript is a transcribed processed pseudogene, but there are also regular protein coding transcripts among the 180 "c" matches.)

    Maybe I have misunderstood something fundamentally about how cuffcompare works. One explanation could simply be that every isoform except for the "largest" isoform of a given gene is considered a partial match to that larger isoform. But if that was the case, shouldn't there be more than 180 such alternative isoforms in the mouse genome instead? This makes me think that this is a bug in cuffcompare.

    Can anyone shed any light on this? Has anyone seen anything similar? Any theories about what might be going on here?

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...
    05-06-2024, 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, Yesterday, 06:35 AM
0 responses
15 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-09-2024, 02:46 PM
0 responses
21 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-07-2024, 06:57 AM
0 responses
18 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-06-2024, 07:17 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Working...
X