Skip to contents

Convenience predicate. Only true mutations/variants populate the oncoprint tile plot; structural/cytogenetic findings are reported in their own tabular and cytogenetics-tab views.

Usage

zhn_is_mutation(alteration_class)

Arguments

alteration_class

Character vector as returned by zhn_alteration_type().

Value

Logical vector the same length as alteration_class.

Examples

zhn_is_mutation(zhn_alteration_type(c("TP53", "del(17p)")))
#> [1]  TRUE FALSE