snpCall(Biobase)
snpCall()所属R语言包:Biobase
Get and retrieve SNP call and call probability data.
获取和检索的SNP调用和调用的概率数据。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These generic functions access the calls and call probabilities stored in objects.
这些通用功能的访问调用,并调用对象中存储的概率。
用法----------Usage----------
snpCall(object, ...)
snpCall(object, ...) <- value
snpCallProbability(object, ...)
snpCallProbability(object, ...) <- value
参数----------Arguments----------
参数:object
Object, possibly derived from class SnpSet.
对象,可能是从派生类的SnpSet。
参数:value
Matrix with rows representing SNP calls or call probabilities and columns samples.
矩阵代表SNP来电或呼叫概率和列样品的行。
参数:...
Additional arguments available to methods.
方法提供额外的参数。
值----------Value----------
snpCall returns a matrix of SNP calls; snpCallProbability returns the corresponding matrix of standard errors, when available.
snpCall返回一个SNP矩阵调用;snpCallProbability返回时,可用相应的标准误差矩阵。
作者(S)----------Author(s)----------
Biocore
参见----------See Also----------
SnpSet-class
SnpSet-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|