`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

Arguments

object

An ScMaSigPro object to be modified.

i

The name of the dataset within the Dense slot to set or update.

value

The expression data to set for the specified dataset.

Value

The modified ScMaSigPro object with the updated or new expression data in the Dense slot.

See also

eDense for retrieving expression data from the Dense slot.

Author

Priyansh Srivastava spriyansh29@gmail.com