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

Try the frma package in your browser

Any scripts or data that you put into this service are public.

frma documentation built on Nov. 8, 2020, 5:26 p.m.