IDSL.NPA
A pipeline for processing nominal mass spectrometry data to create .msp files for untargeted MS/MS workflows.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.9%) to scientific vocabulary
Keywords
Repository
A pipeline for processing nominal mass spectrometry data to create .msp files for untargeted MS/MS workflows.
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
IDSL.NPA
Nominal Peak Analysis (NPA) by the Integrated Data Science Laboratory for Metabolomics and Exposomics (IDSL.ME) is an R package to facilitate processing of nominal mass spectrometry data. IDSL.NPA encapsulates a peak deconvolution workflow that was inspired by the approach taken by IDSL.CSA, while IDSL.NPA is exclusively capable of processing nominal mass data. Notably, IDSL.NPA does not require MS1 pre-processing to identify MS1 peaks. IDSL.NPA is able to create and annotate .msp files which can be employed for subsequent untargeted MS/MS analysis.
Table of Contents
Features of IDSL.NPA
1) Parameter selection through a user-friendly and well-described parameter spreadsheet 2) Analyzing population size untargeted studies (n > 500) 3) Generating batch untargeted aligned extracted ion chromatograms (EIC) figures. 4) Parallel processing in Windows and Linux environments 5) Integration with IDSL.FSA workflow to annotate various types of MSP files and generating fragmentation libraries using nominal mass values.
Installation
install.packages("IDSL.NPA")
Note: In case you want to process netCDF/CDF mass spectrometry data, you should also install the RnetCDF package separately using the below command.
install.packages("RNetCDF")
Workflow
You should download the IDSL.NPA parameter spreadsheet and select the parameters accordingly and then use this spreadsheet as the input for the IDSL.NPA workflow:
library(IDSL.NPA)
IDSL.NPA_workflow("Address of the NPA parameter spreadsheet")
Batch Example
Follow these steps for a case study (n=300) ST001154 which has Agilent 6890N data collected in EI positive mode.
Transfer mass spectrometry data with .cdf extension in a separate folder
The Nominal Mass Analysis requires 24 parameters distributed into 4 separate sections for a full scale analysis. For this study, use default parameter values presented in the NPA parameter spreadsheet. Next, provide information for
2.1. Select YES for PARAM0001 in the
Starttab to only process NPA workflow.2.2. NPA0004 for Input data location (MS data)
2.3. NPA0008 for Output location (.msp files and EICs)
2.4. You may also increase the number of processing threads using NPA0003 according to your computational power
Run this command in R/Rstudio console or terminal:
library(IDSL.NPA)
IDSL.NPA_workflow("Address of the NPA parameter spreadsheet")
- You may parse the results at the address you provided for NPA0008.
Wiki
Citation
[1] Fakouri Baygi, S., Kumar, Y. Barupal, D.K. IDSL.CSA: Composite Spectra Analysis for Chemical Annotation of Untargeted Metabolomics Datasets. Analytical Chemistry, 2023, 95(25), 94809487.
Owner
- Name: Integrated Data Science Laboratory for Metabolomics and Exposomics
- Login: idslme
- Kind: organization
- Location: New York
- Website: www.idsl.me
- Repositories: 15
- Profile: https://github.com/idslme
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 227 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
cran.r-project.org: IDSL.NPA
Nominal Peak Analysis (NPA)
- Homepage: https://github.com/idslme/idsl.npa
- Documentation: http://cran.r-project.org/web/packages/IDSL.NPA/IDSL.NPA.pdf
- License: MIT + file LICENSE
-
Latest release: 1.2
published almost 3 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.0 depends
- IDSL.FSA * imports
- IDSL.IPA >= 2.6 imports
- IDSL.MXP >= 1.8 imports
- doParallel * imports
- foreach * imports
- readxl * imports