#Mass Spectrometry

With ultra-high resolution Orbitrap MS1 scan, I already obtain highly accurate chemical formulae. However, chemical information are still not enough.

First, each formula may correspond to multiple isomeric structures, and each isomer can carry unique information,such as its special emitters, formation pathways, or toxicity.

Even worse, some ions share nearly identical m/z values under the fitting threshold (20 ppm tolerance)but correspond to entirely different molecular formule.

Read More

1. Motivation

Continuing from the previous post on molecular formula assignment, I encountered a common issue: overfitting during TOF peak assignment. In some cases, a narrow TOF m/z window was being assigned with too many candidate formulas, resulting in high uncertainty for each individual ion. In other words, we might obtain a wrong intensity for a correct formula, which affecting the dat reliability.

To address this, I implemented a refinement step after formula assignment:
Only the local maxima within a given ppm range are retained, along with known TOF apex peaks.

Read More

In this post, I document the full formula assignment pipeline using MFAssignR, tailored for Orbitrap-MS data post-peak list processing (There is no need to reinvent the wheel here).

The steps include quality control filtering, noise estimation via Kendrick Mass Defect (KMD) plots, isotopic filtering, recalibrant inspection, and final formula assignment.

Read More

1. Motivation

In the previous post, I described the procedures for combining molecular information from both EESI-TOF and Orbitrap measurements. In our offline system, EESI-TOF can be regarded as semi-quantitative and more stable for long-term monitoring, making it ideal for tracking consistent ion trends. One key purpose of Orbitrap data is to guide the identification and fitting of TOF-detected ions, using its ultra-high resolution and accurate mass information.

However, in some cases, certain peaks are clearly detected by TOF but are either missing in Orbitrap or filtered out during the Orbitrap peak filtering and clustering process. These are often real chemical features, especially in complex mixtures, that may be weak or distorted in Orbitrap but still prominent in TOF.

To address this, I implemented a strategy to embed missing TOF peaks into the final clustered peak list, ensuring a more complete molecular representation, especially important in non-targeted or mixture-rich analyses.

Read More

After m/z calibration, the next step is to align ions detected across different retention times that likely originate from the same chemical species but appear at slightly shifted m/z values. To ensure robust clustering, it’s important to first remove rare or noisy ions that could interfere with pattern recognition.

Read More

After reading m/z data from Orbitrap raw files, it is essential to perform m/z calibration based on known reference masses of internal calibrants.

For long-term measurements, especially those spanning days or weeks, dynamic calibration is critical, since m/z drift can occur over time, and calibration parameters from Day 1 may not hold by Day 7. The function below allows automated chunk-wise recalibration across retention time.

Read More

The ultra-high resolution of Orbitrap mass spectrometry enables an unprecedented level of chemical detail. In my current research, we employ a direct-infusion Orbitrap approach (EESI inlet, Felipe et al, 2019) for non-targeted analysis. However, due to the lack of dedicated tools tailored for this application, I developed a new software package called OrbiTrack. This tool supports two core workflows:

(1) TOF peak guidance: Guiding ion fitting in EESI-TOF using high-resolution chemical information acquired at 120k resolution from Orbitrap.

(2) Directly utilization of Orbitrap MS1 data by integrating full time-series MS1 outputs, enabling online untargted molecular analysis without chromatographic sepeartion.

Read More

我一直想对茶叶中复杂的化学成分充满兴趣。实验室有同事需要测量生物气溶胶样品(如孢子、真菌等),借助这次协助其调试维护质谱仪器的机会,开展了一项课外探索:使用高分辨率质谱方法,探索不同类型茶叶在分子层面是否具有可辨识的特征。

本次尝试使用非靶向直接注入分析,结合Orbitrap与TOF两台质谱,评估我构建的分析流程在实际复杂样品中的表现。

Read More

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×