Genbank-1.0.2: Libary for processing the NCBI genbank format

Safe HaskellNone
LanguageHaskell98

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