Unconfigured Ad

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

    #1

    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
        Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
        by SEQadmin2



        CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

        Despite this, “CRISPR helped turn genome editing from a specialized technique into
        ...
        07-31-2026, 11:01 AM
      • 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, Today, 10:05 AM
      0 responses
      5 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-13-2026, 12:22 PM
      0 responses
      31 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-11-2026, 10:35 AM
      0 responses
      24 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 08-06-2026, 07:41 AM
      0 responses
      38 views
      0 reactions
      Last Post SEQadmin2  
      Working...