We want to integrate the statistical results of MSstats with prior literature extracted from INDRA. See this description for further information on INDRA.
Changes
Create 2 new functions to handle integration with INDRA. The first function fetches data from INDRA, filters and processes the response (e.g. collapsing duplicate edges), and provides dataframes of relationships. The second function visualizes it on Cytoscape.
Testing
Added a unit test verifying that the correct number of nodes and edges are returned given a mock response from INDRA and a mock dataset from the MSstats group comparison function.
Motivation and Context
We want to integrate the statistical results of MSstats with prior literature extracted from INDRA. See this description for further information on INDRA.
Changes
Testing
Checklist Before Requesting a Review