spkAccSD: Accuracy Standard Deviation

Description Usage Arguments Value Author(s) Examples

View source: R/spkAccSD.R

Description

Estimates the standard deviation for spike-ins at the lowest possible fold change in each bin.

Usage

1
spkAccSD(object, spkSlopeOut, tol=3)

Arguments

object

a SpikeInExpressionSet object

spkSlopeOut

the output from the spkSlope function

tol

number of digits after decimal point

Value

returns the median absolute deviation (MAD) for each bin.

Author(s)

Matthew N. McCall

Examples

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

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