Update NEWS.md file#129
Conversation
📝 WalkthroughWalkthroughThe NEWS.md changelog documents new features in MSstatsConvert 1.22.0, including protein turnover workflow support through DIA-NN and Spectronaut converters, anomaly scoring capabilities for DIA-NN, enhanced parameter handling for isotope labeling and peptide sequence selection, and improved MS1 quantification flexibility. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
Motivation and Context
This PR updates the NEWS.md changelog file to document new features and improvements in MSstatsConvert version 1.22.0. The changes enable protein turnover workflows and enhance data quality assessment capabilities across DIA-NN and Spectronaut converters, as well as improve mass spectrometry quantification options.
Changes
Protein Turnover Support
labeledAminoAcidsparameter toDIANNtoMSstatsFormatto enable SILAC-based protein turnover workflows, automatically distinguishing heavy and light peptide forms and populating theIsotopeLabelTypecolumn required by MSstatsheavyLabelsparameter toSpectronauttoMSstatsFormatto classify peptides as heavy, light, or unlabeled in protein turnover experimentspeptideSequenceColumnparameter to specify which column contains peptide sequences, particularly useful for protein turnover reports with different column layoutsFFrgLossType,FFrgIon) without requiring manual pre-processingDIA-NN Quality Control
calculateAnomalyScoresparameter to enable automated isolation-forest based anomaly detection at the precursor level, with configurable model features viaanomalyModelFeaturesand optional temporal drift detection viarunOrderSpectronaut MS1 Quantification
intensityargument inSpectronauttoMSstatsFormatto accept raw Spectronaut column names (e.g.,"FG.MS1Quantity") in addition to existing options like"PeakArea"and"NormalizedPeakArea"Unit Tests
No unit tests were added or modified in this documentation-only change.
Coding Guidelines
Not applicable — this PR contains only documentation updates to the NEWS.md changelog file.