Biorithm
1.1
|
Has methods for dispatching functional enrichment algorithms. More...
#include <enrichment-algorithm.h>
Public Types | |
enum | FunctionalEnrichmentAlgorithmType { NO_ALGORITHM, FUNCASSOCIATE, GENGO, GROUP_HYP, EDGE_GROUP_HYP, HYPERGEOMETRIC, PAGE, RANDOM_FUNCTION, RANDOM_UNIVERSE, SET_COVER, MAX_ALGORITHM } |
Static Public Member Functions | |
static FunctionalEnrichmentAlgorithm * | getFunctionalEnrichmentAlgorithm (unsigned int algorithmType, const set< MyNodeId > &clusterSet, const MyGraph &clusterNet, const MyPointSet &clusterPoints, const set< MyNodeId > &universeSet, const MyGraph &universeNet, const MyPointSet &universePoints, MyAnnotations &annotations, const GeneOntology &go, string category, unsigned int numRandomNets, unsigned int numRandomizationIterations, double genGOp, double genGOq, double genGOpenalty, string outfile) |
Has methods for dispatching functional enrichment algorithms.