palimpsest_CCFplot: palimpsest_CCFplot

Description Usage Arguments

View source: R/palimpsest_plotting.R

Description

Function to plot Variant Allele Fraction and CCF distribution in a Sample

Usage

1
2
3
4
5
6
palimpsest_CCFplot(
  vcf = NULL,
  CHROM.col = "CHROM",
  VAF.col = "Tumor_Varprop",
  clonality.col = "CCF_Clonality"
)

Arguments

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.


FunGeST/Palimpsest documentation built on June 10, 2021, 6:35 p.m.