Extract Counts Matrix from MoleculeExperiment based on Assay Type
Source:R/EntropyMatrix_utils.R
      CountsMatrix.RdThis function retrieves a counts matrix from a MoleculeExperiment object based on the given assay type.
Arguments
- me
 A MoleculeExperiment object.
- assayName
 A character string indicating the assay type. Supported values include "sub-sector", "sub-concentric", "sub-combo", "super-concentric", and "super-combo".
- nCores
 Number of cores for parallel processing (default 1)
- ...
 arguments passing to
MoleculeExperiment::countMolecules