RTCA-class(RTCA)
RTCA-class()所属R语言包:RTCA
Class "RTCA"
类“RTCA”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
RTCA object
RTCA对象
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("RTCA", assayData, phenoData, featureData, experimentData, annotation, exprs, ...). However, it is more common to be constructed by parseRTCA function by reading in RTCA output data directly.
创建对象可以通过检测的形式new("RTCA", assayData, phenoData, featureData, experimentData, annotation, exprs, ...)。然而,它是多见parseRTCA功能构建在RTCA输出数据直接读取的。
插槽----------Slots----------
expID: Object of class "character", experiment ID
expID类"character",实验ID对象
timeline: Object of class "RTCAtimeline",
timeline:Object类的"RTCAtimeline",
assayData: Object of class "AssayData", assay
assayData类"AssayData",检测对象
phenoData: Object of class "AnnotatedDataFrame", pheno data of the assay, annotating
phenoData:Object类的"AnnotatedDataFrame",苯酚的检测数据,注释
featureData: Object of class "AnnotatedDataFrame", feature data of the assay, preserved
featureData:Object类的"AnnotatedDataFrame",功能检测数据,保存
experimentData: Object of class "MIAME", idle
experimentData类"MIAME",闲置对象
annotation: Object of class "character", idle
annotation类"character",闲置对象
.__classVersion__: Object of class "Versions",idle
.__classVersion__类"Versions",闲置对象
延伸----------Extends----------
Class ExpressionSet-class, directly. Class eSet-class, by class "ExpressionSet", distance 2. Class VersionedBiobase-class, by class "ExpressionSet", distance 3. Class Versioned-class, by class "ExpressionSet", distance 4.
类ExpressionSet-class,直接。类eSet-class,类“ExpressionSet”,距离为2。类VersionedBiobase-class,类“ExpressionSet”,距离3。类Versioned-class,类“ExpressionSet”,距离4。
方法----------Methods----------
addAction signature(object = "RTCA", time = "numeric", action = "character"): add action at the specified time, passed
addActionsignature(object = "RTCA", time = "numeric", action = "character")附加动作:在指定的时间,通过
getAction signature(object = "RTCA", time = "numeric"): get action at the specified time, passed
getActionsignature(object = "RTCA", time = "numeric"):在指定的时间采取行动,通过
plotRTCA signature(x = "RTCA"): plot RTCA
plotRTCAsignature(x = "RTCA"):图RTCA
rmAction signature(object = "RTCA", time = "numeric"): remove action at the specified time, passed
rmActionsignature(object = "RTCA", time = "numeric"):删除在指定的时间采取行动,通过
show signature(object = "RTCA"): print method
显示signature(object = "RTCA"):打印方法
expID codesignature(object = "RTCA"): get Experiment ID
expID codesignature(对象=“RTCA”的):实验编号
expID<- codesignature(object = "RTCA", value = "ANY"): set Experiment ID
- codesignature(对象expID <=“RTCA”值=“任何”):集实验编号
time signature(x = "RTCA"): deprecated
时间signature(x = "RTCA"):弃用
timeline signature(object = "RTCA"): get the RTCAtimeline slot
时间轴signature(object = "RTCA"):得到RTCAtimeline插槽
timeline<- signature(object = "RTCA"): assign the
时间轴< - signature(object = "RTCA"):分配
timepoints signature(object = "RTCA"): get the
时间点signature(object = "RTCA"):得到
timepoints<- signature(object = "RTCA"): assign the
时间点< - signature(object = "RTCA"):分配
updateAction signature(object = "RTCA", time = "numeric", action = "character"): update the action at the specified time, passed
updateActionsignature(object = "RTCA", time = "numeric", action = "character"):更新动作在指定的时间,通过
plot signature(x = "RTCA", y): plot the RTCA running plot with matplot. y is interpretated as the indices of the columns to be plotted, and will be expanded to all
图signature(x = "RTCA", y):积的RTCA运行积matplot。 yinterpretated要绘制列的指标,将扩大到所有
作者(S)----------Author(s)----------
Jitao David Zhang <a href="mailto:jitao_david.zhang@roche.com">jitao_david.zhang@roche.com</a>
参考文献----------References----------
举例----------Examples----------
new("RTCA", expID="testExp01")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|