All Projects → AutoFlowResearch → SmartPeak

AutoFlowResearch / SmartPeak

Licence: MIT license
Fast and Accurate CE-, GC- and LC-MS(/MS) Data Processing

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to SmartPeak

ElMaven
LC-MS data processing tool for large-scale metabolomics experiments.
Stars: ✭ 84 (+300%)
Mutual labels:  mass-spectrometry, lc-ms, lc-msms
pyqms
pyQms, generalized, fast and accurate mass spectrometry data quantification
Stars: ✭ 22 (+4.76%)
Mutual labels:  mass-spectrometry, ms-data
sirius
SIRIUS is a software for discovering a landscape of de-novo identification of metabolites using tandem mass spectrometry. This repository contains the code of the SIRIUS Software (GUI and CLI)
Stars: ✭ 32 (+52.38%)
Mutual labels:  mass-spectrometry, ms-data
batmass
Mass spectrometry data visualization
Stars: ✭ 32 (+52.38%)
Mutual labels:  mass-spectrometry, lc-ms
chaipcr
The software behind Chai's open-source Real-Time PCR instrument
Stars: ✭ 68 (+223.81%)
Mutual labels:  biotechnology, biotech
philosopher
A complete toolkit for shotgun proteomics data analysis
Stars: ✭ 82 (+290.48%)
Mutual labels:  mass-spectrometry, ms-data
scGEAToolbox
scGEAToolbox: Matlab toolbox for single-cell gene expression analyses
Stars: ✭ 15 (-28.57%)
Mutual labels:  analyses
pmartR
The pmartR R package provides functionality for quality control, normalization, exploratory data analysis, and statistical analysis of mass spectrometry (MS) omics data, in particular proteomic (either at the peptide or the protein level), lipidomic, and metabolomic data. This includes data transformation, specification of groups that are to be …
Stars: ✭ 19 (-9.52%)
Mutual labels:  mass-spectrometry
PredFull
This work was published on Analytical Chemistry: Full-Spectrum Prediction of Peptides Tandem Mass Spectra using Deep Neural Network
Stars: ✭ 20 (-4.76%)
Mutual labels:  mass-spectrometry
mzQC
Reporting and exchange format for mass spectrometry quality control data
Stars: ✭ 21 (+0%)
Mutual labels:  mass-spectrometry
LFQ-Analyst
The repo for LFQ-Analyst
Stars: ✭ 17 (-19.05%)
Mutual labels:  mass-spectrometry
libmorph
libmorph rus/ukr - fast & accurate morphological analyzer/analyses for Russian and Ukrainian
Stars: ✭ 16 (-23.81%)
Mutual labels:  analyses
pDeep
pDeep: Predicting MS/MS Spectra of Peptides with Deep Learning
Stars: ✭ 24 (+14.29%)
Mutual labels:  mass-spectrometry
rawDiag
Brings Orbitrap Mass Spectrometry Data to Life; Multi-platform, Fast and Colorful R package.
Stars: ✭ 29 (+38.1%)
Mutual labels:  mass-spectrometry
ms deisotope
A library for deisotoping and charge state deconvolution of complex mass spectra
Stars: ✭ 21 (+0%)
Mutual labels:  mass-spectrometry
Thermo-Raw-File-Reader
.NET DLL wrapper for reading Thermo .Raw files. Uses ThermoFisher.CommonCore NuGet packages provided by Thermo Fisher Scientific
Stars: ✭ 18 (-14.29%)
Mutual labels:  mass-spectrometry
MALDIquant
Quantitative Analysis of Mass Spectrometry Data
Stars: ✭ 48 (+128.57%)
Mutual labels:  mass-spectrometry
QCxMS
Quantum mechanic mass spectrometry calculation program
Stars: ✭ 25 (+19.05%)
Mutual labels:  mass-spectrometry
IDBacApp
A MALDI Mass Spectrometry Bioinformatics Platform
Stars: ✭ 20 (-4.76%)
Mutual labels:  mass-spectrometry
pymsfilereader
Thermo MSFileReader Python bindings
Stars: ✭ 58 (+176.19%)
Mutual labels:  mass-spectrometry

SmartPeak

Documentation Status CircleCI Build Status (Windows, Linux & macOS) License MIT Clause

SmartPeak is an application that encapsulates advanced algorithms to enable fast, accurate, and automated processing of CE-, GC- and LC-MS(/MS) data, and HPLC data for targeted and semi-targeted metabolomics, lipidomics, and fluxomics experiments. The software is based on the OpenMS toolkit.

