SGOL-class(cghMCR)
SGOL-class()所属R语言包:cghMCR
Class "SGOL" reprents segments of gain or loss across samples
类“SGOL的”reprents段整个样本的收益或损失
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Segments of gains or losses along chromosomes can be calculated based on segmentation data derived from the segment
段段所得的分割数据的基础上,可以计算出沿染色体的收益或损失
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("SGOL", ...) or using a constructor SGOL.
通过检测的形式new("SGOL", ...)或使用构造SGOL的对象可以被创建。
插槽----------Slots----------
gol: Object of class "matrix" holding the gain
gol:对象类"matrix"持增益
threshold: Object of class "vector" of length 2 indicating the lower and upper thresholds below/over which data points will be included in the calculation of SGOL score using the
threshold:Object类的"vector"长度为2的数据表明低于/超过上下阈值将被包括在SGOL的得分计算使用
method: Object of class "function" giving the method used to calculate SGOL scores. Common methods include sum,
method:Object类的"function"SGOL的评分来计算的方法。常用的方法包括总和,
方法----------Methods----------
gol signature(object = "SGOL"): extracts SGOL scores
勒signature(object = "SGOL"):提取SGOL的分数
method signature(object = "SGOL"): gets the name of
方法的signature(object = "SGOL"):得到的名字
plot signature(x = "SGOL", y = "ANY",...): plots the data
图signature(x = "SGOL", y = "ANY",...):绘制数据
threshold signature(object = "SGOL"): gets the
阈值signature(object = "SGOL"):得到
作者(S)----------Author(s)----------
Jianhua Zhang
参考文献----------References----------
举例----------Examples----------
showClass("SGOL")
require(CNTools)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|