Description Usage Arguments Value Examples
View source: R/heatmap_from_metagene.R
This function creates an ordering of regions to be used with the
metagene2_heatmap
function. The regions are not actually
reordered, but returned as-is.
1 | as_is_region_order(metagene)
|
metagene |
The metagene object whose grouped regions should be ordered. |
A list, with as many elements as there are region groups in the metagene object. Each element of that list is an ordering of the regions of that group based on their original ordering in the metagene2 object.
1 2 | demo_metagene = get_demo_metagene()
as_is_region_order(demo_metagene)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.