Documentation | Installation | Usage | Contributing | Contact | License | Credits
Pixelator is a software package to process sequencing FASTQ from Proximity Network Assay (PNA) experiments and analyze PXL data.
It provides the pixelator command-line tool to process FASTQ files and generate PXL files and reports
and can be used as a Python library for further downstream processing.
Note
Molecular Pixelation (MPX) support has been removed. To process MPX data, use a pixelator release prior to 0.31.0 (the last release with MPX support is 0.30.x):
pip install 'pixelgen-pixelator<0.31.0'More information about pixelator is available on the Pixelgen Technologies Software documentation site.
Pixelgen Technologies has developed and tested pixelator extensively in Ubuntu 20.04.6 LTS. However, pixelator should run on computers installed with any recent version of the major Linux distributions.
Pixelator is available on PyPI as pixelgen-pixelator and can be installed with pip. It is recommended to install pixelator in a separate virtual environment.
pip install pixelgen-pixelatorYou can also install pixelator from source by cloning the repository.
git clone https://github.com/pixelgentechnologies/pixelator.git
cd pixelator
pip install .The pixelator command-line tool can be run with docker images available on
the Quay container registry.
docker pull quay.io/pixelgen-technologies/pixelator:latest
docker run quay.io/pixelgen-technologies/pixelator:latest pixelator --helpFor deprecated MPX workflows, pin an image tag from a release prior to 0.31.0 (for example 0.30.0) instead of latest.
Our recommendation is to use pixelator via the specific Nextflow pipeline, nf-core/pixelator.
It should take only a few seconds to download the pipeline and approx. 20 min to run the default test dataset in a normal commodity computer.
Contribution are welcome! Please check out the contributing guidelines for more information.
For feature requests or bug reports, please use the GitHub issues. For questions, comments, or suggestions you can use the GitHub discussions.
You can also email the development team at developers@pixelgen.com.
Pixelator is licensed under the MIT license.
Pixelator is developed and maintained by the developers at Pixelgen Technologies.
When using pixelator in your research, please cite the following publication if you are working with Proximity Network Assay data:
Filip Karlsson, Michele Simonetti, Christina Galonska, Max Karlsson, Hanna van Ooijen, Tomasz Kallas, Divya Thiagarajan, et al.. "Single-Cell Protein Interactomes by the Proximity Network Assay". bioRxiv 2025.06.19.660329; doi: https://doi.org/10.1101/2025.06.19.660329
And for Molecular Pixelation data, please cite:
Karlsson, Filip, Tomasz Kallas, Divya Thiagarajan, Max Karlsson, Maud Schweitzer, Jose Fernandez Navarro, Louise Leijonancker, et al. "Molecular pixelation: spatial proteomics of single cells by sequencing." Nature Methods, May 8, 2024. https://doi.org/10.1038/s41592-024-02268-9.
Main development happened thanks to:
- Jose Fernandez Navarro (@jfnavarro)
- Alvaro Martinez Barrio (@ambarrio)
- Johan Dahlberg (@johandahlberg)
- Florian De Temmerman (@fbdtemme)
A huge thank you to all code contributors!