R/accessors.R
countChecksum-celdaList-method.RdReturns the MD5 hash of the count matrix used to generate the celdaList.
# S4 method for class 'celdaList'
countChecksum(celdaList)A character string of length 32 containing the MD5 digest of the count matrix.
data(celdaCGGridSearchRes)
countChecksum <- countChecksum(celdaCGGridSearchRes)