Linear and spline normalization
1
0
Entering edit mode
@stephen-nyangoma-366
Last seen 9.6 years ago
Hi all, I am reading through a paper by Shadt, Li, Su & Wong: Analyzing High- Density Oligonucleotide Gene Expression Array Data. Journal of Cellular Biochemistry 80:192-202. They discuss linear and spline normalizations. Have these methods been implemented in Bioconductor? or has anyone codes implementing especially the splines method? Regards. Stephen.
• 1.3k views
ADD COMMENT
0
Entering edit mode
@mai98ftustudservuni-leipzigde-338
Last seen 9.6 years ago
Hi, you can type > normalize.methods(affybatch.example) to get all the normalization methods implemented in BioConductor: [1] "constant" "contrasts" "invariantset" "loess" [5] "qspline" "quantiles" "quantiles.robust" The constant method does what Schadt et al. call linear normalization. It takes an argument called FUN with default = mean. You could write a funktion to compute the normalization factor as described in Schadt et al. and hand it to the normalize.AffyBatch.constant() function. I'm not quite sure if the normalize.AffyBatch.qspline() function is the same as the method described in the Schadt paper but it looks similar. Hope that helps, Johannes Quoting Stephen Nyangoma <s.nyangoma@cs.rug.nl>: > Hi all, > I am reading through a paper by > > Shadt, Li, Su & Wong: Analyzing High- Density Oligonucleotide Gene > Expression Array Data. Journal of Cellular Biochemistry 80:192-202. > > They discuss linear and spline normalizations. Have these methods been > implemented in Bioconductor? or has anyone codes implementing > especially > the splines method? > > Regards. Stephen. > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >

Login before adding your answer.

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