getCounts-DsATAC-method.Rd
Return 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 NA
s 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