exprList-class {Biobase}R Documentation

Class "exprList" a class union of a list and an environment.

Description

The exprList class defines a classUnion for lists and environments. This allows programmers to choose their implementation. Environments will be more efficient if there are a number of objects or if there are large static objects that will be passed to functions. Be very, very careful of using environments to pass around objects that might get altered.

Objects from the Class

A virtual Class: No objects may be created from it.

Methods

eList<-
signature(object = "eSet", value = "exprList"):a replacement method for eSets.

Author(s)

Biocore

See Also

list,environment,eSet-class

Examples






[Package Biobase version 1.4.15 Index]