tableCopa {copa} | R Documentation |
This function will output a table showing the number of gene pairs at each number of outliers.
tableCopa(copa)
copa |
A 'copa' object, the result of a call to copa |
This function simply prints a table to the screen, useful for
summarizing the output from a call to copa
.
James W. MacDonald
library(Biobase) data(sample.exprSet) cl <- abs(3 - as.numeric(pData(sample.exprSet)[,2])) tmp <- copa(sample.exprSet, cl) tableCopa(tmp)