You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSstatsBioNet consists of a function called getSubnetworkFromIndra that fetches a subnetwork from INDRA. This is particularly useful for protein discovery applications. This task involves some minor tweaks to this function.
Subtasks
Add a logFC and p-value cutoff parameters to filter on the proteins
Add exception handling when INDRA returns an error
Particularly when INDRA returns an error related to a 400 node limit to its API, MSstatsBioNet should notify users of this limit and to consider adjusting p-value/logFC cutoffs.
Add unit tests
PR and merge
Acceptance Criteria
We should be able to produce a subnetwork with proper filtering using this CCRCC dataset. If an error occurs, it's clear what action is required of users.
The text was updated successfully, but these errors were encountered:
Context
MSstatsBioNet consists of a function called getSubnetworkFromIndra that fetches a subnetwork from INDRA. This is particularly useful for protein discovery applications. This task involves some minor tweaks to this function.
Subtasks
Acceptance Criteria
We should be able to produce a subnetwork with proper filtering using this CCRCC dataset. If an error occurs, it's clear what action is required of users.
The text was updated successfully, but these errors were encountered: