R/AllClasses.R

setClass("frmaExpressionSet",
         representation(
           se.exprs="matrix",             
           weights="matrix",
           residuals="matrix",
           randomeffects="matrix"),
         prototype=prototype(
           new("ExpressionSet"),
           se.exprs=new("matrix"),
           weights=new("matrix"),
           residuals=new("matrix"),
           randomeffects=new("matrix")),
         contains="ExpressionSet")
mccallm/frma documentation built on April 20, 2021, 6:22 p.m.