Closed asizemore closed 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!
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.
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.