plotIdentifiableZone: Plot Identifiable Zone on sAGP-SAF plot

Description Usage Arguments Details Value Author(s) Examples

View source: R/plotIdentifiableZone.R

Description

This function generates diagnostic identifiable zones on sAGP-SAF plot.

Usage

1

Arguments

nt

integer, number of total alleles.

nb

integer, number of minor allele.

add

logic, if TRUE, areas of identifiable zones will be overlaid onto the current active device.

legend

logic, if TRUE, legend indicating scenario A1, A2, B and C will be added to the plot.

title

logic, if TRUE, values of nt and nb will be titled to the plot.

Details

To estimate Cancer Cell Fraction using two known quantities: segment-specific AGP (sAGP) of the DNA segment that mutation occurred on and somatic allele frequency (SAF) of the mutation, it is helpful to learn how different temporal order scenarios affect the inference. This function places the uniquely identifiable regions as well overlapping, unidentifiable regions on sAGP-SAF plot to visually diagnose how well the four temporal scenarios can be separated.

Value

NULL

Author(s)

Bo Li

Examples

1
2
3
4
5
6
7
par(mfrow=c(1,3),mar=c(4,4,1,0))
## hemizygous deletion
plotIdentifiableZone(1,0)
## cn-LOH
plotIdentifiableZone(2,0)
## hemizygous amplification
plotIdentifiableZone(3,1)

Shicheng-Guo/CHAT documentation built on Oct. 30, 2019, 11:55 p.m.