biokit library

BioKit is a Dart package for object-orientated Bioinformatics.

Classes

DNA
A model representation of a DNA sequence.
Nucleotides
A model representation of a nucleotide sequence.
Peptide
A model representation of a peptide sequence.
RNA
A model representation of a RNA sequence.
Sequence
A model representation of a biological sequence.
Utils
A collection of helper functions for bioinformatics.

Constants

aaToMonoMass → const Map<String, double>
Amino acids and their monoisotopic mass.
aminoAcids → const List<String>
The twenty amino acids.
dnaCodonToAA → const Map<String, String>
DNA codons to amino acids.
dnaCompNucs → const Map<String, String>
Complementary DNA nucleotides.
dnaNucs → const List<String>
The four DNA nucleotides.
dnaTransitions → const List<String>
DNA transitions.
dnaTransversions → const List<String>
DNA transversions.
rnaCodonToAA → const Map<String, String>
RNA codons to amino acids.
rnaCompNucs → const Map<String, String>
Complementary RNA nucelotides.
rnaNucs → const List<String>
The four RNA nucleotides.
translationStopCodons → const List<String>
The three translation stop codons.