Learn R Programming

OmicNavigator (version 1.13.13)

getFeatures: Get features from a study

Description

Get features from a study

Usage

getFeatures(study, modelID = NULL, quiet = FALSE, libraries = NULL)

Value

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.

Arguments

study

An OmicNavigator study. Either an object of class onStudy, or the name of an installed study package.

modelID

Filter by modelID

quiet

Suppress messages (default: FALSE)

libraries

The directories to search for installed study packages. If left as NULL (the default), then installed.packages will use the result of .libPaths.