Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • TopHat: the results confused me

    I used TopHat to find exon-exon junctions.

    But the results in the output 'junctions.bed' files confused me.
    I seperated RNA-seq data into two datasets as one is 76bp*2 another is 40bp*2, then ran TopHat individually.

    However, the two 'junctions.bed' files gave different results.
    Here are examples of the two 'junctions.bed' result:
    One reports the following junctions:
    chromosome12 12302 12721 JUNC00000002 5 -
    chromosome12 33389 34997 JUNC00000003 6 +
    chromosome12 33688 34964 JUNC00000004 2 +
    chromosome12 35474 35675 JUNC00000005 5 +
    chromosome12 35718 35949 JUNC00000006 9 +

    Another reports the following junctions:
    chromosome12 12303 12723 JUNC00000005 26 -
    chromosome12 33679 34982 JUNC00000007 3 +
    chromosome12 35490 35674 JUNC00000008 6 +
    chromosome12 35711 35949 JUNC00000009 7 +

    These junction locations of each output file were similar but different.
    When I extracted the detailed sequences, no GT-AG was found.

    Does anybody know how to explain it?

  • #2
    Maria,

    Since you did not give the complete junctions.bed line, I attached two lines
    from my TopHat analysis:

    75nt run
    chr20 251862 256677 JUNC00000001 11 - 251862 256677 255,0,0 2 46,69 0,4746


    50nt run
    chr20 251879 257723 JUNC00000001 2 - 251879 257723 255,0,0 2 29,39 0,5805


    Here is the link to BED format at ucsc: http://genome.ucsc.edu/FAQ/FAQformat.html#format1

    You can calculate the (start,end) of the junction by:
    e.g.for 75nt run, find col 2, 10, 11, 12:
    col 2: feature start 251862
    col 10: block count 2
    col 11: block sizes 46,69
    col 12: block starts 0,4746
    You can find the splice junction coordinates by:
    start: col2+col11.first.item+1
    end: col2+col12.second.item,
    i.e.,
    start: 251862+46+1=251909, end: 251862+4746=256608
    chr20:251909-256608


    for 50nt run,
    junction is : chr20:251909-257684


    Now, in this case, TopHat finds two different junctions. You can also
    copy and paste the BED directly to ucsc custom track and visualize them.

    Hope it helps.

    Lifeng

    Comment


    • #3
      Hi, Lifeng,

      Thank you so much for you kindness.
      I'll calculate these junctions again according to your remind.

      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