serratus-bio / open-virome

monorepo for data explorer UI and APIs
http://openvirome.com/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Fix "percent of set" calculation bug on figure #65

Closed lukepereira closed 1 month ago

lukepereira commented 3 months ago

The SQL query to determine percentage of set for control is causing issues when subtracting the target set. Instead of computing this in SQL, it would likely be easier to do it on the frontend.