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 |
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) |
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 |
proxy |
(logical) start the epiviz browser using the data proxy. This is useful when hosting the web app locally, but want to use data hosted in the epiviz server |
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 |
openBrowser |
(logical) browse to the epiviz URL before exiting function |
daemonized |
(logical) use non-blocking version if available |
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.