getNodeFeatures: Get the features in a network node
Description
Get the features in a network node
Usage
getNodeFeatures(study, annotationID, termID, libraries = NULL)
Value
Returns a character vector with the features in the termID
Arguments
- study
An OmicNavigator study. Only accepts name of installed study
package.
- annotationID
Filter by annotationID
- termID
Filter by termID
- libraries
The directories to search for installed study packages. If
left as NULL
(the default), then
installed.packages
will use the result of
.libPaths
.