#first run example(assemble.data)
#and example(integrated.analysis)
#plot the zscores in a heatmap
sim.plot.zscore.heatmap(input.regions = "8q", adjust.method = "BY", run.name = "chr8q", pdf = FALSE)
sim.plot.zscore.heatmap(input.regions = "8q",
method="full",
significance = 0.05,
z.threshold = 1,
colRamp = colorRampPalette(c("red", "black", "green"))(15),
show.names.indep=TRUE,
show.names.dep=TRUE,
adjust.method = "holm",
add.plot = "heatmap",
smooth.lambda = 2,
pdf = FALSE,
run.name = "chr8q")
sim.plot.zscore.heatmap(input.regions = "8q",
method="full",
significance = 0.05,
z.threshold = 1,
show.names.indep = TRUE,
show.names.dep = TRUE,
add.plot = "none",
smooth.lambda = 2,
scale = c(-2, 2),
pdf = FALSE,
run.name = "chr8q")
Run the code above in your browser using DataLab