Skip to contents

Calculates the CNV-corrected mutation frequencies. Implemented methods:

Usage

calc_mutation_frequencies(
  object,
  method = "Dentro",
  which_snvs = default_SNVs(object),
  which_cnvs = default_CNVs(object),
  rm_intermediate_cols = TRUE,
  verbose = get_cevomod_verbosity()
)

dentro_2015_correction(tbl)

Arguments

object

object

method

Available methods: Dentro

which_snvs

Which SNVs to use

which_cnvs

Which CNVs to use

rm_intermediate_cols

Should the columns used to get CCF be removed?

verbose

Verbose?

tbl

tibble that contains columns: VAF, total_cn, normal_cn, purity

Value

object

The same tibble with new columns: u, m, CCF (Cancer Cell Fraction)

Functions