GraphTrackLine-class(rtracklayer)
GraphTrackLine-class()所属R语言包:rtracklayer
Class "GraphTrackLine"
类“GraphTrackLine”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A <acronym>UCSC</acronym> track line for graphical tracks.
一个<acronym> UCSC</首字母缩写>图形轨道的轨道线。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("GraphTrackLine", ...) or parsed from a character vector track line with as(text, "GraphTrackLine") or converted from a BasicTrackLine using as(basic, "GraphTrackLine").
可以创建对象的形式new("GraphTrackLine", ...)或解析从特征向量轨道线as(text, "GraphTrackLine")或BasicTrackLine用as(basic, "GraphTrackLine")转换的呼声。
插槽----------Slots----------
altColor: Object of class "integer" giving an
altColor:Object类的"integer"给予
autoScale: Object of class "logical" indicating
autoScale:Object类的"logical"说明
gridDefault: Object of class "logical"
gridDefault类"logical":对象
maxHeightPixels: Object of class "numeric" of length three (max, default, min), giving the allowable range for
maxHeightPixels:Object类的"numeric"长度为三(最大值,默认情况下,分),给予允许的范围
graphType: Object of class "character",
graphType:Object类的"character",
viewLimits: Object of class "numeric" and of
viewLimits:对象类"numeric"“
yLineMark: Object of class "numeric" giving the
yLineMark:Object类的"numeric"给予
yLineOnOff: Object of class "logical"
yLineOnOff类"logical":对象
windowingFunction: Object of class "character", one of "maximum", "mean", "minimum", for removing points when the
windowingFunction:对象类"character",“最大”,“是什么意思”,“最低”删除点,当
smoothingWindow: Object of class "numeric"
smoothingWindow类"numeric":对象
type: Scalar "character" indicating the type of
type:标量"character"表示类型的
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"指定
延伸----------Extends----------
Class "TrackLine", directly.
类"TrackLine",直接。
方法----------Methods----------
as(object, "character") Export line to its string
(对象,“字符”)的出口线,它的字符串
as(object, "BasicTrackLine") Convert this line to a basic UCSC track line, using defaults for slots not held
作为(对象,"BasicTrackLine")转换到一个基本的UCSC的轨道线的线,使用默认插槽没有举行
作者(S)----------Author(s)----------
Michael Lawrence
参考文献----------References----------
参见----------See Also----------
export.wig, export.bedGraph for exporting graphical tracks.
export.wig,export.bedGraph出口图形化轨道。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|