griffithlab / GenVisR

Genome data visualizations
Creative Commons Zero v1.0 Universal
206 stars 62 forks source link

Waterfall function missing? #396

Open eaferrante opened 3 months ago

eaferrante commented 3 months ago

I installed GenVisR per instructions and when I try to run the waterfall function I get the following message: Error in waterfall(file, fileType = "MGI") : could not find function "waterfall"

zlskidmore commented 3 months ago

The latest ggplot release caused breaking changes to the waterfall() function, I replace it with Waterfall() capital W, there's a tutorial here: https://currentprotocols.onlinelibrary.wiley.com/doi/full/10.1002/cpz1.252

If there is a strong desire from the community to maintain the old style I will bring it back but for now the breaking changes forced its removal