-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(collapse-edges): Refactor how edges are collapsed to remove clutter #19
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #19 +/- ##
==========================================
+ Coverage 87.85% 88.28% +0.43%
==========================================
Files 3 3
Lines 107 111 +4
==========================================
+ Hits 94 98 +4
Misses 13 13 ☔ View full report in Codecov by Sentry. |
…clutter (#19) * refactor(collapse-edges): Refactor how edges are collapsed to remove clutter * fixed unit tests, adjusted codium secret * added additional corrections from chatGPT
User description
Checklist Before Requesting a Review
PR Type
enhancement
Description
.addAdditionalMetadataToIndraEdge
to simplify the URL construction by removing thestmt_type
parameter..collapseDuplicateEdgesIntoEdgeToMetadataMapping
function to modify key generation by excludingstmt_type
, allowing for more efficient edge collapsing.stmt_type
by storing it as a list, ensuring uniqueness, and concatenating the values into a single string for better metadata representation.Changes walkthrough 📝
utils_getSubnetworkFromIndra.R
Refactor edge metadata handling and key generation
R/utils_getSubnetworkFromIndra.R
stmt_type
from the evidence list URL construction.stmt_type
.stmt_type
as a list and ensure uniqueness.stmt_type
values into a single string.