Starting with an Example
To fully demonstrate the power of ChromaQuant, let’s define an example scenario we can work through as we explore each module within the package.[1]
Imagine we are a company that performs routine analyses of the components in various perfumes. We are often provided samples with dozens or hundreds of individual components which we need to identify and quantify for our customers. To perform these analyses, we have access to the following:
A single GC-MS with which we can effectively separate all components. In addition to the MS detector, our instrument has an flame ionization detector (FID).
A commercial software that can compare mass spectra against a coupled mass spectral library, returning top matches by retention time.
Another commercial software that identifies and integrates peaks within collected FID chromatograms.
In order to analyze any given sample to our customers’ satisfaction, we need to perform the following steps:
Extract the table of integration values from the FID analysis and the table of top compound matches from the MS analysis, each ordered by retention time.
Match the FID and MS data by retention time.
Apply the external standard approach to quantify the integration values using previously collected response factors.
Report the results in a customer-friendly way.
With this scenario in mind, let’s take a closer look at how we can use the Data module to organize our data.