palimpsest_Fireworks: palimpsest_Fireworks

Description Usage Arguments

View source: R/palimpsest_plotting.R

Description

Function to plot fireworks plotfor variant allele fractions

Usage

1
2
3
4
5
6
7
8
palimpsest_Fireworks(
  vcf = NULL,
  CHROM.col = "CHROM",
  POS.col = "POS",
  VAF.col = "Tumor_Varprop",
  LogR.col = "LogR",
  nPurity.col = "nPurity"
)

Arguments

vcf

vcf data frame containing the mutations

CHROM.col

Chromosome column name in vcf.

POS.col

Position column name in vcf.

VAF.col

Variant Allele Fraction information column name in vcf.

LogR.col

LogR information column name in vcf.

nPurity.col

Tumor purity column name in vcf.


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