Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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


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

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM
      • seqadmin
        Strategies for Sequencing Challenging Samples
        by seqadmin


        Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
        03-22-2024, 06:39 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      18 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      22 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      47 views
      0 likes
      Last Post seqadmin  
      Working...
      X