Genbank-1.0.3: Libary for processing the NCBI genbank format

Safe HaskellNone
LanguageHaskell98

Bio.GenbankData

Description

This module contains data structures for genbank format For more information on genbank consult: http://www.ncbi.nlm.nih.gov/genbank/ Genbank record sample: http://www.ncbi.nlm.nih.gov/Sitemap/samplerecord.html

Synopsis

Documentation

data Feature #

Genbank Feature - e.g gene, repeat region

Instances

data Attribute #

Genbank attribute of feature or subfeature, either a flag field or a GO attribute

data SubFeature #

Genbank subfeature, e.g. CDS, MiscFeature, NcRNA, Mobile Element, STS rRNA, tRNA, tmRNA, reporigin

data Reference #

Genbank reference associating record with publication

data DbXRef #

Constructors

DbXRef 

Fields

Instances

Eq DbXRef # 

Methods

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

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

Show DbXRef # 

data CoordinateSet #

Set of coordinates, with type order, join

data OriginSlice #

Slices of the nucleotide sequence contained in the Genbank record

Constructors

OriginSlice 

data GOterm #

Gene Onthology term

Constructors

GOterm 

Fields

Instances

Eq GOterm # 

Methods

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

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

Show GOterm #