Learn R Programming

XDE (version 2.18.0)

ExpressionSetList-class: A class for containing a list of ExpressionSets

Description

Each element in the list must be a valid ExpressionSet. The featureNames must be identical for each ExpressionSet.

Arguments

Objects from the Class

Objects can be created by calls of the form new("ExpressionSetList", ...).

Extends

Class "list", from data part. Class "vector", by class "list", distance 2. Class class.AssayData, by class "list", distance 2.

See Also

XdeMcmc-class, XdeParameter-class

Examples

Run this code
showClass("ExpressionSetList")
	data(expressionSetList)

Run the code above in your browser using DataLab