Alexander-Sol
Alexander-Sol
Added an interface, ISingleScanDatum and and abstract class, TraceablePeak, to enable the generic use of pre-existing FlashLFQ functions. #### ISingleScanDatum - Defines the behaviour that a single datapoint is expected...
Previously, CheckBoxParsimony's "IsEnabled" property was bound to itself. So, if that check box was every unselected, the box was disabled and couldn't be changed back. Essentially, there was a bug...
When analyzing chimeric spectra in TMT data, the same set of reporter ions will be associated with every peptide that is detected in a given spectrum. Ideally, the reporter ions...
**Summary** This PR introduces three new classes—`SelectedPrecursors`, `SelectedPrecursorWindow`, and `SelectedPrecursorForDataGrid`—that enable users to manually create and manage a list of selected precursors for use in MRM (Multiple Reaction Monitoring) data...
During installation, the microsoft security key is invalid, which causes the installer to warn users about a potential security issue. Users can still proceed with installation, but it would be...
In MetaDraw, the "Stationary Sequence" spectrum component reappears whenever the window is re-sized.
This has a test that shows the irreproducibility of calibration
This is broken right now, but will be compatible with the next mzLib release
The current master of mzLib has FlashLFQ refactored such that parameters are stored in a new FlashLfqParameters class. This PR enables FlashLFQ to work with the latest version of mzLib...