bioinformatics-toolkit-0.3.1: A collection of bioinformatics tools

Safe HaskellNone
LanguageHaskell2010

Bio.GO.GREAT

Synopsis

Documentation

data AssocRule Source #

how to associate genomic regions with genes

Instances

getRegulatoryDomains :: AssocRule -> [Gene a] -> [(BED3, a)] Source #

given a gene list and the rule, compute the rulatory domain for each gene

enrichedTerms :: (BEDLike b1, BEDLike b2, PrimMonad m) => Source m b1 -> Source m b2 -> BEDTree [GOId] -> m (Vector (GOId, (Double, Double))) Source #