get_x_y_annotation_columns {tidyHeatmap} | R Documentation |
get_x_y_annotation_columns
Description
get_x_y_annotation_columns
Usage
get_x_y_annotation_columns(.data, .column, .row, .abundance)
Arguments
.data |
A 'tbl' formatted as | <SAMPLE> | <TRANSCRIPT> | <COUNT> | <...> | |
.column |
The name of the column horizontally presented in the heatmap |
.row |
The name of the column vertically presented in the heatmap |
.abundance |
The name of the transcript/gene abundance column |
Value
A list
[Package tidyHeatmap version 1.8.1 Index]