SkillAgentSearch skills...

VesselExpress

🔬🖥 Automated Blood Vasculature Analysis of 3D Light-Sheet Image Volumes

Install / Use

/learn @RUB-Bioinf/VesselExpress

README

<p align="center"> <img src="VesselExpress/imgs/logo.svg" height="200" width="200" /> </p> <h2 align="center"> VesselExpress: Rapid and fully automated blood vasculature analysis in 3D light-sheet image volumes of different organs </h2>

GitHub Stars   GitHub Downloads   Follow us on Twitter   Follow us on Twitter

Contributors   License   Size   Issues   Pull Requests   Commits   Latest Release   Release Date


VesselExpress is an open-source software designed for rapid, fully automated and scalable analysis of vascular datasets in high-throughput sequences. It processes raw microscopic images (2D or 3D) of blood vessels in parallel and outputs quantified phenotypical data along with image and object files of the rendered vasculature. The processing steps include segmentation, skeletonization, graph construction with analysis and optional rendering. These steps are automated in a pipeline with the workflow management system Snakemake (see workflow DAG). The whole pipeline can be run via Docker or locally from the command line or web browser using the web interface.

Language   Language grade: Python

VesselExpress

Notes: It is also possible to execute each step individually with the corresponding Python script. Existing modules can be exchanged with custom scripts in the Snakefile.

Tutorial Video

You can use this YouTube Video for visualized instructions on how to download, setup and run VesselExpress on example data. By clicking on the image, you will be redirected to an external webseite to view the video. Learn more about the video here.

Tutorial Video

Video Views   Video Likes

Docker Version

| Browser-Based User Interface | Command-Line only | | --- | --- | | Docker Build | Docker Build | | Docker Image Size | Docker Image Size | | Docker Downloads | Docker Downloads | | Docker Stars | Docker Stars | | Docker Version | Docker Version |

If you want to use the browser version, follow these instructions:

  1. Install Docker for your operating system from here.
  2. Start Docker.
  3. Get the Docker image
    1. from DockerHub via docker pull phispa1812/vesselexpress
    2. or build the Docker image by calling docker build -f ./Webinterface/Dockerfile -t vesselexpress .
  4. Run VesselExpress via
    1. docker run -p 5000:5000 phispa1812/vesselexpress if you've pulled the image from DockerHub
    2. or via docker run -p 5000:5000 vesselexpress if you've manually built the image as described above.
  5. Navigate to localhost:5000 in your browser (e.g. Firefox or Google Chrome) to open the web interface. On macOS Monterey you need to uncheck "AirPlay Receiver" in the "Sharing" system preference to use the web interface on port 5000.

If you want to use the command-line interface, follow these instructions:

  1. Install Docker for your operating system from here.
  2. Start Docker.
  3. Get the Docker image
    1. from DockerHub via docker pull phispa1812/vesselexpress_cli
    2. by calling docker build -t vesselexpress_cli . from the VesselExpress directory.
  4. Run VesselExpress
    1. via docker run -v path-to-data-and-config:/home/user/VesselExpress/data phispa1812/vesselexpress_cli if you've pulled the image from DockerHub
    2. or via docker run -v path-to-data-and-config:/home/user/VesselExpress/data vesselexpress_cli if you've manually built the image as described above.
      The first part of the command specifies the absolute path on your host containing image files to process and the configuration file. An example configuration file and 3D image can be found in the data folder. By default VesselExpress uses all cores for computation. We recommend decreasing the number of cores when working on an office PC to avoid out of memory errors. You can specify the number of cores via the flag -e. To run VesselExpress with 4 cores use docker run -v path-to-data-and-config:/home/user/VesselExpress/data -e 'CORES=4' vesselexpress_cli

Local Version (without Docker)

We recommend using the Docker version. The local version is intended for development. So far we have tested this on Ubuntu and macOS (excluding Frangi-Net). If you're using Windows, please use the Docker version.

For the browser version follow these instructions:

  1. Install Blender (optional for rendering).
    We used Blender 2.83.4 on Linux and Blender 2.83.5 on macOS. You might need to adjust the path to Blender on your system in the Snakefile.
  2. Download all packages via pip install -r Webinterface/requirements.txt.
  3. Type python Webinterface/server/app.py to run the web application.
  4. In your browser navigate to localhost:5000 to open the webpage.

For the command-line version follow these instructions:

  1. Install Blender from here (see descriptions above).
  2. Install Anaconda following the installation instructions.
  3. Install Snakemake following the installation instructions.
  4. In a terminal navigate to the VesselExpress folder and type snakemake --use-conda --cores all --conda-frontend conda --snakefile "./workflow/Snakefile".

Different parameters can be set by using the command line option '--config' or by changing the parameters in the config.json file. A full description of command line arguments for Snakemake can be found here.

You can learn more about how to set up and run VesselExpress here.

Wiki

There is a lot of useful information in our wiki.

Two important pages are:

  • Our [FAQ](ht

Related Skills

View on GitHub
GitHub Stars53
CategoryDevelopment
Updated3mo ago
Forks8

Languages

Python

Security Score

97/100

Audited on Dec 14, 2025

No findings