spkBox: Fold Change Calculations

Description Usage Arguments Details Value Author(s) Examples

View source: R/spkBox.R

Description

A function to calculate the log-ratios stratified by which ALE groups yield the comparison. They are stratified by which bins are being compared to produce the given fold change.

Usage

1
spkBox(object, spkSlopeOut, fc = 2, tol = 3, reduce=TRUE)

Arguments

object

a SpikeInExpressionSet object

spkSlopeOut

the output of the spkSlope function

fc

the fold change of interest

tol

the precision (number of digits after decimal point) in fc

reduce

if TRUE the number of points plotted in the null bins is reduced

Details

This function requires the output of spkSlope.

Value

A list with the log-ratios separated by ALE strata comparison.

Author(s)

Matthew N. McCall

Examples

1
2
3
data(affy)
affySlope <- spkSlope(affy)
spkBox(affy,affySlope)

spkTools documentation built on Nov. 8, 2020, 6:55 p.m.