Changes between Version 3 and Version 4 of SOPs/normalize_ma
- Timestamp:
- 02/26/13 10:29:40 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/normalize_ma
v3 v4 149 149 library(gcrma) 150 150 # Normalize with GCRMA where CEL files are in the directory CEL_Files 151 eset = justGCRMA(celfile.path = "CEL_Files", verbose=T, cdfname="mouse4302mmentrez ")151 eset = justGCRMA(celfile.path = "CEL_Files", verbose=T, cdfname="mouse4302mmentrezg") 152 152 # Get the expression values alone (as a matrix) 153 153 eset.rma.expr = exprs(eset)