genomewidePlots: Plot of the genomewide copy number profiles of a pair of...

View source: R/genomewidePlots.R

genomewidePlotsR Documentation

Plot of the genomewide copy number profiles of a pair of tumors.

Description

Plot contains genomewide profiles from a pair of tumors. It uses the output from the function clonality.analysis().

Usage

genomewidePlots(data.seg1, classall, ptlist, ptpair, ptLR, plot.as.in.analysis = TRUE)

Arguments

data.seg1

Output of one-step segmentation - output OneStepSeg of clonality.analysis(). The chromosomes should be in the format "chr01p", "chr01q" etc.

classall

Classifications of the chromosomes - output ChromClass of clonality.analysis()

ptlist

Vector of the patient IDs in the order of the samples appearing in the data.

ptpair

Two sample names for which the plot is desired

ptLR

Matrix with the likelihood ratios - output LR of clonality.analysis()

plot.as.in.analysis

If TRUE then the gain/loss patterns will be highlighted in accordance with the chromosome classification. For example, if there are three segments in a chromosome, then the middle one determines the chromosome status. If it is normal, no color will be plotted in the chromosome even if the 1st and 3rd segments are gains or losses. Another example: if there are 2 or 3 different segments of gains, they will be combined and only one segment will be plotted. If plot.as.in.analysis is equal to FALSE, the original one-step CBS segmentation will be plotted.

Details

Function produces genomewide plots of a pair of tumors. The log-ratios are plotted in grey in the order of their genomic locations, gains are plotted in blue, and losses are plotted in red.

Examples

 # See example as in clonality.analysis()
   

IOstrovnaya/Clonality documentation built on July 22, 2023, 4:16 a.m.