Radiantkit is a Python package containing tools for full-stack image analysis YFISH images.
This repository is a fork of the archived ggirelli/radiantkit with the aim to keep the code up to date with current Python versions.
The CHANGELOG will describe any changes to the original repository.
If you want to get in touch, please open an issue ticket.
Image: Adapted from Fig.1 GPSeq reveals the radial organization of chromatin in the cell nucleus.
▶️ For full and detailed installation instructions and usage read the full documentation here.
- Clone the repository:
git clone https://github.com/BiCroLab/radiantkit.git
- Create a conda env from yaml file provided (radiant-kit-env.yml):
conda env create -f radiant-kit-env.yml
-
Ensure your images are saved all together in .nd2 format in a single directory.
-
Modify the radiantK_SLURM_jobscript.sh to include correct parameters for your imaging data.
-
Submit the job to SLURM:
sbatch radiantK_SLURM_jobscript.sh
We currently support:
.nd2: first step is to convert to .tif (see radiantK_SLURM_jobscript.sh)..tif/.tiff: recommended (channel-separated)
- Confocal
- Spinning disk confocal
- Widefield (if first deconvolved e.g. using deconwolf)
This depends on the application and cell-type. In general we would recommend using 2D segmentation if working with nuclei that are not round/uniformly shaped.
