Normalization of expression values
2
0
Entering edit mode
dorothyc ▴ 140
@dorothyc-3150
Last seen 9.6 years ago
Hi, I'm trying to normalize a table of probe level intensities (pls. see attachment). Would you recommend a method, which would take only a matrix but not an AffyBatch or object and do quantile normalization, in R/Bioconductor packages. 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" ------ Thanks, Dorothy -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: input.txt URL: <https: stat.ethz.ch="" pipermail="" bioconductor="" attachments="" 20100727="" 09eb5766="" attachment-0001.txt=""> -------------- next part --------------
Normalization probe Normalization probe • 1.0k views
ADD COMMENT
0
Entering edit mode
@steve-lianoglou-2771
Last seen 14 months ago
United States
Hi, On Tue, Jul 27, 2010 at 7:19 PM, dorothyc <dorothyc at="" bcgsc.ca=""> wrote: > Hi, > > I'm trying to normalize a table of probe level intensities (pls. see attachment). ?Would you recommend a method, which would take only a matrix but not an AffyBatch or object and do quantile normalization, in R/Bioconductor packages. > > 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" > ------ How about: R> library(limma) R> normalizeBetweenArrays(intensity.M, method='quantile') > > Thanks, > Dorothy > > > > > > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor > -- 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
ADD COMMENT
0
Entering edit mode
@steve-lianoglou-2771
Last seen 14 months ago
United States
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
ADD COMMENT
0
Entering edit mode
Thanks so much, Steve! It works now. Dorothy On 2010-07-28, at 9:44 AM, Steve Lianoglou wrote: > 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
ADD REPLY

Login before adding your answer.

Traffic: 473 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6