Dear Henrik,

Is there a way to read in CEL.gz files rather than .CEL files?

Also, do you provide an example (couldn't find one on the aroma homepage) 
on how to go from a CDF file and a bunch of CEL files to a final expression 
matrix normalized with RMA? Essentially I am looking for the equivalent of:


library(affy)
library(annotate)
library(hgu133plus2.db)

files = c("A.CEL.gz", "B.CEL.gz", "C.CEL.gz")
setwd("datadir")

eset <- justRMA(filenames = files)
mat <- exprs(eset)


What is the most efficient way to do this with Aroma?

Many thanks and best wishes!

Helge

-- 
-- 
When reporting problems on aroma.affymetrix, make sure 1) to run the latest 
version of the package, 2) to report the output of sessionInfo() and 
traceback(), and 3) to post a complete code example.


You received this message because you are subscribed to the Google Groups 
"aroma.affymetrix" group with website http://www.aroma-project.org/.
To post to this group, send email to aroma-affymetrix@googlegroups.com
To unsubscribe and other options, go to http://www.aroma-project.org/forum/

--- 
You received this message because you are subscribed to the Google Groups 
"aroma.affymetrix" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to aroma-affymetrix+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to