Version 2021R3 Release Notes

Release 3 (July 2022)


New Features
  • Import - Support centroiding profile spectra while importing Thermo raw data files

    The software has a new Convert Profile Data to Centroid option for importing Thermo raw data files (.raw). When the option is selected, profile spectra are centroided before being imported. The centroids are calculated as the weighted average of masses with intensities at 50% of the profile peak height. There are two additional settings:

    • Background Threshold - the minimum value that an intensity must exceed to be included for centroiding;
    • Intensity Type - the intensity type of a centroid, Peak Area or Peak Height.

    Compatibility: For Thermo raw data files, v2021r2 or older versions invoke a legacy centroiding API of the Thermo MSFileReader library at import when certain MS Data Binning settings were specified in the runtime configuration. This legacy API may result in mass values off by 0.01 compared with profile spectra. With this release,

    • By default, the new centroiding option is not selected, and profile spectra are imported as-is.
    • When the new centroiding option is selected, a new algorithm based on the weighted average ion peak model is used to centroid profile spectra regardless of the MS Data Binning settings, which yields correct mass values.

  • Import - Support importing MS data from Agilent OpenLab raw data file format (*.dx)

    The software now supports importing MS channels from the Agilent OpenLab raw data file format (*.dx). This support requires that OpenLab CDS version 2.6 or later is installed on the same computer.

  • Import - Auto load modulation period when importing Agilent flow modulation data files

    The software now automatically sets the modulation period when importing Agilent ChemStation and MassHunter data files that are acquired with an Agilent flow modulation system.

  • Quantification - Calculate Concentration with Multipliers and Dilution factors

    The software now supports calculating concentration from amount with Multiplier and Dilution Factor. New Concentration and Relative Concentration attributes can be added to the Blob Table and included in reports, similarly to the existing Amount attributes.

    • Multiplier and Dilution Factor values can be specified in the Amount Table in both Image and Project.
    • Concentration Unit can now be specified separately from the existing amount unit.
    • Sample Amount, Multiplier, and Dilution Factor values can be added to a sequence table in Project and applied as part of Auto Processing.

  • Method - Support for specifying units and factors for the Apply Amount Table method command

    The software now allows specifying amount unit, concentration unit, multiplier, and dilution factor for the Apply Amount Table method command. The units and factors are stored in methods and can be changed during run time.

    Compatibility: For an existing method saved by v2021r2 or older, amount units and factors are not specified in the method and cannot be changed during run time. To specify units and factors, edit the method with the latest release and save.

  • Project - Support importing multi-column amount tables

    The Vials > Amount Table in Project now supports importing a multi-column CSV file. The import interface allows users to specify which column contains compound names and which columns contain amounts for which vials. In addition, the import interface has an option to parse Multiplier and Dilution factors for specified vial columns from the rows with "Multiplier" or "Dilution Factor" as compound name.

  • Project - Support deletion of inactive vials

    Inactive Project Vials may now be deleted. A Vial may now have one of three status states:

    • New: The vial was newly created and will be added to the project after the changes are applied.
    • Inactive: A currently unused vial. It may be deleted.
    • Active: A vial currently in use due to: (1) associated runs, (2) amounts given in its amount table, or (3) a reference in a sequence table. It may not be deleted until it becomes Inactive.

  • Project - Auto delete pending vials when done with editing a sequence table

    While importing or editing a Sequence Table, new Vials may be created. After concluding edits to the Sequence Table, some of these Vials may be Inactive. These newly created but Inactive Vials are now automatically deleted after exiting edit mode on the Sequence Table.

  • Project - Better and more consistent interface for editing Vial, Amount Tables, and Sequence Tables

    Vials, Amount Tables, and Sequence Table now have an in-place editing mode triggered by the Edit button or double clicking on tables. After entering edit mode and making edits, clicking Apply will save the edits, while clicking Cancel will discard the edits.

    Also, the interfaces for editing have been reworked in several ways to improve functionality and consistency. This includes the following changes:

    • Consistent Editing... indicators, table cell editors, and apply/cancel behavior
    • Rearrangement of buttons for better usability
    • More buttons are enabled/disabled where applicable
    • Table row deletion automatically selects the next row
    • Check for table changes before displaying a confirmation dialog

  • Investigator - Improved speed of feature template creation

    In the Investigator program, the feature template creation step of Auto Feature has improved speed.

    Additionally, in the Image program, Processing > Extract Areas from Blobs has similarly improved speed.

  • Investigator - Auto load Spectrum attribute when loading images

    Investigator automatically adds the Spectrum attribute when loading images with spectral data instead of requiring the user to create a CLIC expression beforehand. The software always loads peak spectrums for the auto loaded Spectrum attribute with mass values up to 8 decimal places and intensities up to 6 decimal places.

    Compatibility: If a CLIC column is already specified as a Spectrum attribute, the software will use that CLIC expression to load spectra, as in v2021r2 or older versions.

  • Investigator - Auto derive Base Peak from Spectrum attribute for Compound Finder

    Compound Finder automatically derives the Base Peak attribute from images with a Spectrum attribute instead of requiring the user to create a CLIC expression beforehand.

    Compatibility: If a CLIC column is already specified as a Base Peak attribute, the software will use that CLIC expression in Compound Finder, as in v2021r2 or older versions.

Fixed Bugs
Changes