docs(ptm): Fix documentation regarding MSstatsPTM groupComparisonPTM#177
docs(ptm): Fix documentation regarding MSstatsPTM groupComparisonPTM#177tonywu1999 wants to merge 2 commits intodevelfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughRemoved a redundant Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
Motivation and Context
The MSstatsPTM package's groupComparisonPTM function API changed and no longer accepts the data.type = "LabelFree" argument. MSstatsShiny documentation examples referenced the deprecated argument, producing incorrect examples. This PR updates examples to reflect the current MSstatsPTM API so documentation is accurate and runnable.
Solution Summary
Detailed Changes
R/main_calculations.R
model = MSstatsPTM::groupComparisonPTM(MSstatsPTM::summary.data)
(removed data.type = "LabelFree" from the example).
man/apply_adj.Rd
model = MSstatsPTM::groupComparisonPTM(MSstatsPTM::summary.data)
apply_adj(model$PTM.Model, model$PROTEIN.Model)
.github/workflows/codium-pr-agent.yml
Tests
Coding Guidelines / Violations