split_parser | R Documentation |
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
)
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. |
"list"-class object containing row_split and column_split character vectors to pass into ComplexHeatmap::Heatmap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.