R/make.dex.set.object.r

Defines functions make.dex.set.object

Documented in make.dex.set.object

make.dex.set.object <- function(Eset.data,           # expressionSet object
                              comp.var,              # no of column of group labels in Pdata in expressionSet
                              comp.def,              # a string definition of comparison, group labels connected by "-"
                              gset.collection=NULL)  # an object of GeneSetCollection
{
 dex.set <- list(express.set=Eset.data,
                  comp.var=comp.var,
                  comp.def=comp.def,
                  gset.collection=gset.collection)
 return(dex.set)
 }

Try the AGDEX package in your browser

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

AGDEX documentation built on Nov. 8, 2020, 8:32 p.m.