DKSGeneSet(dualKS)
DKSGeneSet()所属R语言包:dualKS
Class to contain gene signatures.
类包含的基因签名。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class contains a vector of genes, and a corresponding factor of classes that indicates to which signature each gene belongs. The function dksSelectGenes extracts gene signatures of a specified size from an object of class DKSGeneScores.
这个类包含了基因的向量,并表明每个基因属于哪个签名一类的相应因素。的功能dksSelectGenes提取类DKSGeneScores的对象指定大小的基因签名。
calculates a score for each possible class (as determined by the DKSGeneSet passed to it) for each sample in the test set passed to the function. It then determines which class each sample most likely belongs to based on which of those scores is the largest. All this information is useful after the analysis, and so it is retained in the return object of class DKSPredicted.
计算出每一个可能的类的得分(DKSGeneSet传递给它确定),每个样品测试集传递给函数。然后,它决定了哪一类最有可能属于每个样品根据这些分数是最大的。所有这些信息是非常有用的分析后,因此它被保留在返回对象的类DKSPredicted。
插槽----------Slots----------
genes: A vector of gene identifiers. Order is not important.
genes:一个向量基因标识。顺序并不重要。
classes: A factor specifying which class (signatuer) each gene
classes:每个基因这类(signatuer)指定的一个因素
作者(S)----------Author(s)----------
Eric J. Kort
参见----------See Also----------
DKSGeneScores-class, DKSClassifier-class, dksSelectGenes.
DKSGeneScores-class,DKSClassifier-class,dksSelectGenes。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|