This is a generic function that creates instances of
ExpressionMix-class objects from common
input data.
ExpressionMix(object, ...) S4 (ExpressionMix) `show`(object) S4 (ExpressionSet) `ExpressionMix`(object, ..., composition = nmfModel(object)) S4 (matrix) `ExpressionMix`(object, ..., composition = nmfModel(object)) S4 (character) `ExpressionMix`(object, no.pure = FALSE, verbose = FALSE, ...)
NMF-class object,
that contains the mixture data (signatures and/or
proportions).an ExpressionMix-class object
signature(object =
"ExpressionSet"): Creates an ExpressionMix object from
an ExpressionSet object.
signature(object = "matrix"):
Creates an ExpressionMix object using the matrix
object as the expression matrix.
signature(object =
"character"): Creates an ExpressionMix object from the
accession key of a registered dataset.
The expression data is first loaded with
gedData -- as an ExpressionSet object. The
mixture data is then built as an NMF-class
object and put together with the expression data into a
new ExpressionMix-class object.