https://github.com/cpanse/uvpd

Ultra HRMS in combination with UVPD fragmentation for enhanced structural identification of organic micropollutants

https://github.com/cpanse/uvpd

Science Score: 36.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 14 DOI reference(s) in README
  • Academic publication links
    Links to: ncbi.nlm.nih.gov, acs.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary

Keywords

fragmentation resolution-mass-spectrometry uvpd-fragmentation
Last synced: 6 months ago · JSON representation

Repository

Ultra HRMS in combination with UVPD fragmentation for enhanced structural identification of organic micropollutants

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 15
  • Releases: 0
Topics
fragmentation resolution-mass-spectrometry uvpd-fragmentation
Created about 8 years ago · Last pushed about 2 years ago
Metadata Files
Readme

README.md

molecules

UVPD

Ultra HRMS in combination with Ultraviolet Photodissociation fragmentation for enhanced structural identification of organic micropollutants

Online shiny demo

http://fgcz-ms-shiny.uzh.ch:8080/p2722-uvpd/

Project description

Exploring the benefits of the new fragmentation technique Ultraviolet Photodissociation (UVPD) and ultra-high resolution mass spectrometry (HRMS) for enhanced structural identification of organic micropollutants on an Orbitrap Fusion Lumos Tribrid equipped with UVPD

Relevance and aims

Advancements in high-resolution mass spectrometry (HRMS) based screening methods have enabled a shift from target to non-target analyses to detect chemicals in water samples. Non-target screening (NTS) has therefore become a promising tool to evaluate chemical water quality during water treatment1. However, the unambiguous structural identification of compounds based on HRMS/MS information remains challenging despite recent developments in instrumentation and cheminformatics2. This is in part due to the limits of elemental composition determination imposed by the achieved resolution of current instrumentation, and the poor MS2 fragmentation spectra of certain compounds generated by Higher-energy collisional dissociation (HCD) fragmentation, the fragmentation technique routinely applied in NTS. The Orbitrap Fusion Lumos Tribrid (Thermo Fisher Scientific) addresses both of these limitations3: the 1,000,000 FWHM ultra-high resolution potentially enables confident assignment of the elemental composition of small molecule analytes through fine isotope information and high isotopic fidelity on a liquid chromatography (LC) time-scale. Moreover, the availability of multiple fragmentation modes including Ultraviolet Photodissociation (UVPD), a new fragmentation technique achieved with a 213 nm UV laser, and improved MSn capability potentially allows structural elucidation of compounds that cannot be identified by HCD alone. For instance, UVPD was shown to facilitate characterization of various lipid classes4, to generate unique fragments or enhance detection of kinetically unfavorable fragments of flavonoids5, phenylpropanoids and chalconoids6. Here, we propose to investigate the potential of ultra-high resolution MS and UVPD fragmentation to improve structural identification of organic micropollutants relevant for the water sector. Furthermore, we will characterize and compare the HCD and UVPD fragmentation patterns of selected micropollutants, and attempt to derive rules for fragmentation based on substructures.

Misc

install the R package

```{r} pkgs <- c('shiny', 'ggplot2') pkgs <- pkgs[(!pkgs %in% unique(installed.packages()[,'Package']))] if(length(pkgs) > 0){install.packages(pkgs)}

install.packages('http://fgcz-ms.uzh.ch/~cpanse/UVPD/uvpd_0.0.15.tar.gz',repos=NULL)

```

run shiny application

You can run the package's shiny application on our demo system or, when installed, on your computer by executing the following R code snippet:

{r} shiny::runApp(file.path(system.file(package = 'uvpd'), 'shiny/stackedbarchart'))

References

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 18
  • Total pull requests: 0
  • Average time to close issues: 4 days
  • Average time to close pull requests: N/A
  • Total issue authors: 3
  • Total pull request authors: 0
  • Average comments per issue: 0.56
  • 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
  • cpanse (16)
  • jjGG (1)
  • andreamizzi (1)
Pull Request Authors
Top Labels
Issue Labels
bug (2) enhancement (1)
Pull Request Labels

Dependencies

DESCRIPTION cran
  • R >= 3.5 depends
  • protViz >= 0.4 depends
Dockerfile docker
  • rocker/verse latest build