Description Usage Arguments Details Value Author(s) Examples
View source: R/classFunction.R
Helper function to build the class vector
1 | classFunction(datasetObject, column, diseaseTerms)
|
datasetObject |
the Dataset object to build a class vector for |
column |
column from the $pheno slot to look for the disease terms |
diseaseTerms |
a list of terms identifying the disease samples |
Based on a defined set of disease terms, builds a class vector.
returns a Dataset object that has a class vector inserted
Winston A. Haynes
1 2 | classObj <- classFunction(tinyMetaObject$originalData$Whole.Blood.Study.1,
column="group", diseaseTerms=c("Disease"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.