bioinformatics-toolkit-0.8.0: A collection of bioinformatics tools

Safe HaskellNone
LanguageHaskell2010

Bio.GO

Synopsis

Documentation

data GO Source #

Constructors

GO 

Fields

Instances
Read GO Source # 
Instance details

Defined in Bio.GO

Show GO Source # 
Instance details

Defined in Bio.GO

Methods

showsPrec :: Int -> GO -> ShowS #

show :: GO -> String #

showList :: [GO] -> ShowS #

type GOId = Int Source #

addTerm :: GO -> GOMap -> TermCount -> TermCount Source #

Add a GO term to the count table. Term counts will propogate from child to its parents. This function works for cyclical graph as well.

enrichment Source #

Arguments

:: (TermCount, Int)

Background frequency and the total number

-> (TermCount, Int)

Foreground

-> [(GOId, Double, Double)]