bioinformatics-toolkit-0.5.0: A collection of bioinformatics tools

Safe HaskellNone
LanguageHaskell2010

Bio.GO

Synopsis

Documentation

data GO Source #

Constructors

GO 

Fields

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)]