Description Usage Arguments Value Author(s) References See Also Examples
View source: R/lowess.normalize.R
All the chips are normalized w.r.t. 1st chip
1 | lowess.normalize(x,y)
|
x |
x is the chip data w.r.t. which other chips would be normalized |
y |
y is the chip data which would be normalized |
Returns the lowess normalized chip intensity.
Nitin Jainnitin.jain@pfizer.com
J.K. Lee and M.O.Connell(2003). An S-Plus library for the analysis of differential expression. In The Analysis of Gene Expression Data: Methods and Software. Edited by G. Parmigiani, ES Garrett, RA Irizarry ad SL Zegar. Springer, NewYork.
Jain et. al. (2003) Local pooled error test for identifying differentially expressed genes with a small number of replicated microarrays, Bioinformatics, 1945-1951.
Jain et. al. (2005) Rank-invariant resampling based estimation of false discovery rate for analysis of small sample microarray data, BMC Bioinformatics, Vol 6, 187.
1 2 3 4 5 6 7 8 9 10 11 |
[1] 12488 7
ID c1 c2 c3 t1 t2 t3
1 AFFX-MurIL2_at 16.0 14.1 19.3 2782.7 2861.3 2540.2
2 AFFX-MurIL10_at 22.7 6.9 28.2 18.6 12.7 7.5
3 AFFX-MurIL4_at 33.9 17.1 23.9 24.9 25.2 24.9
ID c1 c2 c3 t1 t2 t3
1 AFFX-MurIL2_at 4.304733 4.076621 4.560498 11.442270 11.611246 11.385874
2 AFFX-MurIL10_at 4.809354 3.045594 5.107593 4.217231 3.795548 2.982039
3 AFFX-MurIL4_at 5.387947 4.354922 4.868908 4.638074 4.784143 4.713222
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.