epivizEnv {epivizrChart}R Documentation

Initialize an EpivizEnvironment object.

Description

Initialize an EpivizEnvironment object.

Usage

epivizEnv(chr = NULL, start = NULL, end = NULL, interactive = FALSE, ...)

Arguments

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 EpivizWebComponent

Value

An object of class EpivizEnvironment

Examples

epiviz <- epivizEnv(chr="chr11", start=99800000, end=103383180)


[Package epivizrChart version 1.14.0 Index]