draw.plot.comet {coMET} | R Documentation |
Display the three plots of coMET according to configuration files : on the upper plot is the plot of pvalue, the middle plot has the annotation tracks, and the lower plot is the heatmap of correlation between CpG sites
draw.plot.comet(config.var, gbl.var, newpage = TRUE)
config.var |
list of all variables defined in configuration file or via options of comet function |
gbl.var |
list of internal variables |
newpage |
Option to ask if the plot should create on new page or not |
Return gbl.var updated with the creation of elements composing the plot produced by the function comet
Tiphaine Martin