View source: R/ds.subsetExpressionSet.R
ds.subsetExpressionSet | R Documentation |
Subset ExpressionSet using a categorical variable of the covariates as filter. Can also subset by complete cases
ds.subsetExpressionSet(
eSet,
objective_variable = NULL,
objective_value = NULL,
complete_cases = FALSE,
newobj.name = NULL,
datasources = NULL
)
eSet |
|
objective_variable |
|
objective_value |
|
complete_cases |
|
newobj.name |
|
datasources |
a list of |
This function does not have an output. It creates (or overwrites) a data frame on the study server.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.