Splanova-class {exonmap} | R Documentation |
Contains two slots - one for F-test p-scores, one for significance
Objects can be created by calls of the form new("Splanova", ...)
.
"numeric"
p-values"numeric"
significant casessignature(object = "Splanova")
: F-test p-value accessor signature(object = "Splanova")
: significance accessor Michal J. Okoniewski
## Not run: gg <- probeset.to.gene(c("2326780","2326822" )) spl.multi <- splanova(x.rma, gg, "group", "a", thr=0.05, debug=4) fval(spl.multi) sig(spl.multi) ## End(Not run)