mvmelt | R Documentation |
Melt the metadata and abundance table at a given rank for the desired features
mvmelt(dataset = NULL, rank = NULL, features = NULL, min_n = 3)
dataset |
MicroVis dataset (mvdata object). If not specified, defaults to active dataset. |
rank |
Get abundance table of features at this rank. Defaults to active rank. |
features |
Get the abundance data of certain features only. Defaults to all features. |
min_n |
Passed to cleanData() to limit to samples that belong to groups with at least 3 samples |
Table of merged metadata and abundance table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.