selkamand / ggoncoplot

Easily Create Interactive Oncoplots
https://selkamand.github.io/ggoncoplot/
Other
3 stars 0 forks source link

Avoid double rendering of mutated tiles (grey tile rendered underneath coloured) #24

Closed selkamand closed 2 years ago

selkamand commented 2 years ago

To get the grey tiles on umutated squares we render a base tile layer of gray, then render colour over that This may lead to nontrivial increases in render time for large cohorts (untested).

Lets change this to only render grey on the tiles that won't have mutations present - basically means we filter the data first

selkamand commented 2 years ago

Added logic in dev version