View source: R/palimpsest_plotting.R
palimpsest_Fireworks | R Documentation |
Function to plot fireworks plotfor variant allele fractions
palimpsest_Fireworks(
vcf = NULL,
CHROM.col = "CHROM",
POS.col = "POS",
VAF.col = "Tumor_Varprop",
LogR.col = "LogR",
nPurity.col = "nPurity"
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.