hi,
i was going to normalize my microarray datasets by vsn package but i got this error
what does this mean please?
a <- vsn(mycounts)
Note:
The function 'vsn' has been superseded by 'vsn2'.
The function 'vsn' remains in the package for backward compatibility,
but for new projects, please use 'vsn2'.
Error in getIntensityMatrix(intensities, verbose) :
'intensities' was found to be a data.frame, but contains non-numeric columns.
> a <- vsn2(mycounts)
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘vsn2’ for signature ‘"data.frame"’
sorry Dear Wolfgang,
i have 8 CEL files and i am going to perform variance stabilization on them. then i did like below
> setwd("E:/Affy data")
> library(affy)
> library(vsn)
> celFiles <- list.celfiles()
> affyraw=ReadAffy(filenames = celFiles)
> affyraw.vsn2=vsn2(affyraw)
vsn2: 506944 x 8 matrix (1 stratum). Please use 'meanSdPlot' to verify the fit.
but hereafter i could not figure out what to do by reading the vsn manual...may you help me please?
thank you
You probably want to do
and then proceed with your analysis.