Nothing
The mbX
package provides functions for cleaning and visualizing microbiome data. This vignette demonstrates how to use ezclean()
and ezviz()
to transform and visualize your data.
```r file_mic <- system.file("extdata", "microbiome.csv", package = "mbX") file_meta <- system.file("extdata", "metadata.csv", package = "mbX") cleaned_data <- mbX::ezclean(file_mic, file_meta, "genus", 10) head(cleaned_data)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.