browserView-class {rtracklayer} | R Documentation |
An object representing a genome browser view of a particular
genomeSegment
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.
browserSession(object)
browserSession
to which this view belongs. close(object)
genomeSegment(object)
genomeSegment
displayed by this view.tracks(object)
tracks(object) <- value
show(object)
Michael Lawrence
browserView
for obtaining instances of this class.