The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.