mvstratify | R Documentation |
Make a melted data table grouped by strata
mvstratify(
dataset = NULL,
factor = NULL,
stratifiers = NULL,
rank = NULL,
min_n = 3,
verbose = T
)
dataset |
MicroVis dataset (mvdata object). If not specified, defaults to active dataset. |
factor |
Main factor whose groups will be in each grouped data table |
stratifiers |
Stratifier(s) to group the melted data table by |
rank |
Rank of dataset to choose features from |
min_n |
Passed to cleanGroups() |
verbose |
If set to TRUE, will print processing text |
Grouped, melted data table of metadata and abundance at a specified rank
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.