Splanova-class {exonmap}R Documentation

Class "Splanova" represents the result of a splicing anova calculations

Description

Contains two slots - one for F-test p-scores, one for significance

Objects from the Class

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

Slots

fval:
Object of class "numeric" p-values
sig:
Object of class "numeric" significant cases

Methods

fval
signature(object = "Splanova"): F-test p-value accessor
sig
signature(object = "Splanova"): significance accessor

Author(s)

Michal J. Okoniewski

Examples

  ## 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)

[Package exonmap version 1.0.07 Index]