join_heatmap_meta {plotthis} | R Documentation |
Join the meta data to the main data frame for heatmap
Description
Join the meta data to the main data frame for heatmap
Usage
join_heatmap_meta(data, meta_data, by, cr_split_by, split_by, which)
Arguments
data |
A data frame containing the main data for the heatmap. |
meta_data |
A data frame containing the meta data to be joined. |
by |
A character string specifying the column name in |
cr_split_by |
A character string specifying the column name in |
split_by |
A character string specifying the column name in |
which |
A character string specifying whether to join on rows or columns.
Can be either |
Value
A data frame with the meta data joined to the main data.
[Package plotthis version 0.7.2 Index]