Getting browser views
Methods for creating and getting browser views.
browserView(object, range, track, ...)
object |
The object from which to get the views. |
range |
The |
track |
List of track names to make visible in the view. |
... |
Arguments to pass to methods |
The following methods are defined by rtracklayer.
browserView(object, range =
range(object), track = trackNames(object), imagewidth = 800,
...)
: Creates a
BrowserView
of range
with visible
tracks specified by track
. The imagewidth
parameter
specifies the width of the track image in pixels. track
may be an instance
of UCSCTrackModes
. Arguments in ...
are passed to ucscTrackModes
to create the
UCSCTrackModes
instance that will override modes
indicated by the track
parameter.
## Not run: session <- browserSession() browserView(session, GRangesForUCSCGenome("hg19", "chr2", IRanges(20000, 50000))) ## only view "knownGene" track browserView(session, track = "knownGene") ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.