Compare the MD5 checksum of a provided count.matrix to the count matrix checksum on a celda_list object, to see if they're the same.
compareCountMatrix(count.matrix, celda.checksum)
A numeric matrix of counts
An MD5 checksum from a celda_list or celda model object (celda_C, celda_G, celda_CG)
TRUE if provided count matrix matches the one used in the celda run, FALSE otherwise
Then, compare the MD5 checksum of a provided count.matrix to the count matrix checksum on a celda_list object, to see if they're the same.