getCounts-DsATAC-method.RdReturn table of count values
# S4 method for DsATAC
getCounts(
  .object,
  type,
  i = NULL,
  j = NULL,
  asMatrix = TRUE,
  naIsZero = TRUE,
  allowSparseMatrix = FALSE
)DsATAC object
character string specifying the region type
(optional) row (region) indices
(optional) column (sample) indices
return a matrix object instead of the internal representation
should NAs in the count matrix be considered 0 value (instead of unknown/missing)
if asMatrix: allow for sparse matrices as returned data format
Matrix containing counts for each region and sample