cghMCR-class(cghMCR)
cghMCR-class()所属R语言包:cghMCR
Class "cghMCR" is a S4 class for the identification of minimum
类“cghMCR”是一个确定最低S4类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Objects of this class provides the functionalities to detecting chromosome regions that show gains or losses across differnet
这个类的对象提供的功能检测表明各地存在的各种收益或亏损的染色体区域
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("cghMCR", ...). A constructor cghMCR may be used to instantiate object of this class
创建对象可以通过检测的形式new("cghMCR", ...)。构造cghMCR可用于实例化这个类的对象
插槽----------Slots----------
方法----------Methods----------
MCR signature(object = "cghMCR"): identifies minimum
确定最低的MCRsignature(object = "cghMCR"):
注意----------Note----------
The function is a contribution of The Center for Applied Cancer
该函数是一个应用癌症中心的贡献
作者(S)----------Author(s)----------
Jianhua Zhang
参见----------See Also----------
cghMCR
cghMCR
举例----------Examples----------
require("CNTools")
data("sampleData")
cghmcr <- cghMCR(sampleData[sampleData[, "ID"] %in%
sample(unique(sampleData[, "ID"]), 20), ], gapAllowed = 500,
alteredLow = 0.20, alteredHigh = 0.80, recurrence = 50)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|