Description Author(s) Examples
Internal functions for the app which are not intended to be called by the user. Please refer to omicplotr.run.
Daniel Giguere, Greg Gloor.
1 2 3 4 5 6 7 | # These functions are not meant to be called by the user. However, some
# functions can be useful.
data(otu_table)
# Filter out your OTU table to remove rows that sum to less than 10.
d <- omicplotr.filter(otu_table, min.reads = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.