ProbeSet-class(affy)
ProbeSet-class()所属R语言包:affy
Class ProbeSet
类ProbeSet
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A simple class that contains the PM and MM data for a probe
一个简单的类,它包含探针PM和MM的数据
类的对象----------Objects from the Class----------
Objects can be created by applying the method probeset to
可以创建对象的应用方法probeset
插槽----------Slots----------
id: Object of class "character" containing the
id:Object类的"character"包含
pm: Object of class "matrix" containing the PM
pm:Object类的"matrix"包含的PM
mm: Object of class "matrix" containing the MM
mm类"matrix"包含的MM:对象
方法----------Methods----------
colnames signature(x = "ProbeSet"): the column names
colnamessignature(x = "ProbeSet"):列名
express.summary.stat signature(x = "ProbeSet", pmcorrect = "character", summary = "character"): applies a summary
express.summary.statsignature(x = "ProbeSet", pmcorrect = "character", summary = "character"):适用于摘要
sampleNames signature(object = "ProbeSet"): the column names
sampleNamessignature(object = "ProbeSet"):列名
注意----------Note----------
More details are contained in the vignette.
更多详情载中的小插曲。
参见----------See Also----------
probeset,
probeset
举例----------Examples----------
if (require(affydata)) {
data(Dilution)
ps <- probeset(Dilution, geneNames(Dilution)[1:2])
names(ps)
print(ps[[1]])
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|