MSKCC-Epi-Bio / gnomeR

Package to wrangle and visualize genomic data in R
https://mskcc-epi-bio.github.io/gnomeR/
Other
26 stars 19 forks source link

Add function to pass gene to see which IMPACT panels it is on #172

Closed karissawhiting closed 2 years ago

karissawhiting commented 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.

karissawhiting commented 2 years ago
karissawhiting commented 2 years ago

Closed with #191