sort(MANOR)
sort()所属R语言包:MANOR
Sorting for normalized arrayCGH objects
排序归arrayCGH对象的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sorts clone-level information of a normalized arrayCGH object.
各种克隆级的归一arrayCGH对象的信息。
用法----------Usage----------
## S3 method for class 'arrayCGH'
sort(x, decreasing = FALSE, position.var="Position",
chromosome.var="Chromosome", ...)
参数----------Arguments----------
参数:x
an object of type arrayCGH.
类型arrayCGH的对象。
参数:decreasing
(for compatibility with sort class) currently unused.
(sort类的兼容性)目前闲置。
参数:position.var
name of position variable.
位置变量的名称。
参数:chromosome.var
name of chromosome variable.
名称染色体变量。
参数:...
further arguments to be passed to sort.
进一步的参数被传递到sort。
注意----------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----------
norm.arrayCGH
norm.arrayCGH
举例----------Examples----------
data(spatial)
## sort a normalized array by clone position[#归阵列通过克隆的位置进行排序。]
gradient.norm <- sort(gradient.norm)
report.plot(gradient.norm, main="Genomic profile after normalization")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|