fitRA-methods {FLUSH}R Documentation

fit RA object

Description

This function fits a Residual-Array (RA) object from an object of class AffyBatch, using a robust linear model at the probe level.

Usage

## S4 method for signature 'AffyBatch':
fitRA(object,verbose=FALSE)

Arguments

object on object of class AffyBatch
verbose print some information. Default to FALSE

Details

Value

An onbject of class RA containing:

data a dataframe containing array effect estimates and residual variance
ProbeID character. Probe ids

Note

Author(s)

Stefano Calza

References

Stefano Calza, Wolfgang Raffelsberger, Alexander Ploner, Jose Sahel, Thierry Leveillard and Yudi Pawitan. Filtering genes to improve sensitivity in oligonucleotide microarray data analysis - 2007 Submitted

See Also

RAplot, Flush, FlushSet, fitPLM

Examples


## Not run: 
data(choe)
choe.RA <- fitRA(choe)
## End(Not run)

[Package FLUSH version 1.1.0 Index]