[aroma.affymetrix] Re: Exception: Unknown arguments: cdf, checkChipType

2009-10-14 Thread Henrik Bengtsson
Hi, I think what happened is that you did not install the packages using: source("http://www.braju.com/R/hbLite.R";) hbInstall("aroma.affymetrix") but by other means - is that correct? Did you go to r-forge? If so, do *not* do that, because that is code under development that you should never

[aroma.affymetrix] Re: Exception: Unknown arguments: cdf, checkChipType

2009-10-14 Thread Mark Robinson
Hi Carol. This is very strange indeed. A couple thoughts come to mind: i) are there filenames in the directory (rawData/MGH09/MoGene-1_0-st- v1) that have strange characters? ii) are there other R packages loaded that may have a clash? To test, maybe delete your existing "probeData/MGH09,RBC

[aroma.affymetrix] Re: Exception: Unknown arguments: cdf, checkChipType

2009-10-14 Thread cjb
Hi Pierre, I did change the command to create the cs object, but I"m still getting the error message. Error and sessionInfo() info is below... Thanks much, Carol > cdf <- AffymetrixCdfFile$byChipType("MoGene-1_0-st-v1") > cs <- AffymetrixCelSet$byName("MGH09", cdf=cdf) > bc <- RmaBackgroundCo