sim.plot.pvals.on.region(input.regions = c("all chrs"),
significance = 0.2, adjust.method = "BY", method = c("full", "smooth", "window", "overlap"), run.name = "analysis_results", ...)
vector
indicating the dependent regions to be analyzed. Can be defined in four ways:
1) predefined input region:
insert a predefined input region, choices are:
all chrs,
all chrs auto,
all arms,
all arms auto
In the predefined regions all arms and all arms auto the arms 13p, 14p, 15p, 21p and 22p
are left out, because in most studies there are no or few probes in these regions.
To include them, just make your own vector of arms.
2) whole chromosome(s):
insert a single chromosome or a list of chromosomes as a
vector:
c(1, 2, 3)
.
3) chromosome arms:
insert a single chromosome arm or a list of chromosome arms like
c("1q", "2p", "2q")
.
4) subregions of a chromosome:
insert a chromosome number followed by the start and end position like
"chr1:1-1000000"
These regions can also be combined, e.g. c("chr1:1-1000000","2q", 3)
.
See integrated.analysis
for more information.integrated.analysis
.integrated.analysis
pdf
.run.name
as pdf.
#first run example(assemble.data)
#and example(integrated.analysis)
#plot the p-values along the regions
sim.plot.pvals.on.region(input.regions="8q",
adjust.method="BY",
method="full",
run.name="chr8q")
Run the code above in your browser using DataLab