Differences between revisions 2 and 3
Revision 2 as of 2008-07-15 00:31:46
Size: 542
Editor: 141
Comment:
Revision 3 as of 2008-07-15 00:36:11
Size: 934
Editor: 141
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
==== Others ====
{{{
#"none","median","loess","printtiploess", and "robustspline"
MA.n <- normalizeWithinArrays(RG, method="none")
MA.m <- normalizeWithinArrays(RG, method="median")
MA.l <- normalizeWithinArrays(RG, method="loess", span=0.4)
MA.p <- normalizeWithinArrays(RG, method="printtiploess", span=0.4)
MA.r <- normalizeWithinArrays(RG, method="robustspline", span=0.4)
}}}

[R] library about [Bioinformatics]

http://www.bioconductor.org/

1.9버젼의 [R]을 설치하고, devel용으로 설치하면, 훨씬 더 많은 모듈들을 볼 수 있다.


TableOfContents

BioConductor Install

> source("http://bioconductor.org/getBioC.R")
> getBioC()

CEL file load

> library(affy)
> data <- ReadAffy()

Normalization

RMA

GCRMA

Others

#"none","median","loess","printtiploess", and "robustspline"
MA.n <- normalizeWithinArrays(RG, method="none")
MA.m <- normalizeWithinArrays(RG, method="median")
MA.l <- normalizeWithinArrays(RG, method="loess", span=0.4)
MA.p <- normalizeWithinArrays(RG, method="printtiploess", span=0.4)
MA.r <- normalizeWithinArrays(RG, method="robustspline", span=0.4)

Statistical Analysis


CategoryProgramLibrary

BioConductor (last edited 2012-08-07 11:04:57 by 182)

web biohackers.net