Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/sim.plot.zscore.heatmap.R
Zoom in on pervious produced heatmap by sim.plot.zscore.heatmap
1 |
call |
|
sim.plot.zscore.heatmap returns (invisible) the function call and as attribute the local function environment. So by adjusting the the xlim and ylim a zoom in is created.
an additional plot is created, on the previous plot a rectangle indicating the zoomed region.
Marten Boetzer, Melle Sieswerda, Renee X. de Menezes R.X.Menezes@lumc.nl
SIM, sim.plot.zscore.heatmap
1 2 3 4 5 6 7 8 9 10 | #first run example(assemble.data)
#and example(integrated.analysis)
#plot the zscores in a heatmap
sim.plot <- sim.plot.zscore.heatmap(input.regions = "8q",
adjust.method = "BY",
run.name = "chr8q", pdf = FALSE)
#only when runned interactive
if(interactive())
sim.plot.zoom.in(sim.plot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.