-
Notifications
You must be signed in to change notification settings - Fork 0
Quickstart guide
Matt Fido edited this page Aug 11, 2025
·
1 revision
No mass spectrometry knowledge required!
Thank you for helping us test LCMSpector!
This guide will walk you through:
- Installing LCMSpector on your computer
- Downloading and opening a sample dataset
- Loading that sample into LCMSpector
- Choosing an ion/metabolite list to search for
- Running the analysis
- Looking at the results
- Exporting the results
You can follow along even if you have never used scientific software before.
- Open this page in your browser:
LCMSpector Releases on GitHub - Scroll to the latest release at the top.
- Under Assets, download the correct version for your computer:
-
Windows: Click the
.zip
file containing “Win11” in the name -
macOS: Click the
.zip
file containing “macOS” in the name
-
Windows: Click the
- Unpack the archive.
- Go into:
LC-Inspector/dist
- Find the
.exe
file and double-click it. - If you see a “Windows protected your PC” screen:
- Click More info
- Click Run anyway
(This happens because the app is not from the Microsoft Store — it doesn’t mean it’s unsafe.)
- If you see a Windows Defender SmartScreen pop-up in Protection history:
- Open it
- Select LCMSpector
- Click Restore
- Double-click the downloaded file to open it.
- If you see
"LCMSpector cannot be opened because it is from an unidentified developer":
- Go to System Settings → Privacy & Security
- Scroll down and click Open Anyway next to LCMSpector
- If you get a
"quarantined" or "broken" file warning:
- Click Done (not "Move to Trash")
- Open Terminal (Applications → Utilities)
- Type:
(Tip: Drag the LCMSpector app into the Terminal window after typing the command to auto-fill the path, then press Enter.)
xattr -d com.apple.quarantine /path/to/LCMSpector.app
- LCMSpector should now open.
- Make sure Docker is installed.
- Pull the image:
docker pull mateuszfido/lcmspector:latest
- Enable display access:
xhost +local:docker
- Run the container (adjust syntax per OS if needed):
docker run -it \ -e DISPLAY=$DISPLAY \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -v /path/to/data_folder:/data \ mateuszfido/lcmspector:latest
(If unsure, we can provide you with a ready-to-run Docker command for your OS.)
- Go to: Sample Data Download
- Click Download ZIP.
- Once downloaded:
- Windows: Right-click → Extract All
- macOS: Double-click to unzip
- You will get a folder with one or more
.mzML
or.txt
files.✅ Do not rename the files.
- Open LCMSpector from your Applications or Start Menu.
- Drag and drop a
.mzML
or.txt
file into the LCMSpector window.- You can also drag an entire folder
- Or use the Browse button
- The file name will appear in the Data List panel.
- Look for the Ion List panel on the right.
-
Using a preset list:
- Click the dropdown menu
- Select a built-in preset (e.g., Amino acids)
-
Creating your own list:
- Click New List or Edit List
- Add names/identifiers and their m/z values
- Click the big Process button.
- Processing time varies — watch the progress bar.
- When complete, LCMSpector switches to the Results View automatically.
You may see several visual panels:
- Raw Chromatogram View – detector signal from chromatography, clickable to view spectrum in Raw MS View
- Raw MS View – updates each time you click a chromatogram point
- Annotated Chromatogram View – peaks for compounds annotated with MS data
- TIC/XIC Traces – total or extracted ion traces for chosen m/z values
Tips:
- Hover over peaks to view retention times and intensities
- Zoom by click-dragging over an area
- Right-click plots to change settings or export plots/data
- Toggle overlays to declutter the view
- Press:
-
Windows/Linux:
Ctrl + E
-
macOS:
Cmd + E
-
Windows/Linux:
- Go to File → Export
- Saves results as
.csv
with compound values and concentrations
You can also export plots as:
- PNG, JPG, SVG (images)
- CSV (tables)
💡 Choose a location you’ll remember (e.g., Desktop, Documents).
At this point, you have:
- Installed LCMSpector
- Opened sample data
- Chosen an ion list
- Run an analysis
- Explored interactive plots
- Exported results
Finally, please complete the Usability Test Form:
https://forms.gle/X1cVyH85fXoZHekr9
Thank you! ⭐