Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.03 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.03 KB

Analysis of Spatial Transcriptomics data - I2K workshop

This repository contains the notebooks used for the 2023 I2K workshop on spatial transcriptomics data analysis.

Data

The data used in this worksop was published along the paper Cell segmentation in imaging-based spatial transcriptomics.

Download the data from here and unzip it inside this folder.

Citation:
Moffitt, Jeffrey et al. (2021). MERFISH measurements in the mouse ileum [Dataset]. Dryad

Conda

Create a new conda environment containing the required python packages:
conda env create -f environment.yml Activate the environment to run the notebooks:
conda activate <env-name>

Notebooks

The repository contains two notebooks:
baysor_output.ipynb provides code to read and inspec the raw data.
merfish_analysis.ipynb provides code fro a simple analysis pippeline.