tableCopa {copa}R Documentation

Summarize copa results

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

Value

This function simply prints a table to the screen, useful for summarizing the output from a call to copa.

Author(s)

James W. MacDonald

Examples

library(Biobase)
data(sample.exprSet)
cl <- abs(3 - as.numeric(pData(sample.exprSet)[,2]))
tmp <- copa(sample.exprSet, cl)
tableCopa(tmp)

[Package copa version 1.0.1 Index]