Description Usage Arguments Details Value Author(s) Examples
View source: R/subsetOriginalData.R
Subset samples for a particular dataset
1 | subsetOriginalData(datasetObject, keepMe)
|
datasetObject |
the Dataset object to subset |
keepMe |
either a binary vector for whether each sample should be in the subset or a list of names of samples to be in the subset |
Subsets all relevant slots within the Dataset object to include only the desired samples.
returns a Dataset object that has been subsetted to the desired samples
Winston A. Haynes
1 2 | subsetObject <- subsetOriginalData(tinyMetaObject$originalData$Whole.Blood.Study.1,
keepMe= c("Sample 1", "Sample 13", "Sample 43"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.