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")
Character vector of library directories to search for study
packages. If NULL, uses .libPaths.