generics(ACME)
generics()所属R语言包:ACME
Generics defined within ACME
泛型的定义范围内的ACME
译者:生物统计家园网 机器人LoveR
描述----------Description----------
See methods descriptions for details.
有关详情,请参阅方法的描述。
用法----------Usage----------
vals(x, ...)
chromosome(object, ...)
end(x, ...)
start(x, ...)
plot(x, y, ...)
cutpoints(x, ...)
threshold(x, ...)
参数----------Arguments----------
参数:x
An ACMESet or ACMECalcSet object (for cutpoints and threshold)
ACMESet或ACMECalcSet对象(切点和阈值)
参数:object
An ACMESet or ACMECalcSet object (for cutpoints and threshold)
ACMESet或ACMECalcSet对象(切点和阈值)
参数:y
Treated as missing for plotting these types of objects
视为绘制这些类型的对象失踪
参数:...
Passed into method
传递到方法
Details
详情----------Details----------
These are all getters for ACMESet and ACMECalcSet objects.
这些都是ACMESet和ACMECalcSet对象干将。
值----------Value----------
See methods descriptions for details
有关详情,请参阅方法的描述
作者(S)----------Author(s)----------
Sean Davis <sdavis2@mail.nih.gov>
参见----------See Also----------
ACMESet, ACMECalcSet
ACMESet,ACMECalcSet
举例----------Examples----------
data(example.agff)
head(chromosome(example.agff))
head(end(example.agff))
head(start(example.agff))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|