cnaCCF_annot | R Documentation |
This function allows to annotate the input mutation data with clonality information (Cancer Cell Fraction- CCF) based on the Copy Number information provided
cnaCCF_annot(
vcf = NULL,
annot_data = NULL,
cna_data = NULL,
CCF_boundary = 0.95
)
vcf |
vcf data frame containing somatic mutations |
annot_data |
Annotation file with Gender information and Tumor Purity for each sample |
cna_data |
Data frame with Copy Number Alteration Information |
CCF_boundary |
percentage boundary threshold for clonal mutations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.