View source: R/ccf-annotate-maf.R
ccf_annotate_maf | R Documentation |
Based on FACETS data, infer cancer-cell fraction (CCF) for somatic mutations in a sample.
ccf_annotate_maf(maf, segs, purity, algorithm = c("em", "cncf"))
maf |
Input MAF file. |
segs |
FACETS segmentation output. |
purity |
Sample purity estimate. |
algorithm |
Choice between FACETS |
MAF file annotated with clonality estimates for each mutation, where the following column prefixes are used:
ccf_Mcopies*
: Inferred CCF if mutation is on the major allele.
ccf_1copy*
: Inferred CCF if mutation exists in one copy.
ccf_expected_copies*
: Inferred CCF if mutation exists in number of copies expected from observed VAF and local ploidy.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.