MSKCC-Epi-Bio / gnomeR

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

Add `summarize_by_patient()` function #345

Open karissawhiting opened 2 months ago

karissawhiting commented 2 months ago

This will work similarly to summarize_by_gene() where if the patient has an alt on any provided sample, they will count as a 1 for that gene. The summarize_by_gene() function can likely be used as a template.