Description Usage Arguments Value Author(s) See Also Examples
add heatmap to a new track
1 | add_heatmap_track(gr, mat, fill, border = NA, track = current_track() + 1, ...)
|
gr |
genomic regions, it can be a data frame or a |
mat |
matrix in which rows correspond to intervals in |
fill |
a color mapping function which maps values to colors. Users can consider |
border |
border of the grids in heatmap |
track |
which track the graphics will be added to. By default it is the next track. The value should only be a scalar. |
... |
other arguments passed to |
No value is returned.
Zuguang Gu <z.gu@dkfz.de>
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.