BiobaseBlast-0.0.0.1: BLAST-related tools

Safe HaskellNone

Biobase.SubstMatrix

Synopsis

Documentation

type SubstMatrix = Array (Char, Char) IntSource

Substitution table for one amino acid with another

type Nuc3SubstMatrix = Array (Nuc, Nuc, Nuc, Char) IntSource

Substitution from three DNA nucleotides to an amino acid.