spkAnova {spkTools}R Documentation

Anova Model for Microarray Spike-in Data

Description

Computes the mean squared errors of a microarray spike-in design due to concentration, probe, array, and error.

Usage

spkAnova(object, model=expr~spike+probe+array)

Arguments

object

a SpikeInExpressionSet object

model

the anova model

Value

A vector of the mean squared errors from the anova model.

Author(s)

Matthew N. McCall

Examples

data(affy)
spkAnova(affy)

[Package spkTools version 1.48.0 Index]