Description Usage Arguments Details Examples
View source: R/chromosomePlots.R
The function produces a sequence of plots for each chromosome with one-step segmented data of all samples of a particular patient.
1 | chromosomePlots(data.seg1, ptlist, ptname,nmad)
|
data.seg1 |
Output of one-step segmentation - output OneStepSeg of clonality.analysis(). |
ptlist |
Vector of the patient IDs in the order of the samples appearing in the data. For example, if the first three tumors belong to patient A, and the following two belong to patient B, then ptlist=c('ptA', 'ptA', 'ptA', 'ptB', 'ptB'). |
ptname |
Name of the patient from ptlist for which the data should be plotted |
nmad |
Number of MADs (median absolute deviations) that is used for Gain/Loss calls. Used to mark the Gain/Loss threshold on the plots. |
The function produces a sequence of plots for each chromosome with one-step segmented data of all samples of a particular patient. The dotted horizontal lines denote the gain and loss thresholds.
1 2 | # See example as in clonality.analysis()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.