- x
Object of class "cpg"
or "cpg.perm"
.
- cpgname
A vector consisting of the labels for each CpG site.
- chr
A vector consisting of the chromosome number for each CpG site.
- pos
The map position of each CpG site within its chromosome.
- save.plot
Name of the file for the plot to be saved to. If not specified, plot will not be saved.
- file.type
Type of file to be saved. Can either be "pdf"
or "eps"
. Selecting file.type="eps"
will
result in publication quality editable postscript files that can be opened by Adobe Illustrator or Photoshop.
- popup.pdf
TRUE
or FALSE
. If creating a pdf file, this indicates if the plot should appear in a popup window as well. If running in a
cluster-like environment, best to leave FALSE
.
- eps.size
Vector indicating the size of .eps file (if creating one). Corresponds to horizontal and height.
- main.title
Main title to be put on the graph. If NULL
one based on the analysis will be used.
- cpg.labels
A character scalar of either "FDR"
or "HOLM"
which will label the significant sites on the manhattan plot.
- chr.list
A vector listing the chromosomes to be plotted (all available chromosomes are plotted by default). The X and Y chromosomes
can be denoted by 23 and 24.
- color.list
A vector of custom colors to be used for each chromosomes in the manhattan plot.
- fdr.cutoff
A numeric scalar between 0 and 1 to indicate what to consider FDR significant. Defaults to NULL
.
- point.size
The size of the points in the manhattan plot, if NULL, default to our default, where significant probes have different sizes.
- ...
Arguments to be passed to methods, such as graphical parameters.