diversity-0.7.0.0: Return the diversity at each position for all sequences in a fasta file

Safe HaskellSafe-Inferred
LanguageHaskell98

Math.Diversity.Types

Description

Collects all application specific types.

Synopsis

Documentation

type PositionMap = Map Position FrequencyMap Source

At each position we have a collection of fragments to find the diversity of

type DiversityMap = Map Position Diversity Source

At each position we have a diversity