Learn R Programming

SIM (version 1.42.0)

sim.plot.zoom.in: Zoom in on heatmap

Description

Zoom in on pervious produced heatmap by sim.plot.zscore.heatmap

Usage

sim.plot.zoom.in(call)

Arguments

call
language, function call of sim.plot.zscore.heatmap

Value

Details

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.

See Also

SIM, sim.plot.zscore.heatmap

Examples

Run this code
#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)

Run the code above in your browser using DataLab