run_catGenes | R Documentation |
This function runs the catGenes application. It will open the application by using the default internet browser, or the viewer if running from RStudio.
run_catGenes(launch.browser = TRUE, port = getOption("shiny.port"))
launch.browser |
Run catGenes in browser |
port |
If launch.browser is FALSE, specify port to run catGenes |
If you have questions about the application, please email directly to Domingos Cardoso at cardosobot@gmail.com.
Domingos Cardoso
if (interactive()) {
run_catGenes()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.