qscore(MANOR)
qscore()所属R语言包:MANOR
Create an object of type qscore
创建类型qscore对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
qscore object is a list which contains a function, a name, and optionnally a label and arguments to be passed to the function.
qscore对象是一个列表,其中包含一个功能,一个名字,,并optionnally标签和要传递给函数的参数。
用法----------Usage----------
to.qscore(FUN, name=NULL, args=NULL, label=NULL, dec=3)
参数----------Arguments----------
参数:FUN
a R function returning a numeric value, with first argument of type arrayCGH, and optionally other arguments.
一个R函数返回一个数值,第一个参数类型arrayCGH,可选其他参数。
参数:name
a short character value for qscore object identification
短了qscore对象识别的字符值
参数:args
a list of arguments to be passed to FUN; defaults to NULL (ie arrayCGH is the only argument to FUN)
参数列表被传递给FUN;默认为NULL(即arrayCGHFUN是唯一的参数)
参数:label
a character value for qscore object labelling
为qscore对象标识的字符值
参数:dec
an integer value giving the number of significant digits to keep (defaults to 3)
有效位数的号码,保持一个整型值(默认为3)
值----------Value----------
An object of class qscore.
对象类qscore。
注意----------Note----------
People interested in tools for array-CGH analysis can
阵列比较基因组杂交分析工具有兴趣的人可以
作者(S)----------Author(s)----------
Pierre Neuvial, <a href="mailto:manor@curie.fr">manor@curie.fr</a>.
参见----------See Also----------
qscore.arrayCGH, qscore.summary.arrayCGH
qscore.arrayCGH,qscore.summary.arrayCGH
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|