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.ExpressionSet)
cl <- abs(3 - as.numeric(pData(sample.ExpressionSet)[,2]))
tmp <- copa(sample.ExpressionSet, cl)
tableCopa(tmp)

[Package copa version 1.48.0 Index]