| ucscView-class {rtracklayer} | R Documentation |
An object representing a view of a genome in the UCSC browser.
Objects are created by calling browserView(session, ...)
where session is a ucscSession.
hgsid:"numeric", which
identifies this view to UCSC.session:"browserSession" to
which this view belongs.
Class "browserView", directly.
activeView(object)genomeSegment(object)genomeSegment displayed by this view. genomeSegment(object) <- valuegenomeSegment displayed by this view. tracks(object)tracks(object) <- valueucscTrackModes(object)ucscTrackModes for this view. ucscTrackModes(object) <- valueucscTrackModes for this view. The
value may be either a ucscTrackModes instance or a
character vector that will be coerced by a call to
ucscTrackModes. Michael Lawrence
browserView for creating instances of this class.