Metadata-Version: 2.4
Name: pixelgen-pixelator
Version: 0.23.0
Summary: A command-line tool and library to process and analyze data generated from technologies from Pixelgen Technologies.
Project-URL: Homepage, https://github.com/PixelgenTechnologies/pixelator
Project-URL: Repository, https://github.com/PixelgenTechnologies/pixelator
Project-URL: Documentation, https://software.pixelgen.com
Author-email: Pixelgen Technologies AB <developers@pixelgen.com>
Maintainer-email: Johan Dahlberg <johan.dahlberg@pixelgen.com>, Adrien Coulier <adrien.coulier@pixelgen.com>, Pouria Tajvar <pouria.tajvar@pixelgen.com>
License-Expression: MIT
License-File: LICENSE
Keywords: molecular-pixelation,protein,proteomics,single-cell,spatial
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: <3.14,>=3.10
Requires-Dist: anndata>=0.8.0
Requires-Dist: annoy<=1.17.0
Requires-Dist: click<8.3.0
Requires-Dist: cssselect
Requires-Dist: cutadapt>=4.2
Requires-Dist: duckdb<2,>=1.4.2
Requires-Dist: faiss-cpu<2,>=1.10.0
Requires-Dist: fastparquet
Requires-Dist: fsspec
Requires-Dist: graspologic-native<2,>=1.2.4
Requires-Dist: importlib-resources<6,>=5.12.0
Requires-Dist: lxml
Requires-Dist: numba>=0.56.4
Requires-Dist: numpy<3.0.0,>=2.0.0
Requires-Dist: pandas<3.0.0,>=2.0.0
Requires-Dist: plotly
Requires-Dist: polars<1.27.0,>=1.0.0
Requires-Dist: pyarrow>=14
Requires-Dist: pydantic<3.0,>=2.12.4
Requires-Dist: pyfastx
Requires-Dist: ruamel-yaml<0.18,>=0.17.21
Requires-Dist: scanpy
Requires-Dist: scipy<2.0.0,>=1.0.0
Requires-Dist: semver<4,>=3.0.0
Requires-Dist: typing-extensions
Requires-Dist: umi-tools<2.0.0,>=1.1.4
Requires-Dist: xopen
Requires-Dist: xxhash
Requires-Dist: yapf
Requires-Dist: yappi
Requires-Dist: zstandard<0.24,>=0.23.0
Description-Content-Type: text/markdown

# Pixelator

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pixelgen-pixelator)
[![MIT](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/licenses/MIT)
[![DOI](https://img.shields.io/badge/DOI-10.1038/S41592--024--02268--9-B31B1B.svg)](https://doi.org/10.1038/s41592-024-02268-9)
[![conda](https://anaconda.org/bioconda/pixelator/badges/version.svg)](https://bioconda.github.io/recipes/pixelator/README.html#package-pixelator)
[![pypi](https://img.shields.io/pypi/v/pixelgen-pixelator)](https://pypi.org/project/pixelgen-pixelator/)
[![Docker Repository on Quay](https://quay.io/repository/pixelgen-technologies/pixelator/status "Docker Repository on Quay")](https://quay.io/repository/pixelgen-technologies/pixelator)
[![Tests](https://github.com/PixelgenTechnologies/pixelator/actions/workflows/tests.yml/badge.svg)](https://github.com/PixelgenTechnologies/pixelator/actions/workflows/tests.yml)

[**Documentation**](#documentation) |
[**Installation**](#installation) |
[**Usage**](#usage) |
[**Contributing**](#contributing) |
[**Contact**](#contact) |
[**License**](#license) |
[**Credits**](#credits)

Pixelator is a software package to process sequencing FASTQ from Molecular Pixelation (MPX) and
Proximity Network (PNA) assays and analyze PXL data.

It provides the `pixelator` commandline tool to process FASTQ files and generate PXL files and reports
and can be used as a python library for further downstream processing.

<p align="center">
    <img src="https://www.pixelgen.com/wp-content/uploads/2022/12/share-image-pixelgen.png" height=200
     alt="Pixelgen Technologies" />
</p>
<div align="center">© 2023 - Pixelgen Technologies AB</div>

## Documentation

More information about pixelator is available on the [Pixelgen Technologies Software documentation site](https://software.pixelgen.com/).

## Installation

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.

```shell
pip install pixelgen-pixelator
```

### Additional installation instructions

For runnning some of the MPX related pixelator commands you will need to have `fastp` installed on
you system. For installation instructions, please visit the [fastp GitHub repository](https://github.com/OpenGene/fastp).

### Installation from source

You can also install pixelator from source by cloning the repository.

```shell
git clone https://github.com/pixelgentechnologies/pixelator.git
cd pixelator
pip install .
```

### Using docker

The `pixelator` command-line tool can be run with docker images available on
the [GitHub container registry](https://github.com/PixelgenTechnologies/pixelator/pkgs/container/pixelator).

```shell
docker pull ghcr.io/pixelgentechnologies/pixelator:latest
docker run ghcr.io/pixelgentechnologies/pixelator:latest pixelator --help
```

You can also use the containers provided by the biocontainers project on [quay.io](https://quay.io/repository/biocontainers/pixelator).

## Usage

Our recommendation is to use pixelator via the specific Nextflow pipeline, [nf-core/pixelator](https://github.com/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.

However, with MPX data, we recommend running pixelator in specialized hardware with at least 32GB RAM.

## Contributing

Contribution are welcome!
Please check out the [contributing guidelines](./CONTRIBUTING.md) for more information.

## Contact

For feature requests or bug reports, please use the GitHub [issues](https://github.com/PixelgenTechnologies/pixelator/issues).
For questions, comments, or suggestions you can use the GitHub [discussions](https://github.com/PixelgenTechnologies/pixelator/discussions).

You can also email the development team at [developers@pixelgen.com](mailto:developers@pixelgen.com).

## License

Pixelator is licensed under the [MIT](./LICENSE) license.

## Credits

Pixelator is developed and maintained by the [developers](https://github.com/PixelgenTechnologies) at [Pixelgen Technologies](https://pixelgen.com).

When using pixelator in your research, please cite the following publication:

> 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](https://github.com/jfnavarro))
-   Alvaro Martinez Barrio ([@ambarrio](https://github.com/ambarrio))
-   Johan Dahlberg ([@johandahlberg](https://github.com/johandahlberg))
-   Florian De Temmerman ([@fbdtemme](https://github.com/fbdtemme))

A huge thank you to all [code contributors](https://github.com/PixelgenTechnologies/pixelator/graphs/contributors)!
