shared-get | R Documentation |
Shared parameters for get functions
study |
An OmicNavigator study. Either an object of class |
modelID |
Filter by modelID |
testID |
Filter by testID |
annotationID |
Filter by annotationID |
termID |
Filter by termID |
featureID |
Filter by featureID |
plotID |
Filter by plotID |
quiet |
Suppress messages (default: |
The object returned depends on the data available and any filters
(e.g. the argument modelID
):
If no filters are specified, then the object returned is a nested list, similar to the original input object.
If one or more filters are applied, then only a subset of the original nested
list is returned. Technically, each filter applied is used to subset the
original nested list using [[
.
If no data is available, an empty list is returned (list()
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.