ferro-hgvs 0.6.0

HGVS variant normalizer - part of the ferro bioinformatics toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
//! Variant-level projection: g. variants → c./p. equivalents on a target transcript.

mod accession;
mod edit;
mod projector;
mod protein;
mod result;

pub use projector::VariantProjector;
pub use result::VariantProjection;