VEuPathDB / EdaNewIssues

0 stars 0 forks source link

Viz tab: Disable log scale toggles for log transformed data #302

Open danicahelb opened 2 years ago

danicahelb commented 2 years ago

We want to disallow log scaling if the data has already been transformed. So we should add a var attribute to flag if the var has already been log transformed

Currently, if data is provided to us on a log scale, we load that variable as is and annotate "scale" = log (or ln, etc) in the .owl file. The database is not currently reading this information in, but should be by b60 (see: https://github.com/VEuPathDB/EdaSubsettingService/issues/64)

In the future, we will allow the user to transform data, possibly via derived variables or some other mechanism. How would the user-log transformed variables be flagged?