omicplotr.run: Run 'omicplotR' 'Shiny' app.

Description Usage Value Author(s) Examples

View source: R/omicplotr.run.r

Description

Launches Shiny for omicplotR in default browser. This graphical user interface facilitates visual exploration of datasets for both new and experienced R users alike.

Usage

1

Value

There is no value!

Author(s)

Daniel Giguere

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# To run omicplotR, use `omicplotr.run()` function. This will open the shiny
# app in your default browser.

# omicplotr.run()

# After running omicplotr.run(), you can filter your data and make a PCA
# biplot. Internal functions are not mean to be called by the user.

data(otu_table)
d.filt <- omicplotr.filter(otu_table)

dgiguer/omicplotR documentation built on Nov. 19, 2019, 9:05 p.m.