Closed karissawhiting closed 2 years ago
Sometimes when checking missing data, it is helpful to see what panels certain genes are on. A helper function like:
which_impact("KMT2D")
that returns all IMPACT panels for that gene or its aliases would be useful. See alias resolution code and integrate here as well.
recode_alias()
gnomeR::gene_panels
Closed with #191
Sometimes when checking missing data, it is helpful to see what panels certain genes are on. A helper function like:
which_impact("KMT2D")
that returns all IMPACT panels for that gene or its aliases would be useful. See alias resolution code and integrate here as well.