TrackLine-class(rtracklayer)
TrackLine-class()所属R语言包:rtracklayer
Class "TrackLine"
类“TrackLine”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An object representing a "track line" in the <acronym>UCSC</acronym> format. There are two concrete types of track lines: BasicTrackLine (used for most types of tracks) and GraphTrackLine (used for graphical tracks). This class
对象UCSC</首字母缩写>格式在<acronym>“轨道线”。有两个具体类型的轨道线:BasicTrackLine(用于大多数类型的轨道)和GraphTrackLine(使用图形化的轨道)。这个类
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("TrackLine", ...) or parsed from a character vector track line with as(text, "TrackLine"). But note that <acronym>UCSC</acronym> only understands one of the subclasses mentioned above.
可以创建对象的形式new("TrackLine", ...)用as(text, "TrackLine")字符向量轨道线解析调用。但是请注意,<acronym>UCSC</首字母缩写>只了解上述子类之一。
插槽----------Slots----------
name: Object of class "character" specifying
name:Object类的"character"指定
description: Object of class "character"
description类"character":对象
visibility: Object of class "character" indicating the default visible mode of the track, see
visibility:Object类的"character"表示轨道的默认显示模式,请参阅
color: Object of class "integer" representing the track color (as from col2rgb).
color:Object类的"integer"代表轨道的颜色(从col2rgb)。
priority: Object of class "numeric" specifying
priority:Object类的"numeric"指定
方法----------Methods----------
as(object, "character") Export line to its string
(对象,“字符”)的出口线,它的字符串
作者(S)----------Author(s)----------
Michael Lawrence
参考文献----------References----------
参见----------See Also----------
BasicTrackLine (used for most types of tracks) and GraphTrackLine (used for Wiggle/bedGraph tracks).
BasicTrackLine(用于大多数类型的轨道)和GraphTrackLine(摆动/ bedGraph轨道的使用)。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|