Description Usage Arguments Value Examples
View source: R/celda_functions.R
Checks if the counts matrix is the same one used to generate the celda model object by comparing dimensions and MD5 checksum.
1 | compareCountMatrix(counts, celda.mod, error.on.mismatch = TRUE)
|
counts |
Integer matrix. Rows represent features and columns represent cells. |
celda.mod |
Celda model object. |
error.on.mismatch |
Logical. Whether to throw an error in the event of a mismatch. Default TRUE. |
Returns TRUE if provided count matrix matches the one used in the celda object and/or 'error.on.mismatch=FALSE', FALSE otherwise.
1 2 | compareCountMatrix(celda.CG.sim$counts, celda.CG.mod,
error.on.mismatch=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.