internal: Internal omicplotR functions.

Description Author(s) Examples

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

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)

dgiguer/omicplotR_pkg documentation built on Nov. 18, 2019, 6:31 p.m.