\name{toEexprSet} \alias{toEexprSet} \alias{toEexprSet,RGList-method} \alias{toEexprSet,MAList-method} \title{Transfor objects to objects of the type EexprSet} \description{ This function should transform data objects like limmas RGList or MAList objects into an instance of the class \code{"EexprSet"}. } \usage{ toEexprSet(object) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{object}{The data object to transform.} } \value{ An instance of the type \code{"EexprSet"} that holds the information from the object submitted. } \section{warning}{ This method as well as the \code{EexprSet} are deprecated! Use \code{\link{MadbSet}} and \code{\link{newMadbSet}} instead! } \author{Johannes Rainer} \seealso{\code{\link{EexprSet-class}}, \code{\link{createEexprSetFromLimma}}} \keyword{data}