psichomics {psichomics} | R Documentation |
Start graphical interface of psichomics
psichomics( ..., launch.browser = TRUE, reset = FALSE, shinyproxy = FALSE, testData = FALSE, unparsableEvents = FALSE )
... |
Arguments passed on to
|
launch.browser |
If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. This value of this parameter can also be a function to call with the application's URL. |
reset |
Boolean: reset Shiny session? Requires package |
shinyproxy |
Boolean: prepare visual interface to run in Shinyproxy? |
testData |
Boolean: load with test data |
unparsableEvents |
Boolean: when testing data, load alternative splicing quantification events that cannot be parsed? |
NULL
(function is only used to modify the Shiny session's
state or internal variables)
## Not run: psichomics() ## End(Not run)