SmartPeak provides graphical- and/or command-line-based user input validation, workflow configuration, data visualization and review, logging, and reporting. SmartPeak can be run on multiple operating systems or run on cloud infrastructures. The workflow automates all steps from peak detection and integration over calibration curve optimization, to quality control reporting.

images/Fig01_SmartPeak_overview.jpg

Building from source

To compile SmartPeak from sources, use the circleci script as a guide. The circleci script can be found in .circleci/config.yml and the 3 builds Windows, Linux and MacOS are supported here.

Running the tests

The tests are run with ctest command.

ctest

In order to run a specific test, use -R option and the test class name (without .cpp extension)

ctest -R Utilities_test

Running the examples

The collection of examples is located at src/example/data directory of the SmartPeak source code. The directory contains examples of different kinds of data in .mzML format and their corresponding configuration files.

Log path

Default locations of logs:

  • Windows: C:\\Users\\<user>\\AppData\\Local\\SmartPeak
  • Linux and MacOS: ~/.SmartPeak

User can change default location and specify directory where the logs are stored by setting SMARTPEAK_LOGS env variable. If directory specified by the path doesn't exist, SmartPeak will create it.

Using SmartPeak GUI

  • After successful installation of SmartPeak, on Windows open menu start and browse for relevant icon, you can also find the shortcut on desktop.
  • If built SmartPeak from the source code, from the build directory run ./bin/SmartPeakGUI for Mac and Linux, or ./bin/[Debug or Release]/SmartPeakGUI for Windows. Or double-click SmartPeakGUI executable in the file browser of your OS.
  • Start the session with File | Load session from sequence
  • Choose the corresponding directory with Change dir. The path to example folder can be shortened to f.e. /data/GCMS_SIM_Unknowns
  • Select the sequence file

images/sequence_file.png

  • The integrity of the loaded data can be checked with Actions | Integrity checks. The results of the integrity checks can be viewed with View | Info.
  • Edit the workflow with Edit | Workflow. You have an option to cherry pick the custom workflow or to choose the predefined set of operations. For example, the workflow steps for GC-MS SIM Unknowns are the following:

images/workflow.png

  • View and verify the workflow steps and input files with View | [table].

images/SmartPeakGUIWorkflowTable.png

  • The explorer panes can be used to filter the table views with View | Injections or Transitions. Click on the checkbox under plot or table to include or exclude the injection or tansition from the view.

images/SmartPeakGUISequenceTable.png

  • Changes to any of the input files can be made by reloading a modified .csv version of the file with File | Import File.
  • Run the workflow with Actions | Run workflow. Verify or change the data input/output directories before running the workflow.

images/SmartPeakGUIRunWorkflowModal.png

  • The status of the workflow can be monitored with View | info. An estimated time is available. This value is only a rough estimation. It will be updated regaluary while the workflow is running. The progress bar however shows workflow steps completed. As some steps can be longer to execute, it may not reflect remaining time. More details are available about the items that are currently running.

images/SmartPeakGUIInfo.png

  • Alternatively, a more detailed status can be obtained with View | log which will display the most recent SmartPeak log information.

images/SmartPeakGUILog.png

  • After the workflow has finished, the results can be viewed in a tabular form as a large data table with View | features (table). The feature metavalues shown can be added or removed with View | Features and clicking on the checkboxes under plot or table. For performance reasons, the amount of data that one can view is limited to 5000 entries.
  • The results can be viewed in a graphical form as a line plot or as a heatmap with View | features (line).

images/SmartPeakGUIFeatureLinePlot.png

or View | features (heatmap)

images/SmartPeakGUIFeatureHeatmap.png

  • The underlying data can also be displayed as a table matrix with View | features (matrix). Samples, transitions, or feature metavalues can be included or excluded from any of the views using the explorer panes.

images/SmartPeakGUIFeatureMatrix.png

  • The results of calibration curve fitting can be inspected with View | Workflow settings | Quant Methods.

images/SmartPeakGUIQuantMethod.png

  • A detailed look at the calibration fitted model and selected points for the model can be seen with View | Calibrators.

images/SmartPeakGUICalibrators.png

  • For debugging problematic peaks, the raw chromatographic data and the picked and selected peaks can be viewed graphically with View | Chromatograms. For performance reasons, the amount of data that one can view is limited to 9000 points.

images/SmartPeakGUIChromViewer.png

  • Export the results with Actions | Report. There is an option to choose the set of variables of interest

images/report_dialog.png

  • The results will be exported to PivotTable.csv in the same folder

images/csv_file.png

The above applies for Mac and Linux.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].