This function generates plots to visualize the Dense slot cell metadata from a ScMaSigPro object. It produces tile plot to display the bin sizes across different binned time intervals and paths.
plotBinTile(
scmpObj,
path_col = scmpObj@Parameters@path_col,
bin_size_col = scmpObj@Parameters@bin_size_col,
bin_ptime_col = scmpObj@Parameters@bin_ptime_col
)
An object of class ScMaSigPro
.
A character string representing the column name for branching path assignment in 'Sparse' or 'Dense' slot.
A character string representing the name of the column in which bin sizes per bin are stored. (Default is "scmp_bin_size").
A character string representing the column name for binned Pseudotime values in 'Dense' data. (Default is "scmp_binned_pseudotime").
ggplot2 plot object.