-
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
feat(getSubnetworkFromIndra): Add correlation metrics into INDRA results #32
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #32 +/- ##
==========================================
- Coverage 87.09% 83.58% -3.51%
==========================================
Files 7 7
Lines 434 457 +23
==========================================
+ Hits 378 382 +4
- Misses 56 75 +19 ☔ View full report in Codecov by Sentry. |
PR Type
Enhancement, Documentation, Bug fix
Description
Added correlation metrics to INDRA subnetwork results.
Introduced new parameters for correlation filtering and protein-level data.
Updated documentation to reflect new functionality and parameters.
Fixed issues related to correlation handling in edge filtering.
Changes walkthrough 📝
DESCRIPTION
Added `tidyr` dependency to Imports.
DESCRIPTION
tidyr
to the Imports section.NAMESPACE
Added imports for `MSstats` and `tidyr`.
NAMESPACE
quantification
fromMSstats
.pivot_wider
fromtidyr
.getSubnetworkFromIndra.R
Added correlation handling in `getSubnetworkFromIndra`.
R/getSubnetworkFromIndra.R
protein_level_data
andcorrelation_cutoff
parameters.utils_getSubnetworkFromIndra.R
Enhanced edge construction and filtering with correlation.
R/utils_getSubnetworkFromIndra.R
.constructEdgesDataFrame
to calculate and includecorrelations.
.filterEdgesDataFrame
to filter edges by correlation cutoff.getSubnetworkFromIndra.Rd
Updated documentation for new parameters and features.
man/getSubnetworkFromIndra.Rd
protein_level_data
andcorrelation_cutoff
.