![]() |
|
|||||||
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question on calling SNPs using samtools/bcftools | nkwuji | Bioinformatics | 6 | 02-19-2013 08:52 AM |
| calling SNPs for prokaryotes | Kasycas | Bioinformatics | 3 | 02-28-2012 01:33 AM |
| calling Heterozygous SNPs with samtools mpileup | egatti | Bioinformatics | 1 | 07-21-2011 08:16 AM |
| SNPs calling accuracy: MAQ vs. SliderII | nmalhis | Bioinformatics | 0 | 04-02-2009 09:51 AM |
| calling SNPs | asankaf | General | 2 | 02-04-2009 06:45 PM |
![]() |
|
|
Thread Tools |
|
|
#21 |
|
Junior Member
Location: germany Join Date: Mar 2012
Posts: 3
|
Hi,
I wanna ask about the samtools mpileup and Gatk commands for haploid genome in bacteria. I tried them many times but it always hangs with me. knowing that I did my allignment using Bowtie 2 which allows allignments with gaps. for instance , this is my mpileup command : samtools mpileup -uf NC_008596.1.fasta mt1sortfilter.bam ->snp/pileup/mt1.pileup I don't know what's wrong, but it freeze and give nothing for hours thanks |
|
|
|
|
|
#22 | |
|
Member
Location: Mexico Join Date: Feb 2011
Posts: 17
|
Quote:
|
|
|
|
|
|
|
#23 |
|
Junior Member
Location: germany Join Date: Mar 2012
Posts: 3
|
HI vv85,
Thanks a lot , that was the reason . But do you know really if samtools pileup and GATK are really applicable in haploid genomes or i will get false positive variants? Thanks alot |
|
|
|
|
|
#24 |
|
Member
Location: Mexico Join Date: Feb 2011
Posts: 17
|
Like another poster has mentioned I prefer using samtools on haploid genomes. False positive variants are always possible depending on the initial sequencing data you're using and specific features of your genome.
|
|
|
|
|
|
#25 | |
|
Junior Member
Location: usa Join Date: Jul 2011
Posts: 3
|
You may try this recent program SNVer.
http://snver.sourceforge.net/ It models the number of haploids in its model so it is applicable to haplid genomes too. Quote:
|
|
|
|
|
|
|
#26 |
|
Member
Location: Seattle, USA Join Date: Nov 2009
Posts: 12
|
@Kasycas and @jgibbons1.
Its highly possible you wrote/found a script to map your SNPs on to genes (or find out synonymous and non-syn mutations. I use snpEFF program for that. All you need is your VCF file and gene annotations in GFF format. http://snpeff.sourceforge.net/ Shamefully agree, i wrote a (inferior)script to do it myself before finding this one. Gowthaman |
|
|
|
|
|
#27 | |
|
Member
Location: Boston, MA Join Date: Apr 2010
Posts: 35
|
Quote:
Did you submit bug reports about these issues? We have been using freebayes for haploid detection without issue. When you say that freebayes was reporting many false SNPs, was this before or after you filtered the output on the QUAL field? It is our expectation that users filter the output data, and the output will include many SNPs with very low reported quality so as to allow filtering at any desired level. The test setup you are describing is very similar to one we use during development, but your results are dramatically different. Also, I am not aware of any existing issues with larger genomes, as we typically work with human samples, but again, I will be able to resolve anything with a bug report. It's likely that if other users reported the same issues they have been resolved in the time since you tested. |
|
|
|
|
|
|
#28 |
|
Member
Location: Boston, MA Join Date: Apr 2010
Posts: 35
|
To answer the original post, simply running
% freebayes -p 1 -f reference.fasta alignments.bam is sufficient to generate haploid SNP, indel, and complex allele calls using freebayes. The method is described in arXiv:1207.3907, "Haplotype-based variant detection from short-read sequencing." If anyone has issues with this method, please report them to me (via email) or to the freebayes mailing list. Happy variant detecting. |
|
|
|
![]() |
| Tags |
| haploid, snps |
| Thread Tools | |
|
|