exprList-class {Biobase} | R Documentation |
The exprList
class defines a classUnion
for list
s
and environment
s. 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.
A virtual Class: No objects may be created from it.
signature(object = "eSet", value =
"exprList")
:a replacement method for eSet
s. Biocore