Retrieves expression data stored in the Dense slot of an ScMaSigPro object.

# S4 method for ScMaSigPro
eDense(object, i = "bulk.counts", ...)

Arguments

object

An ScMaSigPro object from which to retrieve the expression data.

i

The name of the dataset to retrieve. The default value is "bulk.counts".

...

Additional arguments (not used currently).

Value

Returns an expression matrix for the specified dataset from the Dense slot.

See also

eDense<- for setting expression data in the Dense slot.

Author

Priyansh Srivastava spriyansh29@gmail.com