Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • zhkzhou
    Junior Member
    • Nov 2011
    • 4

    Samtools snpcalling

    1. What the maxmium samples in samtools snpcalling at one time?
    2. How to merge the bcf files of multisamples. I mean combine several output bcf files in one(column combine). NOT the bcftools cat.
    3. How to filter the snpcalling result, which paramters can be used to filter?
    Many thanks for you answer.
  • dharan
    Junior Member
    • Jan 2012
    • 7

    #2
    Hi,
    1. I have not tried SNP calling with more than 5 samples but I am sure it should be able to handle atleast 10.
    The way I do my SNP calling in Samtools is I run mpileup for all my samples and parse the output to Bcf tools for creating a bcf file which you don't need to use bcf cat.
    The bcf file that you will obtain is the raw file that you can filter using the samtools perl script vcfutils.pl.
    For more information check this link: http://samtools.sourceforge.net/mpileup.shtml
    Also you can try GATK tools for SNP calling.

    Good Luck!

    Comment

    • swbarnes2
      Senior Member
      • May 2008
      • 910

      #3
      Combining bcfs is not quite what you want to do, if you can help it. If at a locus, you have five samples with the reference allele, three samples with an alternate allele, and no coverage in two more, you want some indication that something is wrong for those two samples at that locus, but the bcf is unlikely to say anything about a region that has poor coverage, which might lead you to think that it has the reference allele.


      You can combine a whole lot of samples in one mpileup call. The only limit is that it will impose a per sample depth cap, so that the total caps across all the samples adds up to 8000. So trying to run more than 400 samples at a time is not going to have enough coverage, but a few dozen should be fine.

      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.
        ...
        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
      • 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, 07-13-2026, 10:26 AM
      0 responses
      20 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-09-2026, 10:04 AM
      0 responses
      30 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-08-2026, 10:08 AM
      0 responses
      18 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-07-2026, 11:05 AM
      0 responses
      34 views
      0 reactions
      Last Post SEQadmin2  
      Working...