Skip to contents

Verifies that the counts matrix and binary counts matrix in a redeem object have matching dimensions and identical row and column names.

Usage

check_redeem(obj)

Arguments

obj

Redeem object with slots Cts.Mtx and Cts.Mtx.bi.

Value

Prints confirmation messages for each consistency check.

Examples

if (FALSE) {
check_redeem(my_redeem)
}