View source: R/sampleFiltering.R
addGrps | R Documentation |
Add Groups
addGrps(dataset = NULL, factor_name = NULL, grps = NULL)
dataset |
MicroVis dataset (mvdata object) |
factor_name |
(Optional) Names of the factors for which to specify groups |
grps |
(Optional) Names of the groups to remove |
MicroVis dataset (mvdata object) with updated "subset" lists for each of its factors, and an updated list of samples for runSampleFilter() to remove based on the groups chosen for analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.