runHemaClass: Run the shiny server for hemaClass.

Description Usage Arguments Value Note Author(s) References See Also Examples

Description

Run a local version of the server running on http://hemaclass.org. Provides an easy-to-use and web-based interface for the hemaClass package.

Usage

1
runHemaClass(launch.browser = TRUE, debug.help = FALSE, ...)

Arguments

launch.browser

logical. If TRUE, the web browser is used. Default is TRUE. If FALSE, the default from runApp is used.

debug.help

logical. Should the code be displayed next to or beneath the web application. Useful when debugging or showcasing the app.

...

Arguments passed to runApp.

Value

Starts up a local Shiny server instance of the http://hemaclass.org website for faster analysis.

Note

If the Rstudio viewer is used, only a single .CEL file can be uploaded, please use your browser instead.

Author(s)

Steffen Falgreen Larsen <falgreen (at) me.com>
Anders Ellern Bilgrau
Jonas Have

References

http://hemaclass.org

See Also

runApp

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
runHemaClass()

# For a showcase/debug help mode:
runHemaClass(debug.help = TRUE)

# To use the Rstudio viewer:
runHemaClass(launch.browser = FALSE)

## End(Not run)

oncoclass/hemaClass documentation built on May 24, 2019, 2:19 p.m.