mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-22 05:19:55 +00:00
752 B
752 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased
Added
- Mutation types (
Substitution
,Deletion
,Insertion
) Variant
type to store groups of mutations togetherVariation
type to store and compare individual mutationsreconstruct!
function to build mutated sequences fromVariant
sVariant
constructor to automatically detect mutations from aBioAlignments.PairwiseAlignment
- Methods to get reference and alternate bases from a
Variation