summarySpkBox {spkTools} | R Documentation |
Prints a summary table of the data resulting from a call to spkBox.
summarySpkBox(boxs)
boxs |
the output of a call to spkBox |
A dataframe with 2 columns: the mean fold change and the median average distance of the fold changes.
Matthew N. McCall
data(affy) affySlope <- spkSlope(affy) affyBox <- spkBox(affy, affySlope) plotSpkBox(affyBox)