Learn R Programming

celda (version 0.0.0.9000)

compare_count_matrix: Check whether a count matrix was the one used in a given celda run

Description

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.

Usage

compare_count_matrix(count.matrix, celda.checksum)

Arguments

count.matrix

A numeric matrix of counts

celda.checksum

An MD5 checksum from a celda_list or celda model object (celda_C, celda_G, celda_CG)

Value

TRUE if provided count matrix matches the one used in the celda run, FALSE otherwise