Description Usage Value Author(s) Examples
View source: R/omicplotr.run.r
Launches Shiny
for omicplotR
in default browser. This
graphical user interface facilitates visual exploration of datasets for
both new and experienced R users alike.
1 |
There is no value!
Daniel Giguere
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.