split_parser {metasnf} | R Documentation |
Helper function to determine which row and columns to split on
Description
Helper function to determine which row and columns to split on
Usage
split_parser(
row_split_vector = NULL,
column_split_vector = NULL,
row_split = NULL,
column_split = NULL,
n_rows,
n_columns
)
Arguments
row_split_vector |
A vector of row indices to split on. |
column_split_vector |
A vector of column indices to split on. |
row_split |
Standard parameter of |
column_split |
Standard parameter of |
n_rows |
The number of rows in the data. |
n_columns |
The number of columns in the data. |
Value
"list"-class object containing row_split and column_split character vectors to pass into ComplexHeatmap::Heatmap.
[Package metasnf version 2.1.2 Index]