getProcessedMatrix | R Documentation |
Extracts a processed data matrix.
getProcessedMatrix(object, ...)
## S4 method for signature 'SPATA2'
getProcessedMatrix(object, mtr_name, assay_name = activeAssay(object), ...)
## S4 method for signature 'MolecularAssay'
getProcessedMatrix(object, mtr_name, ...)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
mtr_name |
Character value. The name of the processed matrix of interest. |
assay_name |
Only relevant if the |
A numeric matrix with rownames corresponding to molecule names and column names corresponding to barcodes.
The argument mtr_name
must be specified in contrast to getMatrix()
.
getCountMatrix()
, getMatrix()
, [getProcessedMatrixNames()'], [
getMatrixNames()']
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.