| sim.plot.zoom.in {SIM} | R Documentation |
Zoom in on pervious produced heatmap by sim.plot.zscore.heatmap
sim.plot.zoom.in(call)
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
#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)