An object representing a genome browser view of a particular
对象代表一个特定的基因组浏览器视图
类的对象----------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.
虚拟类:无对象可直接从它创建。看到browserView获取执行一个特定的基因组浏览器的一个实例。
插槽----------Slots----------
session: Object of class "BrowserSession" the
session类"BrowserSession":对象
方法----------Methods----------
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.
这指定每个浏览器的后端实现的API。注意,后端不能保证支持所有操作。有关详细信息,请参阅后端特定的文档。只有内置的后端是UCSCView。
browserSession(object) Obtains the
browserSession(object)获得
close(object) Close this view.
close(object)关闭这一观点。
range(object) Obtains the GRanges displayed by
range(object)获得GRanges显示
trackNames(object) Gets the names of the visible
trackNames(object)取得可见的名称
trackNames(object) <- value Sets the visible
trackNames(object) <- value设置可见
show(object) Outputs a textual description of
show(object)输出的文字描述
visible(object) Get a named logical vector indicating whether each track is visible.
visible(object)获取一个命名的逻辑向量表示每个轨道是否是可见的。
visible(object) <- value Set a logical vector indicating the visibility of each track, with the same names and in the same order as that returned by visible(object).
visible(object) <- value设置一个逻辑向量表示每个轨道的知名度,具有相同的名称和相同的顺序返回visible(object)。
作者(S)----------Author(s)----------
Michael Lawrence
参见----------See Also----------
browserView for obtaining instances of this class.
browserView获得这个类的实例。