Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Jluis
    Member
    • Apr 2012
    • 44

    Resequencing & variant calling issue

    Dear all,

    I have to analyze a set of samples that come from a re-sequencing project.
    I've been given the coordinates where the genes under analysis (those I should carry out a variant calling analysis on) are located.
    Since there are reads that map spuriously to other places in the ref. genome (due to the DNA amplification process), I need to figure out a way to extract only the reads that map to the coordinates I was informed previously.
    -Can anybody tell me about any tool or R package able to perform this reads filtering?
    -Can the filtering step be avoided by any means (e.g. passing the coordinates to a program that would later do de variant calling without the reads filtering step).?
    -Any suggestions about which software I should use to do the variant calling after that filtering (Samtools, GATK, or any other you may know about?

    Thanks in advance

    JL
  • swbarnes2
    Senior Member
    • May 2008
    • 910

    #2
    You can use BEDTools to filter a .bam based on a .bed file of target coordinates.

    So align everything to the whole genome, for best accuracy, then filter for the reads that hit your targets.

    Comment

    • Jluis
      Member
      • Apr 2012
      • 44

      #3
      @ swbarnes2, thank you very much for your kind help.
      I'd like to ask you a question about bedtools if I may. I've been reading the description of the different bed-tools (http://bedtools.readthedocs.org/en/l...ols-suite.html) but I've been unable to find one that fits the excat functions you suggested. The most similar one (to my understanding) was the "intersect" tool but still doesn't seem to do the filtering you told me about. So, would you please tell me the name of the specific bed-tool you suggested me to use.

      Thanks in advance

      JL

      Comment

      • swbarnes2
        Senior Member
        • May 2008
        • 910

        #4
        I use intersect on exome capture data all the time. You give it a .bam file and a .bed of target regions, and it gets rid of reads that don't intersect the .bed regions.

        If that's not what you want, then I don't get your question.

        Comment

        • Jluis
          Member
          • Apr 2012
          • 44

          #5
          Dear swbarnes2,

          You're right in everything, the program I need is intersectBed. I got it wrong because I didn't understand its functions from the online instructions I referred to yesterday. I've downloaded the Bedtools manual pdf and re-read it, and I found that intersectBed was the tool you were talking about (as you made clear in your previous answer). It seems to be exactly what I need.

          Thank you very much

          JL
          Last edited by Jluis; 01-31-2013, 04:08 AM. Reason: syntaxis

          Comment

          • Jluis
            Member
            • Apr 2012
            • 44

            #6
            @swbarnes2

            I've followed your instructions and then included another couple of steps to perform the whole (to my lack of experience with this particular analysis) study.

            Do you consider this a proper workflow for a vcf analysis or do you think there's some missing step on it?

            -Reads Mapping
            -Bedtools Intersect to extract mapped regions of interest
            -SNP/Indels calling using samtools mpileup/bcftools view and bcftools view/vcf utils

            Thanks in advance for your advice

            Comment

            Latest Articles

            Collapse

            • GATTACAT
              Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by GATTACAT
              Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
              07-01-2026, 11:43 AM
            • SEQadmin2
              Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by SEQadmin2


              I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

              Here are nine questions we think about, in roughly the order they matter, before...
              06-18-2026, 07:11 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 11:05 AM
            0 responses
            7 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-02-2026, 11:08 AM
            0 responses
            28 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-30-2026, 05:37 AM
            0 responses
            27 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-26-2026, 11:10 AM
            0 responses
            27 views
            0 reactions
            Last Post SEQadmin2  
            Working...