cobot-0.1.1.4: Computational biology toolkit to collaborate with researchers in constructive protein engineering

Safe HaskellNone
LanguageHaskell2010

Bio.Chain.Alignment.Scoring

Documentation

data BLOSUM62 Source #

Constructors

BLOSUM62 
Instances
Eq BLOSUM62 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

Show BLOSUM62 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

ScoringMatrix BLOSUM62 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

Methods

scoring :: BLOSUM62 -> Char -> Char -> Int Source #

data PAM250 Source #

Constructors

PAM250 
Instances
Eq PAM250 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

Methods

(==) :: PAM250 -> PAM250 -> Bool #

(/=) :: PAM250 -> PAM250 -> Bool #

Show PAM250 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

ScoringMatrix PAM250 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

Methods

scoring :: PAM250 -> Char -> Char -> Int Source #

data NUC44 Source #

Constructors

NUC44 
Instances
Eq NUC44 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

Methods

(==) :: NUC44 -> NUC44 -> Bool #

(/=) :: NUC44 -> NUC44 -> Bool #

Show NUC44 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

Methods

showsPrec :: Int -> NUC44 -> ShowS #

show :: NUC44 -> String #

showList :: [NUC44] -> ShowS #

ScoringMatrix NUC44 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

Methods

scoring :: NUC44 -> Char -> Char -> Int Source #