\name{newMadbSet} \alias{newMadbSet} %- Also NEED an '\alias' for EACH other topic documented here. \title{Create a new MadbSet object} \description{ Function to create a new MadbSet object. Returns either an empty MadbSet object, or, if an ExpressionSet, RGList or MAList is submitted, a MadbSet containing all data from the submitted object.. } \usage{ newMadbSet(x = NULL, ...) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{x}{A optional ExpressionSet (\pkg{Biobase}), RGList (\pkg{limma}) or MAList (\pkg{limma}) object.} \item{\dots}{some additional parameters.} } \details{ This function facilitites the creation of MadbSet objects. It takes either an ExpressionSet, RGList or MAList as input and returns a MadbSet containig all data from the submitted object. } \value{ Returns a MadbSet (eventually filled with all the data from the submitted x, if x is an ExpressionSet, RGList or MAList) } \author{Johannes Rainer} \note{ For further informations and examples refer to the package vignette (which can be opened using the \code{\link{openMadbVignette}}). } \seealso{ \code{\link{MadbSet-class}} } %\examples{ %} % Add one or more standard keywords, see file 'KEYWORDS' in the % R documentation directory. \keyword{methods} \keyword{utilities} %\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line