All pages
Powered by GitBook
1 of 4

Loading...

Loading...

Loading...

Loading...

Napari Plugin "arcos-gui"

Napari

Napari is a multidimensional image viewer for python. It is available either as a python package or as a standalone application. See here for installation instructions of napari.

Demo of the napari plugin on Youtube:

Installation instructions:

After successfully installing napari, you can install arcos-gui via pip:

pip install arcos-gui

Or install arcos-gui from within napari via the plugin toolbar (required for the standalone version).

To install the most recent development version :

pip install git+https://github.com/bgraedel/arcos-gui.git

Package Specific Documentation and usage instructions:

Github repository:

R package "ARCOS"

Installation instructions:

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("dmattek/ARCOS")

Package Specific Documentation and usage instructions:

Github repository:

Python Package "arcos4py"

Installation instructions:

To install from pip, run this command in your terminal:

pip install arcos4py

Installing from conda-forge can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, arcos4py can be installed with the conda package manager:

conda install arcos4py

Pip and conda-forge are the preferred methods to install arcos4py, as it will always install the most recent stable release.

The source for arcos4py can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/bgraedel/arcos4py

Or download the tarball:

curl -OJL https://github.com/bgraedel/arcos4py/tarball/master

Package Specific Documentation and usage instructions:

Github repository:

Avalilable Implementations

We provide several implementations of ARCOS as open-source code which can be found on github.

The code provided as R and Python packages can be used in Jupyter notebooks or in batch processing pipelines. The Napari plugin enables anyone without extensive programming knowledge to explore parameters through an intuitive GUI on a platform that emerges as a de-facto standard for viewing multidimensional images

https://bgraedel.github.io/arcos-gui/bgraedel.github.io
GitHub - bgraedel/arcos-gui: napari-plugin to analyse collective signalling eventsGitHub
Logo
GitHub - dmattek/ARCOS: An R package to detect collective spatio-temporal phenomenaGitHub
https://dmattek.github.io/ARCOS/indexdmattek.github.io
Logo
https://bgraedel.github.io/arcos4py/bgraedel.github.io
GitHub - bgraedel/arcos4py: Python package to detect and analyse collective phenomenaGitHub
Logo