fitRA-methods {FLUSH.LVS.bundle} | R Documentation |
This function fits a Residual-Array (RA) object from an object of class AffyBatch, using a robust linear model at the probe level.
## S4 method for signature 'AffyBatch': fitRA(object,verbose=FALSE)
object |
on object of class AffyBatch |
verbose |
print some information. Default to FALSE |
An onbject of class RA containing:
data |
a dataframe containing array effect estimates and residual variance |
ProbeID |
character. Probe ids |
Stefano Calza
Stefano Calza, Wolfgang Raffelsberger, Alexander Ploner, Jose Sahel, Thierry Leveillard and Yudi Pawitan. Filtering genes to improve sensitivity in oligonucleotide microarray data analysis - 2007 NAR
RAplot
, Flush
,
FlushSet
,
fitPLM
## Not run: data(choe) choe.RA <- fitRA(choe) ## End(Not run)