Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/FreqPlotfocal.R
Frequency plot of focal aberrations in the dataset.
1 | FreqPlotfocal(calls, header)
|
calls |
Object of class |
header |
String with header name of frequencyPlot. |
FreqPlot is applied to the calls of an object of class cghCall
(as returned by focalCall version 0.0.99 or higher).
A single plot is returned with the frequency of focal aberrations in the complete dataset. The x-axis represents the chromosomes, the y-axis the percentage of samples with a focal gain or focal loss at that genomic position. CNVs are also plotted but in grey.
Oscar Krijgsman: o.krijgsman@vumc.nl
Krijgsman O., Benner C., Meijer G.A., Van de Wiel, M.A., Ylstra, B. (2013), "FocalCall: an R-package to detect genomic focal aberrations.", Submitted
1 2 3 4 5 | # Load example data
data(BierkensCNA)
# generate frequency plot of copy number data for focal aberrations only
FreqPlotfocal(calls_focals, "FrequencyPlot_focals_BierkensSamples")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.