countChecksum,celdaList-method | R Documentation |
Returns the MD5 hash of the count matrix used to generate the celdaList.
## S4 method for signature 'celdaList'
countChecksum(celdaList)
celdaList |
An object of class celdaList. |
A character string of length 32 containing the MD5 digest of the count matrix.
data(celdaCGGridSearchRes)
countChecksum <- countChecksum(celdaCGGridSearchRes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.