Learn R Programming

CompGO (version 1.8.1)

plotInteractive: Interactive plotting function for groups of GO terms

Description

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.

Usage

plotInteractive(input, outDir = NULL, prefix = NULL, pdf = TRUE)

Arguments

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.