Logical: should this alteration class appear in the oncoprint?
Source:R/alteration.R
zhn_is_mutation.RdConvenience predicate. Only true mutations/variants populate the oncoprint tile plot; structural/cytogenetic findings are reported in their own tabular and cytogenetics-tab views.
Arguments
- alteration_class
Character vector as returned by
zhn_alteration_type().
See also
Other alteration:
zhn_alteration_type(),
zhn_normalize_alteration()
Examples
zhn_is_mutation(zhn_alteration_type(c("TP53", "del(17p)")))
#> [1] TRUE FALSE