VEuPathDB / EdaDataService

Apache License 2.0
2 stars 0 forks source link

Add differential abundance volcanoplot #267

Closed asizemore closed 1 year ago

asizemore commented 1 year ago

Adds a plugin for the differential abundance volcano plot.

This one is funny because we don't actually request any variables for the volcano. Instead, all of the data for the plot is supplied by the compute stats result. No overlays, no facets, no missingness. So i think we can remove the validateVisualizationSpec and getConstraintSpec methods? Also since we have the getComputeResultsStats do we even need getRequestedStreams?

asizemore commented 1 year ago

Ready for review! Works great! Note uses a tagged version of the compute service. Once approved, i'll merge the compute service, tag it for real, then come back and update the version here before merging