BiobaseInfernal-0.6.0.1: Infernal data structures and tools

Biobase.Infernal.Clan

Description

Rfam clans are a set of biologically related Rfam families. This module provides simple abstraction methods and loaders from file and ByteString.

TODO load and parse with enumerator

Synopsis

Documentation

data Clan Source

Simple Rfam clan data.

Constructors

Clan 

Fields

cAccession :: !ClanAccession

result of the AC CL00001 line, keeping 1 in this case.

cIdentifier :: !ClanIdentification

the ID tRNA line, keeping tRNA.

cMembers :: ![ModelAccession]

all the MB RF00005;, MB RF00023; lines, keeping [5,23].

cStrings :: ![ByteString]

all lines of each clan, without any processing (except being in lines).

Instances