Description Usage Arguments Details Value Author(s) See Also Examples
Create an epiviz session manager for the epiviz web application served from the localhost.
1 |
geneInfo |
An object containing gene annotation information. See |
geneInfoName |
(character) The name of the gene annotation to display on the UI. |
seqinfo |
|
chr |
Sequence name to load the UI. If NULL, taken from |
start |
Starting genomic position when loading UI. If NULL, taken from |
end |
Ending genomic position when loading UI. If NULL, taken from |
start.args |
List containing other arguments to pass |
... |
Arguments passed to |
One of geneInfo
or seqinfo
must be non-NULL. Otherwise an error is raised.
An object of class EpivizDeviceMgr.
Hector Corrada Bravo
EpivizDeviceMgr-class register-methods
1 2 3 4 5 6 | ## Not run:
library(Mus.musculus)
mgr <- startStandalone(Mus.musculus, geneInfoName="mm10",
keepSeqlevels=paste0("chr",c(1:19,"X","Y")))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.