Helper function to determine which row and columns to split on
split_parser(
row_split_vector = NULL,
column_split_vector = NULL,
row_split = NULL,
column_split = NULL,
n_rows,
n_columns
)"list"-class object containing row_split and column_split character vectors to pass into ComplexHeatmap::Heatmap.
A vector of row indices to split on.
A vector of column indices to split on.
Standard parameter of ComplexHeatmap::Heatmap.
Standard parameter of ComplexHeatmap::Heatmap.
The number of rows in the data.
The number of columns in the data.