Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Ms@New
    Member
    • Jun 2010
    • 17

    maq output

    Hi,

    I want to have a distribution of number of mismatches in mapped reads from .map file. (how many of mapped reads have 1 mismatch, how may have 2, etc.)

    it's a straight forward question, I'm guessing there is a a straight forward answer.
    I found pileup and mapcheck, but none of them gives me the information that I need.

    can any one help me with this?

    Thanks
  • adamdeluca
    Member
    • Jul 2010
    • 95

    #2
    mapview gives you the number of mismatches for each read (column 10 I believe)
    then:
    cut -f10 | sort | uniq -c

    Comment

    • Ms@New
      Member
      • Jun 2010
      • 17

      #3
      thanks adam

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      14 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      28 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 11:40 AM
      0 responses
      22 views
      0 reactions
      Last Post SEQadmin2  
      Working...