CCF: Extract CCF estimates.

View source: R/getters.R

CCFR Documentation

Extract CCF estimates.

Description

This function extracts Cancer Cell Fractions (CCFs) estimates from a CNAqc object, after they have been computed using function 'compute_CCF'. The estimates are pooled across the used karyotypes, and extracted from the 'CCF_estimates' field of the input object.

Usage

CCF(x)

Arguments

x

A CNAqc object.

Value

A mutations tibble with columns for mutation multiplicity and CCFs.

Examples

data("example_PCAWG", package = 'CNAqc')
CCF(example_PCAWG)

caravagnalab/CNAqc documentation built on Oct. 31, 2024, 3:54 a.m.