Get enrichments table from a study
getEnrichmentsTable(
study,
modelID,
annotationID,
type = "nominal",
libraries = NULL
)
A data frame of enrichments with the following columns:
The unique ID for the annotation term
The description of the annotation term
One column for each of the enrichments
An OmicNavigator study. Either an object of class onStudy
,
or the name of an installed study package.
Filter by modelID
Filter by annotationID
Type of p-value: ("nominal"
or "adjusted"
)
The directories to search for installed study packages. If
left as NULL
(the default), then
installed.packages
will use the result of
.libPaths
.