omicplotr.run {omicplotR} | R Documentation |
omicplotR
Shiny
app.Launches Shiny
for omicplotR
in default browser. This
graphical user interface facilitates visual exploration of datasets for
both new and experienced R users alike.
omicplotr.run()
There is no value!
Daniel Giguere
# 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)