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
        Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
        by SEQadmin2


        Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

        The systematic characterization of the human proteome has
        ...
        07-20-2026, 11:48 AM
      • 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.
        ...
        07-09-2026, 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 07-24-2026, 12:17 PM
      0 responses
      31 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-23-2026, 11:41 AM
      0 responses
      23 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-20-2026, 11:10 AM
      0 responses
      214 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-13-2026, 10:26 AM
      0 responses
      79 views
      0 reactions
      Last Post SEQadmin2  
      Working...