AffyProbesMatch-class(altcdfenvs)
AffyProbesMatch-class()所属R语言包:altcdfenvs
Class "AffyProbesMatch"
类“AffyProbesMatch”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Store the results of a call to matchAffyProbes.
存储调用matchAffyProbes一个的结果。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("AffyProbesMatch", ...).
创建对象可以通过检测的形式new("AffyProbesMatch", ...)。
An object will store the result of matching probe sequences against target sequences.
对象将存储对目标序列的探针序列匹配的结果。
插槽----------Slots----------
pm: Object of class "list":
pm:Object类的"list":
mm: Object of class "list":
mm:Object类的"list":
labels: Object of class "character"
labels类"character":对象
chip_type: Object of class "character"
chip_type类"character":对象
probes: Object of class "ANY": the probetable object used to perform the matches.
probes:Object类的"ANY":probetable对象,用来进行比赛。
方法----------Methods----------
combine signature(x = "AffyProbesMatch", y = "AffyProbesMatch"): combine two instances. This is can be useful when splitting the list of target sequences to
结合signature(x = "AffyProbesMatch", y = "AffyProbesMatch"):结合两个实例。这可能是有用的,当分裂目标序列列表
show signature(x = "AffyProbesMatch"):Show the
显示signature(x = "AffyProbesMatch"):显示
toHypergraph signature(object = "AffyProbesMatch"):
toHypergraphsignature(object = "AffyProbesMatch"):
举例----------Examples----------
showClass("AffyProbesMatch")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|