Usage
"profilePlots"(x, summarize = c("mean", "median"), gene.lists, n.samples = 1000, confidence = 0.975, legend.plot = "topleft", cols = rainbow(length(gene.lists)), verbose = TRUE, ...)
Arguments
summarize
How to summarise the scores for each bin into a single value.
gene.lists
Named list of logical or integer vectors, specifying
the genes to be averaged and plotted. NAs are allowed if the vector is
logical.
n.samples
The number of times to randomly sample from all genes.
confidence
A percentage confidence interval to be plotted (must be > 0.5 and < 1.0).
legend.plot
Where to plot the legend - directly passed to legend.
NA suppresses the legend. cols
The colour for each of the genelists supplied.
verbose
Whether to print details of processing.
...
Extra arguments to matplot, like x- and y-limits, perhaps.