Usage
## S3 method for class 'WGassociation':
plot(x, alpha = 0.05, plot.all.SNPs = FALSE,
print.label.SNPs = TRUE, cutPval = c(0, 1e-10, 1), whole,
ylim.sup=ifelse(is.null(attr(x,"fast")),1e-40, 1e-30),
col.legend = c("red", "gray60"), sort.chromosome=TRUE,
centromere, ...)
Arguments
x
an object of class 'WGassociation'
alpha
statistical significance nominal level. See details
plot.all.SNPs
are all SNPs plotted? If not, neither monomorphic nor SNPs with genotyping problems
are plotted. The default is FALSE.
print.label.SNPs
are labels of SNPs printed? The default is TRUE
cutPval
when argument 'whole' is TRUE in the 'x' object (e.g. when whole genome analysis is carried
out) 'cutPval divides the range of p values into intervals and codes these values
according to which interval they fall (like 'cut' funct
whole
is a whole genome carried out? If TRUE 'dataSNPs.pos' argument in
'setupSNP' is required.
ylim.sup
superior limit for each panel. This value helps to obtain nicer plots
col.legend
the color of the bar corresponding to p values plotted in each panel. The default is
"red" for those p values less than 1e-10 and "gray60" for those greater than 1e-10.
sort.chromosome
should chromosome be sorted? Set this argument to FALSE when genomic information
corresponds to different genes.
centromere
numeric vector specifying the centromere positions. If missing, the default centromere
value of human genome are used.
...
other graphical parameters