cell_significance_fn {metasnf} | R Documentation |
Place significance stars on ComplexHeatmap cells.
Description
This is an internal function meant to be used to by the assoc_pval_heatmap function.
Usage
cell_significance_fn(data)
Arguments
data |
The matrix containing the cells to base the significance stars on. |
Value
cell_fn Another function that is well-formatted for usage as the cell_fun argument in ComplexHeatmap::Heatmap.
[Package metasnf version 1.1.2 Index]