PC-class {exonmap}R Documentation

Class "PC" represents the result of a simple pairwise comparison between two groups of arrays

Description

Contains two slots - one for fold changes, one for t test p-scores

Objects from the Class

Objects can be created by calls of the form new("PC", ...).

Slots

fc:
Object of class "numeric" log2 fold changes
tt:
Object of class "numeric" t test p scores

Methods

[<-
signature(x = "PC"): Not supported
[
signature(x = "PC"): subset by probeset
fc
signature(object = "PC"): fold change accessor
tt
signature(object = "PC"): t-test p score accessor

Author(s)

Crispin J. Miller

Examples

  ## Not run: 
    r <- pc(x,"group",c("a","b"))
  
## End(Not run)

[Package exonmap version 1.0.07 Index]