Changes made in v1.2.0.3¶
General¶
The underlying codebase of ORIGAMI has been improved to make it more readable and more responsive
Item font color will be automatically adjusted to ensure best contrast from the background color in various lists in the GUI
Logging of events was temporarily disabled as it appears to be causing some issues. I haven't been able to figure out why it crashes the program (yet).
Tandem MS :star¶
Added support to load .mgf and .mzIdentML file formats to visualise tandem mass spectrometry results. Menu -> Open open-source files... to load .mgf files. You can then annotate the tandem MS with peptide fragments. See Figure 1 for example.
Interactive panel¶
Started adding support for individual modification of parameters for interactive plots (double-clicking on an item in the list)
Issue that prevent proper showing of toolbar has been removed
Peaklist panel¶
Added 'Extract automatically' check tool (Peaklist -> Toolbar -> Extract...)
Added a lot of new shortcuts for easier plotting
Text file panel¶
Added 'Extract automatically' check tool (Peaklist -> Toolbar -> Extract...)
Removed an issue that would incorrectly remove documents from the text file list
Multiple MS files panel¶
The average mass spectrum can be re-binned/re-processed based on new parameters (Process -> Average mass spectra (current document))
Removed an issue that prevented typing-in numerical values in the 'variable' colument when using laptop keyboards. I have only ever encountered this issue once... Let me know if it still occurs!
Document tree¶
Double-clicking on the document header will now clear all plots and show the most basic plots for that document (e.g. MS, DT, RT, etc). You can also do this by Right-click -> Refresh document.
Significant improvements to the right-click menus (most notably for UniDec/Annotations)
Plots panel¶
Some images can now be rotated by 90 degrees (mainly 2D)
Wheel-zoom in the X-dimensions has been improved (works like on maps now)
Data extraction¶
You can now extract mass spectra from the '2D' panel. Hold CTRL on your keyboard and drag the mouse in the plot area. Only works when standard plot is shown (e.g. Drift time (bins) vs Scans/Time)
Extracted mass spectra extracted in the DT and RT windows will be now shown in an area beneath the extraction plot (for convenience)
MS annotations¶
Peaks can now be annotated with an arrow (also available when exporting in an interactive format)
Selection of a peak in the MS window using the mouse (Annotating: On) will automatically try to determine the charge state based on the peaks isotopic distribution. You can change the error tolerance in Action -> Customise other settings -> Charge prediction value (default: 0.05).
UniDec settings¶
Plots can now be customised using settings editor. (Settings: UniDec -> Customise plots...)
You can switch between tabbed view where each plot is in a separate tab OR continuous view where all plots are available on the same page (Customise plots... -> Panel view)
Deconvolution is now done in a multi-threaded mode. Should stop program from hanging
All deconvolution results will be now stored in a temporary_data folder (found in ORIGAMI directory). This should keep your HDDs a little bit tidier. All files will be deleted at the end of the session.
MS comparison¶
You can now assign your own label to the plot.
You can now compare ALL available mass spectra and not just those that were hidden under 'Mass Spectra' tag. (This includes: Mass Spectra, Mass Spectrum, Mass Spectrum (processed)). To open comparison panel: Menu -> View -> Open MS comparison panel...)
Peak detection¶
Works in multi-threaded mode. Should stop program from hanging.