omicplotr.run {omicplotR}R Documentation

Run omicplotR Shiny app.

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

omicplotr.run()

Value

There is no value!

Author(s)

Daniel Giguere

Examples

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


[Package omicplotR version 1.4.1 Index]