tableCopa(copa)
tableCopa()所属R语言包:copa
Summarize copa results
总结COPA结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function will output a table showing the number of gene pairs at each number of outliers.
此功能将输出显示在每个离群的基因对数表。
用法----------Usage----------
tableCopa(copa)
参数----------Arguments----------
参数:copa
A 'copa' object, the result of a call to copa
一个杯的对象,调用copa一个结果
值----------Value----------
This function simply prints a table to the screen, useful for summarizing the output from a call to copa.
这个函数只是简单地打印表总结调用copa从输出到屏幕上,有用的。
作者(S)----------Author(s)----------
James W. MacDonald
举例----------Examples----------
library(Biobase)
data(sample.ExpressionSet)
cl <- abs(3 - as.numeric(pData(sample.ExpressionSet)[,2]))
tmp <- copa(sample.ExpressionSet, cl)
tableCopa(tmp)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|