Header Leaderboard Ad

Collapse

Reads identifiers of reads spanning a SNP

Collapse

Announcement

Collapse

SEQanswers June Challenge Has Begun!

The competition has begun! We're giving away a $50 Amazon gift card to the member who answers the most questions on our site during the month. We want to encourage our community members to share their knowledge and help each other out by answering questions related to sequencing technologies, genomics, and bioinformatics. The competition is open to all members of the site, and the winner will be announced at the beginning of July. Best of luck!

For a list of the official rules, visit (https://www.seqanswers.com/forum/sit...wledge-and-win)
See more
See less
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Reads identifiers of reads spanning a SNP

    Hi

    I am using Samtools to call SNPs in number of samples. Is there any way I can extract the reads (read Ids) and specify how many reads support the SNP an how many don't? Any help is appreciated as I am a newbie.

  • #2
    Originally posted by pm2012 View Post
    Hi

    I am using Samtools to call SNPs in number of samples. Is there any way I can extract the reads (read Ids) and specify how many reads support the SNP an how many don't? Any help is appreciated as I am a newbie.
    Something like
    Code:
    samtools view file.bam chr3:1234567-1234567 > SNP.sam
    Will get you just the .bam entries that cross the SNP at 1234567

    Comment


    • #3
      Thanks for your reply. Yes I am able to isolate/identify all the reads at a specific position. However, not all the reads spanning the SNP position will have the SNP (e.g in heterologous SNPs, where half of reads will have SNP and half of them won't). I was asking if it would be possible to isolate all the reads (read IDs) spanning the SNP loci and identify which ones have the SNP and which ones don't.
      Last edited by pm2012; 04-08-2013, 08:51 AM. Reason: more clarification added

      Comment


      • #4
        You could likely do that with a short script after dumping the reads into a file using the command that swbarnes provided.

        However the SNP caller might still not consider some reads as supporting evidence of a SNP depending on the mapping quality, base quality at that position in a read etc, so it gets complicated at this point.

        Comment


        • #5
          If you make a vcf, the DP4 value will tell you how many high quality reads support the reference or alternate letter.

          Comment


          • #6
            Thanks all for your replies. I might have to just write a script to do this as I don't see a way to parse out read id from the mpileup output. In my case I want to identify the exact reads (their read ids) that support or not support SNPs.

            Comment

            Latest Articles

            Collapse

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Yesterday, 10:20 AM
            0 responses
            9 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-07-2023, 07:14 AM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-06-2023, 01:08 PM
            0 responses
            13 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 06-01-2023, 08:56 PM
            0 responses
            166 views
            0 likes
            Last Post seqadmin  
            Working...
            X