epivizEnv {epivizrChart} | R Documentation |
EpivizEnvironment
object.Initialize an EpivizEnvironment
object.
epivizEnv(chr = NULL, start = NULL, end = NULL, interactive = FALSE, ...)
chr |
The chromosome to filter on, e.g., chr="chr11" |
start |
The start location, e.g., start=99800000. |
end |
The end location, e.g., end=130383180. |
interactive |
(logical) enable if running a websocket/shiny server |
... |
Additional params to pass to |
An object of class EpivizEnvironment
epiviz <- epivizEnv(chr="chr11", start=99800000, end=103383180)