Loess Normalization of Spotted Chip
1
0
Entering edit mode
Tzulip Phang ▴ 40
@tzulip-phang-663
Last seen 9.7 years ago
Hi All, I am trying to perform loess normalization on spotted oligo chip data which have only one channel, instead of two-channel in cDNA data. I would also like to use the print-tip normalization option. I understand I could use the loess normalization function from the "affy" package, but I don't believe it takes into account the print-tip. Does anybody has experience in this issue? thank you Tzu
Normalization oligo Normalization oligo • 904 views
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 1 hour ago
WEHI, Melbourne, Australia
> Hi All, > > I am trying to perform loess normalization on spotted oligo chip data > which have only one channel, instead of two-channel in cDNA data. I > would also like to use the print-tip normalization option. I understand > I could use the loess normalization function from the "affy" package, > but I don't believe it takes into account the print-tip. Does anybody > has experience in this issue? See the normalizeBetweenArrays() function in the limma package for various methods. Print-tip loess doesn't make nearly as much sense for single channel as for two colour data. We use quantile normalization as the default for single-channel data. Gordon
ADD COMMENT
0
Entering edit mode
We are very interested in eliminating the print-tip effects for our single channel data. Do you know if any group have tried to accomplish that on the single -channel oligo chips data? Thank you Tzu Gordon K Smyth wrote: >>Hi All, >> >>I am trying to perform loess normalization on spotted oligo chip data >>which have only one channel, instead of two-channel in cDNA data. I >>would also like to use the print-tip normalization option. I understand >> I could use the loess normalization function from the "affy" package, >>but I don't believe it takes into account the print-tip. Does anybody >>has experience in this issue? >> >> > >See the normalizeBetweenArrays() function in the limma package for various >methods. Print-tip loess doesn't make nearly as much sense for single >channel as for two colour data. We use quantile normalization as the >default for single-channel data. > >Gordon > > > > > > -- Tzu L. Phang, Ph.D. 303-315-1583 http://compbio.uchsc.edu/Hunter_lab/Phang [[alternative HTML version deleted]]
ADD REPLY
0
Entering edit mode
Hi Tzulip, you can try the function vsn in the package of the same name. If y is a matrix of size (no.probes) x (no.chips), and pins is an integer vector of length (no.probes) with values 1, 2, .... that code for the print- tip ID, then ny1 <- vsn(y, strata=pins) should do the job. You can compare this to ny2 <- vsn(y) for a single-channel normalization "without" print-tips. For details, please see the vignette. I'd be interested in your experience with this. library(vsn) openVignette("vsn") Best wishes Wolfgang Tzulip Phang wrote: > We are very interested in eliminating the print-tip effects for our > single channel data. Do you know if any group have tried to accomplish > that on the single -channel oligo chips data? > > Thank you > > Tzu > > Gordon K Smyth wrote: > ------------------------------------- Wolfgang Huber Division of Molecular Genome Analysis German Cancer Research Center Heidelberg, Germany Phone: +49 6221 424709 Fax: +49 6221 42524709 Http: www.dkfz.de/abt0840/whuber
ADD REPLY

Login before adding your answer.

Traffic: 383 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