BiobaseBlast-0.3.3.0: BLAST-related tools
Safe HaskellNone
LanguageHaskell2010

Biobase.SubstMatrix.Statistics

Description

This module provides statistics needed for substitution matrices. It is a very modest attempt to replicate some of the Blast statistics.

Synopsis

Documentation

estimateLambda :: (Unbox s, Num s, Real s) => AASubstMat t s a b -> Double Source #

estimate Blast lambda.

TODO use ExceptT