hyperoverlap_pairs_plot: Overlap heatmap plotting for analysis of multiple entities

View source: R/hyperoverlap_pairs_plot.r

hyperoverlap_pairs_plotR Documentation

Overlap heatmap plotting for analysis of multiple entities

Description

This function plots a matrix of overlap.

Usage

hyperoverlap_pairs_plot(x, cols = pal)

Arguments

x

A matrix of the form produced by produced by hyperoverlap_set() (see Details).

cols

A vector of colours (default: c("red","blue")).

Details

Input matrix must contain columns named "entity1", "entity2" and "result"

Value

A ggplot object

Examples

hyperoverlap.iris.set = hyperoverlap_set(iris[1:3],iris$Species, kernel="linear")
hyperoverlap_pairs_plot(hyperoverlap.iris.set)


hyperoverlap documentation built on Jan. 21, 2026, 5:06 p.m.