Probes-class(splicegear)
Probes-class()所属R语言包:splicegear
Class "Probes"
类“探针”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Information about a set of probes
关于一组探针的信息
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("Probes", pos) or new("Probes", pos, info). The object are primarily storing the location of the probe on a matching sequence sequence. Optional information can be stored in the slot info (a data.frame).
对象可以创建的形式new("Probes", pos)或new("Probes", pos, info)的检测。对象主要是存储探针的位置上匹配的先后次序。可选的信息可以存储在插槽info(data.frame)。
插槽----------Slots----------
pos: Object of class "matrix". It expects one row per probe. The first column should give the start position
pos类"matrix"的对象。希望每一个探测行。第一列应该给起始位置
info: Object of class "data.frame". Optional
info类"data.frame"的对象。可选
方法----------Methods----------
initialize signature(.Object = "Probes"): ...
初始化signature(.Object = "Probes")...
show signature(object): show minimal information
显示signature(object):最低限度的信息
plot signature(x = "Probes", y = "missing"): plot the
图signature(x = "Probes", y = "missing"):绘制
plot signature(x = "Probes", y = "SpliceSites"): plot
图signature(x = "Probes", y = "SpliceSites"):图
参见----------See Also----------
SpliceSites-class, SpliceExprSet-class,
SpliceSites-class,SpliceExprSet-class
举例----------Examples----------
data(probes)
plot(probes)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|