Description Usage Arguments Value Author(s) See Also Examples
Create an epiviz session manager which can be used to add and delete tracks and plots in the browser web app.
1 2 3 4 5 | startEpiviz(port = 7312L, localURL = NULL, useDevel = FALSE, standalone=FALSE,
staticSitePath = "", chr = "chr11", start = 99800000, end = 103383180,
debug = FALSE, workspace = NULL, scripts=NULL, gists=NULL, openBrowser = TRUE,
daemonized = .epivizrCanDaemonize(), verbose = FALSE,
nonInteractive = FALSE, tryPorts = FALSE)
|
port |
(integer) port for websocket server |
localURL |
(character) use this url for the epiviz
server instead of the standard URL (http://epiviz.cbcb.umd.edu).
For example |
useDevel |
(logical) use the devel branch of the epiviz server (http://epiviz-dev.cbcb.umd.edu) |
standalone |
(logical) run the epiviz app on localhost using the httpuv http server |
staticSitePath |
(character) location of standalone epiviz static
site directory. Uses the |
chr |
(character) chromosome to browse to on startup |
start |
(integer) start position to browse to on startup |
end |
(integer) end position to browse to on startup |
debug |
(logical) start the epiviz browser in debug mode |
workspace |
(character) a workspace id to load in the epiviz web app on startup |
scripts |
(character vector) URLs for JavaScript plugin scripts to be imported when epiviz is loaded (see http://epiviz.cbcb.umd.edu/help for details). |
gists |
(character vector) Ids for github gists (http://gist.github.com) containing JavaScript plugin scripts to be imported when epiviz is loaded (see http://epiviz.cbcb.umd.edu/help for details). |
openBrowser |
(logical) browse to the epiviz URL before exiting function |
daemonized |
(logical) use non-blocking version if available (UNIX-like platforms only) |
verbose |
(logical) display log messages on websocket requests |
nonInteractive |
(logical) run in non-interactive mode, for development purposes only |
tryPorts |
(logical) try more ports if port number given by argument |
an object of class EpivizDeviceMgr.
Hector Corrada Bravo
EpivizDeviceMgr-class
1 2 3 4 5 6 | ## Not run:
mgr <- startEpiviz(openBrowser=FALSE)
mgr$startServer()
mgr$stopServer()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.