View source: R/plot_frequencies.R
plot_frequencies | R Documentation |
plot genome-wide amplification and deletion frequencies
plot_frequencies( cnr, cols = c("#D40000", "#318CE7"), xlab = "Genome", ylab = "Alteration Frequency", ylim = c(-1, 1), ... )
cnr |
a cnr bundle |
cols |
colors for amplifications and deletions, default to red and blue |
xlab |
x-axis label, passed to plot |
ylab |
y-axis label, passed to plot |
ylim |
sets coordinate space for y-axis, defaults to -1 to 1. The text will show absolute values for the deletion frequenies |
... |
other arguments to plot |
Returns a bin alteration frequency plot with amplifications on the top axis, and deletions on the bottom axis.
data(cnr) cnr <- get_alteration_frequencies(cnr) plot_frequencies(cnr) plot_frequencies(cnr, xaxs = "i", bty = "n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.