getparams(CNVtools)
getparams()所属R语言包:CNVtools
Return mixture parameters
返回混合参数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function should be invisible to most users. Given the full expanded data frame, getparams returns the number of components, the copy number, the mixture model parameters for each batch, the likelihood of the model and the p(disease|c).
这个函数应该是大多数用户不可见。 getparams给予了充分的扩展数据框,返回的元件数量,拷贝数,每批混合模型参数,模型的可能性和P(病)。
用法----------Usage----------
getparams(d)
参数----------Arguments----------
参数:d
Full expanded data frame.
充分扩展的数据框。
值----------Value----------
参数:ns
Number of batches
批次数量
参数:nc
Copy number of this model
这种模式的拷贝数
参数:nind
Number of individuals
个人数
参数:lnL
log likelihood
登录的可能性
参数:alpha
Matrix. The mixture proportions
矩阵。混合物的比例
参数:mean
Matrix. The mixture means
矩阵。该混合物是指
参数:var
Matrix. The mixture variances
矩阵。混合物的差异
参数:pdc
Matrix. The p(disease|c)
矩阵。 P(疾病| C)
作者(S)----------Author(s)----------
Vincent Plagnol <a href="mailto:vincent.plagnol@cimr.cam.ac.uk">vincent.plagnol@cimr.cam.ac.uk</a> and Chris Barnes <a href="mailto:christopher.barnes@imperial.ac.uk">christopher.barnes@imperial.ac.uk</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|