Hi Henrik,

I have a couple of questions for you regarding running the GLAD model
in aroma.cn.

I learned from you previously that, when using the CBS model in aroma,
I can set "cbs$.calculateRatios = FALSE" if my CN estimates are
already ratioed. So my first question here is whether this also
applies to the GLAD model, for example:

ds = AromaUnitTotalCnBinarySet
$byName("dataset,paired",chipType="HumanOmni1-Quad");
glad = GladModel(ds);
glad$.calculateRatios = FALSE;
fit(glad, chromosomes=c(1:23));

Another question I have is that, when calling the "fit" function to
run the GLAD model, which underlying function in the GLAD package is
being called? Is it possible to pass parameters down to this function
through "fit" to fine tune the GLAD model?

Many thanks!

Best,
Kai

-- 
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/

Reply via email to