Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • wisosonic
    Member
    • Mar 2011
    • 14

    Samtools (sequence alignment/mapping)

    hi all,

    i am working on a project that i should find SNPs in the exome. so i installed Bowtie and i run it normaly with a set of reads. the result is in text format.

    Now i want to work with Samtools to map this reads on the genome and to find SNPs. I took a look on samtools manual, but its so complicated and i dont know how do i start.
    Its mentioned that samtools supports SAM/BAM format as input, but i think i didnt understand the right way to proceed with samtools, like : what format should i get after using Bowtie to be the samtools's input, and then what should i do with that input ....

    so i will be very thankfull if someone could tell me those steps to do, cz seaching on the web its not always the best way.

    thanks in advance
    wassim
  • n00c
    Member
    • Nov 2009
    • 12

    #2
    It seems that most people prefer BWA over Bowtie for resequencing and targeted/capture sequencing like in your case, and Bowtie over BWA for RNA-seq (reason being that Bowtie does not handle indels correctly which may give rise to higher false discover rate with SNPs). So you may want to look at BWA if you haven't yet -- but perhaps you already chose Bowtie for some other specific reason.

    Getting back to your question -- you would need to get Bowtie (if that's what you want to use) to output BAM format. For SNP calling, the "mpileup" command in Samtools is the way to go. You may also want to remove PCR duplicates before you run Samtools. So I would recommend: (1) Map reads using BWA (or if you have a specific reason to use Bowtie, then Bowtie) producing BAM files, (2) Run Picard MarkDuplicates on the BAM files, (3) Run Samtools mpileup to produce VCF files containing SNP calls, (4) Validate your SNP calls by looking at Ti/Tv ratio, dbSNP concordance etc.

    Some info about mpileup:
    Last edited by n00c; 03-27-2011, 06:01 PM.

    Comment

    • wisosonic
      Member
      • Mar 2011
      • 14

      #3
      Thank you so much ... i will check BWA, i heard about it but i didn't tested it yet.

      Comment

      Latest Articles

      Collapse

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 06-09-2026, 11:58 AM
      0 responses
      21 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      27 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-04-2026, 08:59 AM
      0 responses
      38 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-02-2026, 12:03 PM
      0 responses
      61 views
      0 reactions
      Last Post SEQadmin2  
      Working...