Skip to contents

Displays the dimensions of all matrices in a redeemR object for quick inspection.

Usage

print_redeemR_matrix_dims(ob, sample_name = NULL)

Arguments

ob

A redeemR object

Value

Prints matrix dimensions to console

Examples

if (FALSE) {
print_redeemR_matrix_dims(redeemR_object)
}