Skip to main content

Spatial Glycomics Analysis Toolkit — MALDI imaging + H&E registration and analysis.

Project description

goatpy — Spatial Glycomics Analysis Toolkit

PyPI version Documentation Status License: MIT Python 3.10+

goatpy is a Python toolkit for spatial glycomics analysis, combining MALDI mass spectrometry imaging with H&E histology. It provides automatic image registration, pseudo-image generation, spatial PCA, and annotation tools built on top of the SpatialData framework.

Features

  • Automatic H&E registration — align MALDI ion images to whole-slide H&E images using normalised cross-correlation with full 360° rotation search
  • QuPath annotation support — transform GeoJSON annotations from QuPath into the registered coordinate system
  • Spatial GraphPCA — dimensionality reduction with optional spatial smoothing via k-nearest-neighbour graphs
  • Pseudo-image generation — create spatial images from categorical or continuous obs columns
  • Landmark alignment GUI — interactive napari-based landmark alignment tool
  • SpatialData native — all outputs are standard SpatialData objects, compatible with the scverse ecosystem

Installation

Recommended: conda environment

Download environment.yml and create the environment:

conda env create -f environment.yml
conda activate maldi
pip install goatpy

PyPI

pip install goatpy

For napari visualisation support:

pip install "goatpy[napari]"

From source

pip install git+https://github.com/agc888/goatpy.git

Quick start

import goatpy as gp

# Load and register MALDI + H&E
sdata = gp.load_and_align(
    imzml_path="my_sample.imzML",
    he_path="my_sample.svs",
    geojson_path="annotations.geojson",  # optional QuPath annotations
)

# Normalise intensities
sdata = gp.normalize_spatialdata(sdata, table_name="maldi_adata", method="TIC")

# Dimensionality reduction
sdata = gp.graphpca_spatialdata(sdata, n_components=30, alpha=0.5)

# Cluster
sdata = gp.get_kmean_clusters(sdata, n_clusters=8)

# Visualise in napari
from napari_spatialdata import Interactive
Interactive([sdata]).run()

Documentation

Full documentation is available at goatpy.readthedocs.io.

Citation

If you use goatpy in your research, please cite:

Causer, A. (2025). goatpy: Spatial Glycomics Analysis Toolkit. https://github.com/agc888/goatpy

License

MIT — see LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

goatpy-1.0.0.tar.gz (126.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

goatpy-1.0.0-py3-none-any.whl (101.9 kB view details)

Uploaded Python 3

File details

Details for the file goatpy-1.0.0.tar.gz.

File metadata

  • Download URL: goatpy-1.0.0.tar.gz
  • Upload date:
  • Size: 126.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.5

File hashes

Hashes for goatpy-1.0.0.tar.gz
Algorithm Hash digest
SHA256 81fe2022a28e75b84b2ce4a51cce46a5af038f31add008c6d1dfa4ffdb98fac2
MD5 f672b86b472be466ac2c60b1b7073a10
BLAKE2b-256 07276226b2534ba6b35e616f3faed50843f4edfad1cbae9541869fdae10302ee

See more details on using hashes here.

File details

Details for the file goatpy-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: goatpy-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 101.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.5

File hashes

Hashes for goatpy-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1fa1e5f268b94237ae539af6647315442fbcf2c3c6a2e807dbee2707d81d5b6e
MD5 9d472ac26e424bbd1038ddf03037dfd3
BLAKE2b-256 9378df286f3abc4b2963ba13a56b40317f93d6fc9caeaba8e355a22d98b71853

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page