Mutate genomes in silico
3
0
Entering edit mode
18 months ago
biobiu ▴ 150

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!

genome • 910 views
ADD COMMENT
0
Entering edit mode

You mean to mutate a fasta (genome sequence) or a fastq (reads) file?

ADD REPLY
0
Entering edit mode

The genome sequences, Thanks

ADD REPLY
3
Entering edit mode
18 months ago
iraun 6.2k

BamSurgeon for spiking mutations into the reads.

snp-mutator for fasta files.

ADD COMMENT
2
Entering edit mode
18 months ago

Try simutator, e.g., every 2kb where a region of length 1.5kb gets 30 snps, 2 insertion and 4 deletions up to length 10bp.

ADD COMMENT
1
Entering edit mode
18 months ago
GenoMax 141k

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.
ADD COMMENT

Login before adding your answer.

Traffic: 1927 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6