AlignedDataFrame-class(ShortRead)
AlignedDataFrame-class()所属R语言包:ShortRead
"AlignedDataFrame" representing alignment annotations as a data frame
“AlignedDataFrame”代表一个数据框对齐注解
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class extends AnnotatedDataFrame. It is a data frame and associated metadata (describing the columns of the data frame). The main purpose of this class is to contain alignment data in addition to the central information of AlignedRead.
这个类扩展:AnnotatedDataFrame。它是一个数据框和相关的元数据(描述数据框的列)。这个类的主要目的是在除了AlignedRead中央信息包含对齐数据。
类的对象----------Objects from the Class----------
Objects from the class are created by calls to the AlignedDataFrame function.
从类的对象被创建由AlignedDataFrame函数的调用。
插槽----------Slots----------
data: Object of class "data.frame" containing
data:Object类的"data.frame"包含
varMetadata: Object of class "data.frame" describing columns of data. See AnnotatedDataFrame
varMetadata类"data.frame"data列的对象。看到AnnotatedDataFrame
dimLabels: Object of class character describing the dimensions of the AnnotatedDataFrame. Used internally; see AnnotatedDataFrame
dimLabels类character描述的AnnotatedDataFrame的尺寸对象。内部使用;看到AnnotatedDataFrame
.__classVersion__: Object of class "Versions" describing the version of this object. Used internally; see AnnotatedDataFrame
.__classVersion__:Object类的"Versions"描述该对象的版本。内部使用;看到AnnotatedDataFrame
延伸----------Extends----------
Class "AnnotatedDataFrame", directly. Class "Versioned", by class "AnnotatedDataFrame", distance 2.
类"AnnotatedDataFrame",直接。类"Versioned",类“AnnotatedDataFrame”,距离为2。
方法----------Methods----------
This class inherits methods pData (to retrieve the underlying data frame) and varMetadata (to retrieve the metadata) from AnnotatedDataFrame.
这个类继承的方法pData(检索底层数据框)和varMetadata(检索元数据)AnnotatedDataFrame。
Additional methods include:
其他方法包括:
append signature(x = "AlignedDataFrame", values = "AlignedDataFrame", length = "missing"): append values after x. varMetadata of x and y must be identical; pData and
追加signature(x = "AlignedDataFrame", values = "AlignedDataFrame", length = "missing"):追加values后x。 varMetadatax和y必须是相同的;pData“
作者(S)----------Author(s)----------
Martin Morgan <mtmorgan@fhcrc.org>
参见----------See Also----------
AnnotatedDataFrame
AnnotatedDataFrame
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|