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

      • SEQadmin2
        Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
        by SEQadmin2



        Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
        ...
        Yesterday, 11:10 AM
      • SEQadmin2
        Cancer Drug Resistance: The Lingering Barrier to Rising Survival
        by SEQadmin2



        Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

        There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
        07-08-2026, 05:17 AM
      • 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Yesterday, 10:04 AM
      0 responses
      10 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-08-2026, 10:08 AM
      0 responses
      8 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-07-2026, 11:05 AM
      0 responses
      16 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-02-2026, 11:08 AM
      0 responses
      31 views
      0 reactions
      Last Post SEQadmin2  
      Working...