cobot-0.1.1.8: Computational biology toolkit to collaborate with researchers in constructive protein engineering
Safe HaskellSafe-Inferred
LanguageHaskell2010

Bio.Chain.Alignment.Scoring

Documentation

data BLOSUM62 Source #

Constructors

BLOSUM62 

Instances

Instances details
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 #

Eq BLOSUM62 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

data PAM250 Source #

Constructors

PAM250 

Instances

Instances details
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 #

Eq PAM250 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

Methods

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

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

data NUC44 Source #

Constructors

NUC44 

Instances

Instances details
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 #

Eq NUC44 Source # 
Instance details

Defined in Bio.Chain.Alignment.Scoring

Methods

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

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