Description Usage Arguments Details Value Author(s) Examples
Select an area in the heatmap
1 | selectArea(mark = TRUE)
|
mark |
whether mark the selected area as a rectangle |
Users can use mouse to click two positions on the heatmap, the function will return the row index and column index for the selected region in the selected matrix.
This function only works under interactive graphical environment.
A list containing row index and column index corresponding to the selected region.
Zuguang Gu <z.gu@dkfz.de>
1 2 | # No example for this function
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.