browserView-class {rtracklayer}R Documentation

Class "browserView"

Description

An object representing a genome browser view of a particular genomeSegment of a genome.

Objects from the Class

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.

Slots

session:
Object of class "browserSession" the browser session to which this view belongs.

Methods

This specifies the API implemented by each browser backend. Note that a backend is not guaranteed to support all operations.

browserSession(object)
Obtains the browserSession to which this view belongs.
close(object)
Close this view.
genomeSegment(object)
Obtains the genomeSegment displayed by this view.
tracks(object)
Gets the names of the visible tracks in the view.
tracks(object) <- value
Sets the visible tracks by their names.
show(object)
Outputs a textual description of this view.

Author(s)

Michael Lawrence

See Also

browserView for obtaining instances of this class.


[Package rtracklayer version 1.2.2 Index]