Appends a row to the global dim_log list capturing dimensions of
key matrices contained in a redeemR object (Cts.Mtx, Cts.Mtx.bi, and
depth matrix if present).
Usage
append_dim_row(obj, step_label)
Arguments
- obj
A redeemR S4 object holding slots for matrices.
- step_label
Character label describing the pipeline step.
Value
Invisibly returns NULL. Updates the global dim_log list with a data.frame row.
Details
Depth matrix is read from slot Ctx.Mtx.depth if present.