GC-MS Data Processing
Table of Contents
For this exercise, you will analyze only one of your samples (your lab partner will analyze the other). Choose two peaks in your sample to analyze.
Use the following link to download the notebook template for this lab:
- https://github.com/chem370/chem370.github.io/raw/master/docs/project/gc-ms/gcms-notebook-template.jl
Other useful resources:
The following videos provide an overview of mass spectrometry and mass spectrum interpretation:
You should turn in (1) your complete lab notebook as an .html and .jl file functioning with no errors and (2) your data files.
Search the NIST Library & Export Your Data
You may alternatively install OpenChrom on your computer and do the searching and exporting on your own computer. See below for details.
Search the NIST Library
- Open each data file in the GC-MS data processing software on the GC-MS computer.
- Select the peak(s) you are interested in, right click, and choose Select to open the mass spectrum.
- Right click on the mass spectrum and choose Search to use the NIST library to determine a potential identity of the compound. Record the top results in your lab notebook as starting points.
Export the Data
- Export 3 CSV files: (1) the chromatogram, (2) a mass spectrum for the first peak of interest, and (3) a mass spectrum of the second peak of interest.
- Move the data folder for each sample (ending in .D) and CSV files to NEON.
Organize & Import Your Data
- Transfer your data folder(s) to your lab notebook folder.
Confirm the Library Identification in Julia
- Import your chromatograms and mass spectra to Julia with
CSV.read()
. - Plot your chromatogram as Relative Abundance vs. Time (minutes).
- Plot your mass spectra as Relative Abundance vs. m/z.
- Clearly identify the base peak, the molecular ion, and any important isotope peaks. Also state how many rings and double bonds your molecule has, and whether it has an odd or even number of nitrogen atoms. Provide a formula, common name, and molecular weight for each compound. You must show your calculations for all of these items. See the mass spec guide and mass spec practice problems for help with interpretation. Does your interpretation match the library? Provide a discussion of your results.
Save & Turn In Your Work
- Save your work as a .jl (Julia) file and .html (static HTML).
- Attach the .jl, .html, and .csv files to the MS Teams assignment for this lab when turning it in.
Alternative: Use OpenChrom for the Library Search (on your own computer)
-
Move the data folder for each sample (ending in .D) to NEON.
-
Follow the steps in the video to install OpenChrom, add a library, search the library, and export CSV files.