BiobaseInfernal-0.6.2.0: Infernal data structures and tools

Biobase.Infernal.Types

Contents

Description

All these different accession numbers and identifiers are confusing, newtype's to the rescue.

TODO some of these names might have to change in the future...

TODO Use INT64 instead of Int...

Synopsis

Rfam Clans

newtype ClanAccession Source

Clan accession identifier

Constructors

ClanAccession 

Fields

unClanAccession :: Int
 

Covariance models or Stockholm multiple alignments.

newtype ModelAccession Source

The numeric identifier of a covarience model or Stockholm multiple alignment as in RFxxxxx.

Constructors

ModelAccession 

newtype ModelIdentification Source

String identifier of a covariance model or Stockholm multiple alignment as in 5S_rRNA.

Individual sequence information

newtype EmblAccession Source

EMBL sequence accession based on sequence accession and sequence start to stop. (Should this then be RfamSequenceAccession?)

Constructors

EmblAccession 

newtype SpeciesName Source

String name for species.

Constructors

SpeciesName 

newtype Classification Source

Classification names (taxonomic classification)

More generic newtypes, sequence identification, etc

newtype Scaffold Source

Identifies a certain scaffold or chromosome where a hit occurs

Constructors

Scaffold 

newtype BitScore Source

Infernal bit score. Behaves like a double (deriving Num).

Constructors

BitScore 

Fields

unBitScore :: Double