This tool generates `target lists` (spectral libraries) for identifying lipid molecule and fragment m/z values in FTMS, MS2, and MS3 data.
Project description
ALEX123-TLG (Target List Generator)
This tool generates target lists (spectral libraries) for identifying lipid molecule and fragment m/z values in FTMS, MS2, and MS3 data.
Overview
ALEX123-TLG loads lipid tables exported for each MS level, lets you define filtering criteria (lipid class, species, adduct, category, polarity, and C/DB/OH chain indices), and exports a filtered "target list" together with a reusable filter configuration. MS2/MS3 additionally support a fragment filter, and MS1 supports isotope compilation.
Features
- Multi-criterion filtering combined with OR logic
- Fragment filtering for MS2/MS3 (applied as a final AND)
- Chain index filtering (C/DB/OH) with min/max ranges and even/odd options
- Polarity filtering (positive/negative/neutral)
- Isotope compilation for MS1 (¹³C isotopologues)
- Save and load filter configurations (
.lxtfiles) - Cross-platform (Windows, macOS, Linux)
Requirements
- Python >= 3.11
PySide6 and pandas are installed automatically as dependencies.
Installation
pip install alex123-tlg
Input Data Files
The application needs three TSV files: ms1.tsv, ms2.tsv, and ms3.tsv. By default, it looks for them in the platform-specific configuration directory:
| OS | Directory |
|---|---|
| Windows | %APPDATA%\alex123-tlg\ |
| macOS | ~/Library/Application Support/alex123-tlg/ |
| Linux | ~/.config/alex123-tlg/ |
Copy ms1.tsv, ms2.tsv, and ms3.tsv into that directory.
Usage
Run the application:
alex123-tlg
Or via the Python module:
python -m alex123_tlg
Then, in the app:
- Select a working directory -- where output files are saved.
- Switch to the MS1, MS2, or MS3 tab.
- Add filtering criteria -- lipid class, species, adduct, category, polarity.
- Set chain index filters (optional) -- C, DB, and OH index ranges.
- Configure fragment filters (MS2/MS3 only).
- Click "Run" to preview filtered results.
- Click "Save" to export the target list and filter configuration.
Output Files
Saved to the selected working directory:
| File | Description |
|---|---|
targetlist_ms1.txt |
Filtered MS1 target list (TSV) |
targetlist_ms2.txt |
Filtered MS2 target list (TSV) |
targetlist_ms3.txt |
Filtered MS3 target list (TSV) |
targetlist_ms1.lxt |
MS1 filter configuration (JSON) |
targetlist_ms2.lxt |
MS2 filter configuration (JSON) |
targetlist_ms3.lxt |
MS3 filter configuration (JSON) |
License
alex123-tlg is licensed under the GNU General Public License v3.0 or later
(full text). The LICENSE file is included in
the package distribution.
This application uses PySide6 (Qt for Python) under the GNU Lesser General Public License v3.0 (LGPLv3). PySide6 and Qt are not part of this project; they are installed from PyPI and remain under their own license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file alex123_tlg-0.7.1.tar.gz.
File metadata
- Download URL: alex123_tlg-0.7.1.tar.gz
- Upload date:
- Size: 30.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7777bcc00b3ac54ddd92ae6032dabcf72b73dea33ea9715125d0fc6100feffa3
|
|
| MD5 |
2432aac2d06cec2e80590c8f8319b99d
|
|
| BLAKE2b-256 |
b58f56c4f39fd374ad256299433ecde3698b1b6e7a973f101d231674cf8115c4
|
File details
Details for the file alex123_tlg-0.7.1-py3-none-any.whl.
File metadata
- Download URL: alex123_tlg-0.7.1-py3-none-any.whl
- Upload date:
- Size: 41.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f41c0d45c527cfa5907eb760de804df1a59d8b92432af89046e6861fd004f147
|
|
| MD5 |
5f75ace5b3cb9a01cce4bc237da324fe
|
|
| BLAKE2b-256 |
de28083ae05172f39bb14325cd183aea65277be0e6a83c92841dd03065e584e2
|