Learn R Programming

copa (version 1.40.0)

tableCopa: 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.

Examples

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

Run the code above in your browser using DataLab