BiobaseInfernal-0.6.2.0: Infernal data structures and tools

Biobase.Infernal.Align

Description

cmalign provides two interesting results, bit scores of sequences aligned to the model and the alignments themselves.

Synopsis

Documentation

data Align Source

cmalign results, includes sequence scores if available.

TODO stockholmAlignment, should be biostockholm (will be set after some fun iteratee tests). For now, the ByteString holds everything needed to parse using biostockholm.

data SequenceScore Source

Individual sequence scores.

TODO avgProbability should use Probability newtype

Constructors

SequenceScore 

Fields

sequenceName :: !(ModelAccession, ModelIdentification, EmblAccession)

sequence name, typically RFxxxxxx;RfamID;embl-accession

sLength :: !Int

aligned sequence length

totalBitScore :: !BitScore

total alignment bitscore

structureBitScore :: !BitScore

structural score part

avgProbability :: !Double