a-OncoPhase: OncoPhase: An R package for somatic mutations cellular...

Description References Examples

Description

OncoPhase uses haplotype phase information when required to accurately compute mutational cellular prevalence. OncoPhase utilizes three sources of information: the phasing information, the copy number variation, and the allele counts. It takes as input a combination of phased SNV and SNP allele-specific sequence read counts and local allele-specific copy numbers to determine the proportion of cells harboring the SNV and compute specific and detailed mutation cellular prevalence for each of the following groups of cells:

Germ

Germline cells having a normal genotype with no mutations and no copy number alteration at the considered locus.

Alt

Cells harboring one alternative between the two somatic alterations. That is either only the SNV if C=1 (SNV occurred before SCNA) or only the SCNA if C=0 (SNV occurred after the SCNA).

Both

Cells harboring both somatic alterations. That is the SNV and the SCNA

OncoPhase can also compute the mutation cellular prevalence without requiring any nearby phased SNP when no phasing information is available or when explicitely specified by the choice of the mode. OncoPhase can be run under three different modes :

PhasedSNP

Phasing information is required. The prevalence is computed relatively to a nearby Phased SNP whose allelic counts should be provided

SNVOnly

The prevalence is computed using only the SNV information without the usage of any nearby SNP

Ultimate

This is the default mode. For a given mutation, the method checks if the phasing information is required to compute an accurate cellular prevalence. If it is not, the SNVOnly mode is used. If instead the phasing information is required the mode is then set to PhasedSNP if allelic counts of a phased nearby SNP are provided. This is done by first computing the prevalence under the SNVOnly mode. If the data do not fit into this mode (hiogh residual of the linear model), then the prevalence is computed using PhasedSNP mode.

OncoPhase also infer the context establishing the temporal relationship between the SNV and the copy number alteration affecting the mutation locus. Two context exists. C1 : The SNV occured after the copy number alteration and C2: The SNV occured before the copy number alteration The main functions of OncoPhase package are getPrevalence and getSamplePrevalence. For more detailed information on usage, see the package vignette, by typing vignette("OncoPhase"). All support questions should be emailed to the authors.

References

Chedom-Fotso Donatien, Ahmed Ashour Ahmed, and Christopher Yau. "OncoPhase: Quantification of somatic mutation cellular prevalence using phase information." bioRxiv (2016): 046631.

Examples

1
2
3
library(OncoPhase)
getPrevalence(77,186,2,1,85,110)
#> 0.83 

chedonat/OncoPhase documentation built on May 13, 2019, 3:39 p.m.