UCSCTrackModes-class(rtracklayer)
UCSCTrackModes-class()所属R语言包:rtracklayer
Class "UCSCTrackModes"
类“UCSCTrackModes”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A vector of view modes ("hide", "dense", "full",
向量的视图模式(“隐藏”,“密”,“全”,
类的对象----------Objects from the Class----------
Objects may be created by calls of the form ucscTrackModes(object = character(), hide = character(), dense = character(), pack = character(), squish = character(), full = character()), where object should be a character vector of mode names (with its names attribute specifying the corresponding track names). The other parameters should contain track names that override the modes in object. Later parameters override earlier ones, so, for example, if a track is named in hide and full, it is shown in the full view mode.
可通过检测的形式创建对象ucscTrackModes(object = character(), hide = character(), dense = character(), pack = character(), squish = character(), full = character()),其中object应该是一个特征向量模式名称,(names属性,指定相应的曲目名称)。其他参数应包含曲目名称覆盖object的模式。后来参数覆盖前面的,所以,例如,如果轨道名为hide和full,它在全视图模式显示。
插槽----------Slots----------
.Data: Object of class "character" holding the modes ("hide", "dense", "full", "pack", "squish"), with its
.Data"character"控股的模式(“隐藏”,“密集”,“全”,“包”,“嘎吱”),其对象类
labels: Object of class "character" holding
labels:Object类的"character"控股
延伸----------Extends----------
Class "character", from data part. Class "vector", by class "character", distance 2.
类"character",从数据的一部分。类"vector",由“级人物”,距离为2。
方法----------Methods----------
trackNames(object) Gets the names of the visible
trackNames(object)取得可见的名称
trackNames(object) <- value Sets the names of the visible tracks. Any tracks named in value are set to "full" if the are currently set to "hide" in this object. Any tracks not
trackNames(object) <- value设置可见曲目的名称。 value命名任何轨道设置“全”,如果当前设置为“隐藏”在这个对象。任何曲目不
object[i] Gets the track mode of the tracks indexed by i, which can be any type of index supported by character vector subsetting. If i is a character vector, it indexes first by the internal track IDs (the names on .Data)
object[i]获取i,它可以是任何字符向量子集所支持的索引类型索引的轨道的双轨模式。如果i是一个特征向量,它的指标,首先由内部的轨道ID(names.Data)
object[i] <- value Sets the track modes indexed by i (in the same way as in object[i] above) to those
object[i] <- value设置i(object[i]上面同样的方式)索引那些轨道模式
作者(S)----------Author(s)----------
Michael Lawrence
参见----------See Also----------
UCSCView on which track view modes may be set.
UCSCView轨道上视图模式可设置。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|