internal {omicplotR}R Documentation

Internal omicplotR functions.

Description

Internal functions for the app which are not intended to be called by the user. Please refer to omicplotr.run.

Author(s)

Daniel Giguere, Greg Gloor.

Examples

# 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)


[Package omicplotR version 1.2.1 Index]