exprModel-class {MVCClass}R Documentation

Class "exprModel": A class to represent an exprSet model

Description

exprModel is a class to represent an exprSet model. This class inherits from the virtual class, gModel. An object of exprModel is responsible for storing and updating the data.

Objects from the Class

Objects can be created by calls of the form new("exprModel", ...). The initialize method for this class will be created in other packages that use this package (for example, the initialize method will be created in the iSNetwork package).

Slots

modelData:
the model data, which is an exprSet
linkData:
a list of functions that link this model to its parent and child models (if it has any)
virtualData:
the data that is needed by the views of this object
modelName:
the name of this model

Extends

Class "gModel", directly.

Methods

No methods defined with class "exprModel" in the signature. The methods for this class will be created in other packages that use this package like iSNetwork.

Author(s)

Elizabeth Whalen

See Also

gModel-class, dfModel-class, graphModel-class

Examples






[Package MVCClass version 1.6.0 Index]