countChecksum-celdaList-method: Get the MD5 hash of the count matrix from the celdaList

countChecksum,celdaList-methodR Documentation

Get the MD5 hash of the count matrix from the celdaList

Description

Returns the MD5 hash of the count matrix used to generate the celdaList.

Usage

## S4 method for signature 'celdaList'
countChecksum(celdaList)

Arguments

celdaList

An object of class celdaList.

Value

A character string of length 32 containing the MD5 digest of the count matrix.

Examples

data(celdaCGGridSearchRes)
countChecksum <- countChecksum(celdaCGGridSearchRes)

campbio/celda documentation built on April 5, 2024, 11:47 a.m.