VEuPathDB / EdaDataService

Apache License 2.0
2 stars 0 forks source link

Add bipartite network for correlation assay vs metadata app #325

Closed asizemore closed 1 year ago

asizemore commented 1 year ago

Resolves #299 This PR adds a bipartite network plugin for the correlationAssayMetadata app. The plugin uses the statistics endpoint from the correlation compute plugin, and via plot.data converts these stats into a nice json output that structures the statistics as a bipartite network.

asizemore commented 1 year ago

This PR now adds the correlation assay metadata plugin without calling out to R at all. The plugin reshapes the data accordingly. Successfully integration tested.

This is a temporary solution that will allow us to continue making progress on the front end and see the app on qa. Later we can return to the plot.data network classes.

@d-callan please let me know if you see any blocking changes!

asizemore commented 1 year ago

feedback incorporated! Note that everything that is just the straight data became data for consistency with other data classes. I think that's more clear.