Genbank-1.0.3: Libary for processing the NCBI genbank format

Safe HaskellNone

Bio.GenbankTools

Description

Functions for processing of genbank data Extraction of feature sequences (header,sequencedata) or sequence data

Synopsis

Documentation

extractSpecificFeatureSeqData :: Maybe String -> Genbank -> [SeqData]Source

Extract nucleotide sequence data for all features of specified type, Nothing as specific feature extracts all feature sequence seqdatas

extractSpecificFeatureSequence :: Maybe String -> Genbank -> [Sequence]Source

Extract header (locus identifier, locus tag) and nucleotide sequence data for all features of specified type, Nothing as specific feature extracts all feature sequences