newMadbSet {maDB} | R Documentation |
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..
newMadbSet(x = NULL, ...)
x |
A optional ExpressionSet (Biobase), RGList (limma) or MAList (limma) object. |
... |
some additional parameters. |
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.
Returns a MadbSet (eventually filled with all the data from the submitted x, if x is an ExpressionSet, RGList or MAList)
For further informations and examples refer to the package vignette (which can be opened using the openMadbVignette
).
Johannes Rainer