internal {omicplotR} | R Documentation |
Internal functions for the app which are not intended to be called by the user. Please refer to omicplotr.run.
Daniel Giguere, Greg Gloor.
# 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)