Installation¶
TissUUmaps is a browser-based tool for fast visualization and exploration of millions of data points overlaying a tissue sample. TissUUmaps can be used as a web service or locally in your computer, and allows users to share regions of interest and local statistics.
Windows installation¶
Download the Windows Installer from the last release and install it. Note that the installer is not signed yet and may trigger warnings from the browser and from the firewall. You can safely pass these warnings.
PIP installation (for Linux and Mac)¶
Install
libvips
for your system: https://www.libvips.org/install.htmlAn easy way to install
libvips
is to use an Anaconda environment withlibvips
:conda create -y -n tissuumaps_env -c conda-forge python=3.9 libvips conda activate tissuumaps_env
Install the TissUUmaps library using
pip
:pip install "TissUUmaps[full]"
Start the TissUUmaps user interface:
tissuumaps
Or start TissUUmaps as a local server:
tissuumaps_server path_to_your_images
And open http://127.0.0.1:5000/ in your favorite browser.