Create heatmap visualization of interaction strengths
Usage
plot_ccc_heatmap(
results,
show_pval = TRUE,
pval_threshold = 0.05,
cluster_rows = TRUE,
cluster_cols = TRUE,
top_n = 50,
...
)
Arguments
- results
Results from fastccc
- show_pval
Whether to overlay p-value significance
- pval_threshold
P-value threshold
- cluster_rows
Whether to cluster rows
- cluster_cols
Whether to cluster columns
- top_n
Show only top N interactions by variance
- ...
Additional arguments passed to ComplexHeatmap
Value
ComplexHeatmap object