getEnrichmentsUpset {OmicNavigator} | R Documentation |
getEnrichmentsUpset
Description
getEnrichmentsUpset
Usage
getEnrichmentsUpset(
study,
modelID,
annotationID,
sigValue,
operator,
type,
tests = NULL
)
Arguments
study |
An OmicNavigator study. Either an object of class |
modelID |
Filter by modelID |
annotationID |
Filter by annotationID |
sigValue |
The numeric significance value to use as a cutoff for each column |
operator |
The comparison operators for each column, e.g. |
type |
Type of p-value: ( |
tests |
Restrict UpSet plot to only include these tests |
Value
No return value. This function is called for the side effect of creating an UpSet plot.
[Package OmicNavigator version 1.13.13 Index]