bio-0.5.2: A bioinformatics library

Safe HaskellSafe-Inferred

Bio.Sequence.Entropy

Documentation

class KWords s where

Methods

kwords :: Int -> s -> [s]

Instances

KWords [a] 

entropy :: (Ord str, KWords str) => Int -> str -> Double