Entering edit mode
8.1 years ago
namgyalwangstuklama
▴
10
I want to perform a SNP analysis between two bacterial genomes. which tool is best for doing so? please help...
I want to perform a SNP analysis between two bacterial genomes. which tool is best for doing so? please help...
Use programs that have been specifically made for bacterial genomes, like Breseq (from FASTQs) or Snippy (from either FASTAs or FASTQs). In the Breseq paper you'll find the reasons why it's wrong to use programs that do not natively support haploid genomes.
BBMap's callvariants.sh natively supports haploid genomes; the default ploidy is 1. It's been used extensively tracking SNP evolution in mutant E.coli populations.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
To analyze SNP between two bacterial genomes, you may use histogram plot. You can see my programs at https://github.com/cyinbox/NGS
Hmmm, can you elaborate how do histograms contribute to SNP identification? It is also not clear how to use the tools you linked.