Get features from a study
getFeatures(study, modelID = NULL, quiet = FALSE, libraries = NULL)
A data frame (if modelID
is specified) or a list of data
frames. All the columns will be character strings, even if the values
appear numeric.
An OmicNavigator study. Either an object of class onStudy
,
or the name of an installed study package.
Filter by modelID
Suppress messages (default: FALSE
)
The directories to search for installed study packages. If
left as NULL
(the default), then
installed.packages
will use the result of
.libPaths
.