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

Combine alias warning messages in create_gene_binary() #170

Closed karissawhiting closed 1 year ago

karissawhiting commented 2 years ago

Currently create_binary_matrix() outputs separate sets of notes for which genes are relabeled as aliases. It would be best to capture these and concatenate into 1 message/list (can probably use {purrr} functions for this).