Skip to contents

math_score calculates MATH (mutant-allele tumor heterogeneity) score from variant allele frequencies.

Usage

math_score(x, constant = 1.4826, na.rm = FALSE)

Arguments

x

a numeric vector.

constant

scale factor.

na.rm

if TRUE then NA values are stripped from x before computation takes place.