View source: R/palimpsest_plotting.R
palimpsest_CCFplot | R Documentation |
Function to plot Variant Allele Fraction and CCF distribution in a Sample
palimpsest_CCFplot(
vcf = NULL,
CHROM.col = "CHROM",
VAF.col = "Tumor_Varprop",
clonality.col = "CCF_Clonality"
)
vcf |
vcf data frame containing the mutations |
CHROM.col |
Chromosome column name in vcf. |
VAF.col |
Variant Allele Fraction information column name in vcf. |
clonality.col |
Clonaility information column name in vcf. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.