Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2008-07-15 00:31:46
Size: 542
Editor: 141
Comment:
Revision 6 as of 2012-08-07 11:04:57
Size: 942
Editor: 182
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[R] library about [Bioinformatics] [[R]] library about [[Bioinformatics]]
Line 5: Line 5:
1.9버젼의 [R]을 설치하고, devel용으로 설치하면, 훨씬 더 많은 모듈들을 볼 수 있다. 1.9버젼의 [[R]]을 설치하고, devel용으로 설치하면, 훨씬 더 많은 모듈들을 볼 수 있다.
Line 7: Line 7:
{{{TableOfContents}}} ||<<TableOfContents>>||
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용으로 설치하면, 훨씬 더 많은 모듈들을 볼 수 있다.


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