Nanostring-Biostats / GeoMxWorkflows

Workflows for analyzing data with the GeomxTools package and subsequent GeoMx related packages
MIT License
5 stars 9 forks source link

Remove use of deprecated `aes_string` #24

Open H-Mateus opened 1 year ago

H-Mateus commented 1 year ago

aes_string was deprecated in ggplot2 3.0.0, so this currently produces a warning related to this when run.

I updated the code to use tidy evaluation with aes() which avoids this.