PC-class {exonmap} | R Documentation |
Contains two slots - one for fold changes, one for t test p-scores
Objects can be created by calls of the form new("PC", ...)
.
fc
:"numeric"
log2 fold changes tt
:"numeric"
t test p scores signature(x = "PC")
: Not supported signature(x = "PC")
: subset by probeset signature(object = "PC")
: fold change accessor signature(object = "PC")
: t-test p score accessor Crispin J. Miller
## Not run: r <- pc(x,"group",c("a","b")) ## End(Not run)