BrowserView-class {rtracklayer} | R Documentation |
An object representing a genome browser view of a particular segment of a genome.
A virtual Class: No objects may be created from it directly. See
browserView
for obtaining
an instance of an implementation for a particular genome browser.
session
:"BrowserSession"
the
browser session to which this view belongs.
This specifies the API implemented by each browser backend. Note that
a backend is not guaranteed to support all operations. See
the backend-specific documentation for more details. The only built-in
backend is UCSCView
.
browserSession(object)
BrowserSession
to which this view belongs. close(object)
range(object)
RangesList
displayed by this view.trackNames(object)
trackNames(object) <- value
show(object)
visible(object)
visible(object) <- value
visible(object)
.
Michael Lawrence
browserView
for obtaining instances of this class.