getEnrichmentsTable {OmicNavigator} | R Documentation |
Get enrichments table from a study
Description
Get enrichments table from a study
Usage
getEnrichmentsTable(
study,
modelID,
annotationID,
type = "nominal",
libraries = NULL
)
Arguments
study |
An OmicNavigator study. Either an object of class |
modelID |
Filter by modelID |
annotationID |
Filter by annotationID |
type |
Type of p-value: ( |
libraries |
The directories to search for installed study packages. If
left as |
Value
A data frame of enrichments with the following columns:
termID |
The unique ID for the annotation term |
description |
The description of the annotation term |
... |
One column for each of the enrichments |
[Package OmicNavigator version 1.13.13 Index]