plot.multintersect: plot.multintersect

Description Usage Arguments Value

View source: R/multintersect.R

Description

Plots the results of 'multintersect' using an interactive heatmap

Usage

1
2
3
## S3 method for class 'multintersect'
plot(res, keyCol = "log2Enrichment",
  keyWrite = "overlap", margin = 100, title = "", cluster = TRUE)

Arguments

res

A list as produced by 'multintersect'

keyCol

The values to use for the heatmap's colors. Possible values are: prob, enrichment, log2Enrichment, log10Prob, overlap, jaccard

keyWrite

The values to be written in the cells. Possible values are: prob, enrichment, log2Enrichment, log10Prob, overlap, jaccard

margin

Either a single number indicating the size of the left and bottom margins, or a list (l,r,b,t,pad) indicating the size of each margin.

title

Plot title, default ”

cluster

Logical; whether to cluster rows and columns (default TRUE)

Value

Plots a plotly heatmap


plger/overlapper documentation built on Feb. 28, 2021, 10:57 p.m.