Open Source

Tools & Software

Tools and pipelines developed throughout my research, from spatial network analysis to tumor simulation. Public repositories are linked below; the others are available on request.

Ecosystem

How the tools connect

Everything on the spatial side converges on one object. Tissue acquisitions are segmented by CytoSeg and PDACSeg into a single-cell table, and that table then feeds three branches: the MOSNA suite for spatial network analysis, AnnData Tools for Scanpy and Squidpy computations, and the modeling group, where measured network statistics constrain an agent-based tumor simulation. The genomics work is a separate branch, from variant calls to annotated 5′UTR mutations.

data flow builds on informs tool family
Software

Developed tools

MOSNA suite

3 tools

Three complementary tools around MOSNA and Tysserand, for spatial transcriptomic and proteomic network analysis — from a graphical interface to a Rust rewrite and cluster execution.

MOSNA Enhanced
MOSNA Enhanced

MOSNA and network building rewritten in Rust, with a new graphical interface.

Rust
Private repository
MOSNA GUI
MOSNA GUI

Graphical interface wrapping Tysserand and MOSNA to simplify their use.

Python
View on GitHub →
MOSNA Cluster
MOSNA Cluster

Running MOSNA on HPC clusters such as Genotoul.

BashPython
Private repository

Other tools

6 tools

Simulation, segmentation and large-scale variant analysis developed across my research projects.

PDAC Modeling
PDAC Modeling

Pancreatic ductal adenocarcinoma modeling with the PhysiCell agent-based framework.

C++Python
Private repository
SyNetBuilder
SyNetBuilder

Reconstruction of synthetic networks from assortativity data.

Python
Private repository
MORFEE Wrapper
MORFEE Wrapper

Nextflow pipeline using MORFEE to analyse large-scale VCF datasets.

BashNextflowPython
Private repository
CytoSeg
CytoSeg

Segmentation method using ellipse optimisation to segment CAFs from marker signal.

Python
Private repository
AnnData Tools
AnnData Tools

Building and exploring AnnData objects, with Scanpy and Squidpy computations.

PythonRust
Private repository
PDACSeg

Segmentation pipeline for spatial proteomics of PDAC tissues.

Python
Private repository
Spotlight

MOSNA GUI

MOSNA GUI makes the MOSNA package accessible to wet-lab researchers through a user-friendly graphical interface. It wraps both Tysserand and MOSNA, allowing the configuration of parameters for spatial transcriptomic and proteomic network analysis without writing code.

The workflow covers everything from raw spatial coordinates to cell network construction, niche detection, assortativity computation, and cross-patient structural comparison — all within a single interface.

Open on GitHub
MOSNA GUI