Retrieves expression data stored in the Dense slot of an
ScMaSigPro
object.
# S4 method for ScMaSigPro
eDense(object, i = "bulk.counts", ...)
An ScMaSigPro
object from which to retrieve
the expression data.
The name of the dataset to retrieve. The default value is "bulk.counts".
Additional arguments (not used currently).
Returns an expression matrix for the specified dataset from the Dense slot.
eDense<-
for setting expression data in the Dense slot.