
Get enrichments network from a study
getEnrichmentsNetwork(study, modelID, annotationID, libraries = NULL)
Returns a list with the following components:
(character) Vector of testIDs
(data frame) The description of each annotation term (i.e. node). The nominal and adjusted p-values are in list-columns.
(list) The statistics for each pairwise overlap between the annotation terms (i.e. nodes)
An OmicNavigator study. Either an object of class onStudy
,
or the name of an installed study package.
Filter by modelID
Filter by annotationID
The directories to search for installed study packages. If
left as NULL
(the default), then
installed.packages
will use the result of
.libPaths
.