[BioC] Normalization of expression values

Steve Lianoglou mailinglist.honeypot at gmail.com
Wed Jul 28 18:44:26 CEST 2010


By the way ..

On Tue, Jul 27, 2010 at 7:19 PM, dorothyc <dorothyc at bcgsc.ca> wrote:

> I came across normalize.quantiles {affy} but got the following errors:
> ------
>> library(affy)
>> normalize.quantiles(intensity.M,copy=TRUE)
> Error: could not find function "normalize.quantiles"
> ------

normalize.quantiles is in the preprocessCore library:

R> library(preprocessCore)
R> normalize.quantiles(...)

-- 
Steve Lianoglou
Graduate Student: Computational Systems Biology
 | Memorial Sloan-Kettering Cancer Center
 | Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact



More information about the Bioconductor mailing list