bioinformatics-toolkit-0.9.5: A collection of bioinformatics tools
Safe HaskellNone
LanguageHaskell2010

Bio.GO.Parser

Synopsis

Documentation

data GAF Source #

Instances

Instances details
Eq GAF Source # 
Instance details

Defined in Bio.GO.Parser

Methods

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

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

Ord GAF Source # 
Instance details

Defined in Bio.GO.Parser

Methods

compare :: GAF -> GAF -> Ordering #

(<) :: GAF -> GAF -> Bool #

(<=) :: GAF -> GAF -> Bool #

(>) :: GAF -> GAF -> Bool #

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

max :: GAF -> GAF -> GAF #

min :: GAF -> GAF -> GAF #

Show GAF Source # 
Instance details

Defined in Bio.GO.Parser

Methods

showsPrec :: Int -> GAF -> ShowS #

show :: GAF -> String #

showList :: [GAF] -> ShowS #

readGAF :: FilePath -> ConduitT i GAF (ResourceT IO) () Source #

GO Annotation File (GAF) Format 2.1 Parser. For details read: http://geneontology.org/page/go-annotation-file-gaf-format-21.