Checks if the counts matrix is the same one used to generate the celda model object by comparing dimensions and MD5 checksum.
compareCountMatrix(counts, celdaMod, errorOnMismatch = TRUE)
# S4 method for class 'ANY,celdaModel'
compareCountMatrix(counts, celdaMod, errorOnMismatch = TRUE)
# S4 method for class 'ANY,celdaList'
compareCountMatrix(counts, celdaMod, errorOnMismatch = TRUE)Returns TRUE if provided count matrix matches the one used in the
celda object and/or errorOnMismatch = FALSE, FALSE otherwise.