Analyze ImageStream Data
Project description
MorphoMapping
MorphoMapping is an analytical framework designed for the analysis of Imaging Flow Cytometry (IFC) data. It is based on our Python package, morphomapping, which provides tools for dimensionality reduction and clustering of IFC data. Step 2 and Step 4 can be considered optional.
Description
| workflow | details |
|---|---|
| Step 1 | IFC Data Acquisation |
| Step 2 | Convert .daf to .FCS (R) |
| Step 3 | morphomapping (Python) |
| Step 4 | Cluster Analysis (R) |
Getting started
Please refer to the documentation.
Installation
It is recommended to choose conda as your package manager. Conda can be obtained, e.g., by installing the Miniconda distribution. For detailed instructions, please refer to the respective documentation.
With conda installed, open your terminal and create a new environment by executing the following commands::
conda create -n morphomapping python=3.10
conda activate morphomapping
PyPI
Install morphomapping via the pypi release:
pip install morphomapping
Development Version
In order to get the latest version, install from GitHub using
pip install git+https://github.com/Wguido/MorphoMapping@main
Alternatively, clone the repository to your local hard drive via
git clone https://github.com/Wguido/MorphoMapping.git && cd MorphoMapping
git checkout --track origin/main
pip install .
Note that while MorphoMapping is in beta phase, you need to have access to the private repo.
Jupyter notebooks
Jupyter notebooks are highly recommended due to their extensive visualization capabilities. Install jupyter via
conda install jupyter
and run the notebook by entering jupyter-notebook into the terminal.
Dependencies
- The following Python packages are needed for MorphoMapping:
| Package |
|---|
bokeh |
flowkit |
hdbscan |
matplotlib |
numpy |
openpyxl |
pandas |
scikit-learn |
umap-learn |
- The following R libraries (R V.4.2.1) are required for MorphoMapping's optional DAFtoFCS-Converter and the Cluster Analysis:
| Library | Version |
|---|---|
ggplot2 |
3.4.4 |
ggpubr |
0.6.0 |
here |
1.0.1 |
IFC |
0.2.1 |
rstatix |
0.7.2 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file morphomapping-0.0.8.tar.gz.
File metadata
- Download URL: morphomapping-0.0.8.tar.gz
- Upload date:
- Size: 12.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ffc17bba2d22be9c185d249d2279a7651c08a1a1481c5341ce7df5ddc892489
|
|
| MD5 |
f2e12d72f6b6664cf8529df749fdfb98
|
|
| BLAKE2b-256 |
b8872a9321af79efa96d81395f1f47f55913994b0304dc96ba45095cc45ba1d7
|
File details
Details for the file morphomapping-0.0.8-py3-none-any.whl.
File metadata
- Download URL: morphomapping-0.0.8-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e65090261239e0764e544efbab139118046e964b527e5e2acc792285e28e910
|
|
| MD5 |
6cf3cca8674b8e6b2243422607a8e470
|
|
| BLAKE2b-256 |
fc1491aa44b589679a8f341d7ea23d6dee68876aa4dc509ab0ba6f9c4c4258ce
|