tumour_fraction: Compute tumour DNA fraction for the given absolute copy...

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Compute the tumour DNA fraction for the given absolute copy number(s) in the tumour and the cellularity, i.e. the fraction of all cells that are tumour cells.

Usage

1
tumour_fraction(absolute_copy_number, cellularity)

Arguments

absolute_copy_number

the absolute copy number(s) (a numeric value).

cellularity

the cellularity, i.e. the fraction of cells that are from the tumour.

Value

the fraction of DNA that originates from tumour cells.

Examples

1
tumour_fraction(3, 0.82)

crukci-bioinformatics/rascal documentation built on Dec. 19, 2021, 6:21 p.m.