Work in progress!
Create variants of DNA sequences.
This repository is based on the software code of a dissertation project (B237870) for the MSc Bioinformatics program at the University of Edinburgh.
pip install git+https://github.com/Edinburgh-Genome-Foundry/mutator.git
import dna_mutator as mutator
record = mutator.Mutator.read_genbank("EGF.gb")
mut = mutator.Mutator(record)
mut.DelN()
mut.write_all_records("variants")
DNA Mutator uses the semantic versioning scheme.
DNA Mutator is free/libre and open-source software, which means the users have the freedom to run, study, change and distribute the software.
DNA Mutator was written at the Edinburgh Genome Foundry by B237870 and Peter Vegh.
Copyright 2024 Edinburgh Genome Foundry, University of Edinburgh