summarySpkBox {spkTools}R Documentation

Summary of Fold Changes Calculated by spkBox

Description

Prints a summary table of the data resulting from a call to spkBox.

Usage

summarySpkBox(boxs)

Arguments

boxs

the output of a call to spkBox

Value

A dataframe with 2 columns: the mean fold change and the median average distance of the fold changes.

Author(s)

Matthew N. McCall

Examples

data(affy)
affySlope <- spkSlope(affy)
affyBox <- spkBox(affy, affySlope)
plotSpkBox(affyBox) 

[Package spkTools version 1.36.0 Index]