Skip to content

Home

arcos4py

pypi conda-forge python Build Status codecov

Arcos4py is a python package to detect collective Spatio-temporal phenomena.

Features

Automated Recognition of Collective Signalling for python (arcos4py) aims to identify collective spatial events in time-series data. The software identifies collective protein activation in 2- and 3D cell cultures and can track events over time. Such collective waves have been recently identified in various biological systems and have been demonstrated to play a crucial role in the maintenance of epithelial homeostasis (Gagliardi et al., 2020, Takeuchi et al., 2020, Aikin et al., 2020), in the acinar morphogenesis (Ender et al., 2020), osteoblast regeneration (De Simone et al., 2021), and the coordination of collective cell migration (Aoki et al., 2017, Hino et al., 2020). Arcos4py is the python equivalent of the R package ARCOS (https://github.com/dmattek/ARCOS).

Despite its focus on cell signaling, the framework can also be applied to other spatiotemporally correlated phenomena.

Data Format

The time series should be arranged in a long table format where each row defines the object's location, time, and optionally the measurement value.

ARCOS defines an ARCOS object on which several class methods can be used to prepare the data and calculate collective events. Optionally the objects used in the ARCOS class can be used individually by importing them from arcos.tools

Installation

Arcos4py can be installed from PyPI with:

    pip install arcos4py

Napari Plugin

Arcos4py is also available as a Napari Plugin arcos-gui. arcos-gui can simplify parameter finding and visualization.

arcos_demo

Credits

Maciej Dobrzynski created the original ARCOS algorithm.

This package was created with Cookiecutter and the waynerv/cookiecutter-pypackage project template.