newMadbSet {maDB}R Documentation

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, ...)

Arguments

x A optional ExpressionSet (Biobase), RGList (limma) or MAList (limma) object.
... 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)

Note

For further informations and examples refer to the package vignette (which can be opened using the openMadbVignette).

Author(s)

Johannes Rainer

See Also

MadbSet-class


[Package maDB version 1.14.1 Index]