plotDendrogam {CompGO} | R Documentation |
Given a list of functional annotation charts and optionally an output directory, this function can output dendrograms, PCA analysis plots and a correlation matrix to make large-scale comparisons easy.
plotInteractive(input, outDir = NULL, prefix = NULL, pdf = TRUE)
input |
A list of functional annotation charts. |
outDir |
The directory to save plots to. |
prefix |
The prefix to append to each file, if any. |
pdf |
If true, plots will be pdfs. If false, pngs. |