Apply the vsn transformation to data
Apply the vsn transformation to data.
## S4 method for signature 'vsn' predict(object, newdata, strata=object@strata, log2scale=TRUE, useDataInFit=FALSE)
object |
An object of class |
newdata |
Object of class
|
strata |
Optional, a |
log2scale |
If |
useDataInFit |
If fit = vsn2(x, ...) nx = predict(fit, newdata=x) and is used, for example, in the |
An object typically of the same class as newdata
. There are two
exceptions: if newdata
is an
RGList
, the return value is an
NChannelSet
, and
if newdata
is numeric, the return value is a matrix
with 1
column.
Wolfgang Huber
data("kidney") ## nb: for random subsampling, the 'subsample' argument of vsn ## provides an easier way to do this fit = vsn2(kidney[sample(nrow(kidney), 500), ]) tn = predict(fit, newdata=exprs(kidney))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.