Mutate genomes in silico
Hello, I'm looking for a tool that might introduce mutations to genomes. The main idea is to test how mutations will affect mapping (both genome to genome, and short reads to genome). Any recommendations please? Have a great weekend!
• 1,958 views
•
link
3 answers
BamSurgeon for spiking mutations into the reads.
snp-mutator for fasta files.
• 0 views
•
link
mutate.sh from BBMap suite. Take a look at in-line help for additional options.
Written by Brian Bushnell
Last modified August 6, 2019
Description: Creates a mutant version of a genome.
Usage: mutate.sh in=<input file> out=<output file> id=<identity>
I/O parameters:
in=<file> Input genome.
out=<file> Output mutant genome.
vcf=<file> Output VCF file showing variations added.
• 0 views
•
link
Log in to answer this question.
You mean to mutate a fasta (genome sequence) or a fastq (reads) file?
The genome sequences, Thanks