Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

selectPosition

Select a position in the heatmap


Description

Select a position in the heatmap

Usage

selectPosition(ht_list, pos = NULL, mark = TRUE, verbose = TRUE,
    ht_pos = NULL)

Arguments

ht_list

A HeatmapList-class object returned by draw,Heatmap-method or draw,HeatmapList-method.

mark

Whether mark the selected position as a point.

pos

If the value is NULL, it can be selected by click on the heatmap (of cource, the heatmap should be on the interactive graphic device). If it is set, it must be a unit object with length two which corresponds to the x and y position of the point.

verbose

Whether to print messages.

ht_pos

A value returned by ht_pos_on_device.

Value

A DataFrame object with row index and column index corresponding to the selected position.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

See Also

Examples

if(interactive()) {
	m = matrix(rnorm(100), 10)
	rownames(m) = 1:10
	colnames(m) = 1:10

ht = Heatmap(m)
	ht = draw(ht)
selectPosition(ht)
}

ComplexHeatmap

Make Complex Heatmaps

v2.6.2
MIT + file LICENSE
Authors
Zuguang Gu
Initial release
2020-11-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.