Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 2.18 KB

README.md

File metadata and controls

25 lines (15 loc) · 2.18 KB

SIPSS

Github.io Linkedin IBEC UB Publications

The Signal and Information Processing for Sensing Systems group develops algorithmic solutions for the automatic processing of Gas Sensor Array, Gas Chromatography – Ion Mobility Spectrometry (IMS), Nuclear Magnetic Resonance (H-NMR), and Mass Spectrometry (GC/LC-MS, MSI) data for metabolomics, food, and environmental samples.

In this context, we are interested in intelligent chemical instruments for the detection of gases, volatile compounds, and smells. These systems can be based on an array of nonspecific chemical sensors with a pattern recognition engine, taking inspiration from the olfactory system. Some spectrometries, e.g. Ion Mobility Spectrometry, are capable of very fast analysis with good detection limits but poor selectivity. These technologies have been proposed for the fast determination of the volatolome (volatile fraction of the metabolome), instead of the reference technique of gas chromatography – mass spectrometry.

About AlpsNMR package

Checkout the AlpsNMR documentation website that shows how to import data and preprocess it using AlpsNMR. See our publication and the Bioconductor page for further details.

if (!"BiocManager" %in% rownames(installed.packages()))  
    install.packages("BiocManager")  
BiocManager::install("AlpsNMR")