Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • RNAddict
    Member
    • Mar 2012
    • 17

    #1

    Comparing mapped reads

    I have used Tophat to map reads to a reference sequences. I would like to identify reads that mapped to multiple sequences. Does anyone know how this can be accomplished?

    E.g. I would like to be able to say, read 1 mapped to reference sequences 1, 3, 23, and 67.

    The above would be ideal... but if that is not possible then something like reference sequence 3 had reads 1, 19, 394, 39291, etc. map to it.

    Any ideas? I feel like this is probably pretty doable I am just a rookie though.
  • kopi-o
    Senior Member
    • Feb 2008
    • 319

    #2
    Look at the NH:i flag at the end of the line. This indicates how many loci the read mapped to. The third column shows which reference sequence the alignment is to.

    Comment

    • swaraj
      Member
      • Feb 2012
      • 50

      #3
      TO GET CLASSIFICATION OF MAPPED READS
      "samtools view sorted.bam | awk '{print $2}' | sort | uniq -c"
      #THIS GIVES A RESULT
      83839545 0
      83824316 16
      6755765 256
      6850132 272

      HERE 0, 16, 256, 272 ARE TOPHAT FLAGS TO UNDERSTAND THEIR MEANING GO TO:http://picard.sourceforge.net/explain-flags.html

      GIVES THE COUNT OF NUMBER OF UNIQUE READS MAPPED

      "samtools view t24hpf_sorted.bam | awk '{print $1}' | sort | uniq -c"

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
        by SEQadmin2



        CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

        Despite this, “CRISPR helped turn genome editing from a specialized technique into
        ...
        07-31-2026, 11:01 AM
      • SEQadmin2
        Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
        by SEQadmin2


        Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

        The systematic characterization of the human proteome has
        ...
        07-20-2026, 11:48 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Today, 10:05 AM
      0 responses
      8 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-13-2026, 12:22 PM
      0 responses
      32 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-11-2026, 10:35 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-06-2026, 07:41 AM
      0 responses
      38 views
      0 reactions
      Last Post SEQadmin2  
      Working...