bio-0.5.3: A bioinformatics library

Safe HaskellSafe
LanguageHaskell98

Bio.Sequence.Entropy

Documentation

class KWords s where

Methods

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

Instances

KWords [a] 

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