R/scmpGenerics.R
eDense-set-ScMaSigPro-character-matrix-method.Rd
`eDense<-` updates or sets new expression data within the Dense slot of an
ScMaSigPro
object.
# S4 method for ScMaSigPro,character,matrix
eDense(object, i = "bulk.counts") <- value
An ScMaSigPro
object to be modified.
The name of the dataset within the Dense slot to set or update.
The expression data to set for the specified dataset.
The modified ScMaSigPro
object with the updated or new expression data
in the Dense slot.
eDense
for retrieving expression data from the Dense slot.