How to create alternate reference for SNPs?
Hi,
I am looking for ways to create alternate references for metagenomes. I would like to introduce SNPs every other x base pairs in the new reference using the original reference. Ideally if there is a package that does this, I appreciate to know about it, otherwise what is your recommendation to do it?
• 1,191 views
•
link
0 answers
No answers yet.
Log in to answer this question.
If you have the reference then
mutate.shfrom BBMap suite can introduce mutations that you control. It will also make a corresponding VCF. If you would like to simulate the meragenome itself first thenrandomreads.shfrom BBMap can do that withmetagenome=tflag.Thanks! Yes, I have the reference and the idea is to make an alternate version of that reference with introducing mutations. If you have experience with
mutate.shI wonder ifSubstitution rate, 0 to 1means 0.1 will replace 10 percent of bases?