run_catGenes: Run _catGenes_ under a Shiny Application

View source: R/run_catGenes.R

run_catGenesR Documentation

Run catGenes under a Shiny Application

Description

This function runs the catGenes application. It will open the application by using the default internet browser, or the viewer if running from RStudio.

Usage

run_catGenes(launch.browser = TRUE, port = getOption("shiny.port"))

Arguments

launch.browser

Run catGenes in browser

port

If launch.browser is FALSE, specify port to run catGenes

Note

If you have questions about the application, please email directly to Domingos Cardoso at cardosobot@gmail.com.

Author(s)

Domingos Cardoso

Examples

if (interactive()) {
run_catGenes()
}



domingoscardoso/catGenes documentation built on March 14, 2024, 9:21 p.m.