⚠️ Note: This repository is currently under active development. Some features or notebooks may not be fully functional yet. Contributions and feedback are welcome!
This repository contains Jupyter notebooks for the analysis of a colorectal cancer Xenium In Situ dataset. The primary goal is to demonstrate the capabilities and functionalities of InSituPy.
├── notebooks/
│ ├── 01_data_loading.ipynb
│ ├── 02_preprocessing.ipynb
│ ├── 03_spatial_analysis.ipynb
│ └── 04_visualization.ipynb
├── data/ (not included)
├── .gitignore
├── LICENSE
├── README.md
└── sample_configuration.csv
To run the demo notebooks, InSituPy has to be installed. For information on how to install it, see here.
The data can be downloaded from GEO and needs to be placed in the data/ directory.
⚠️ Note: The Xenium and Proseg output files on GEO are provided as.tar.gzarchives. These must be extracted before use.
-
Clone the repository:
git clone https://github.com/jwrth/colorectalcancer-insitupy-demo.git cd colorectalcancer-insitupy-demo -
Launch Jupyter Lab or Notebook:
jupyter lab
-
Open the notebooks in the
notebooks/folder and follow along.
For questions or collaborations, feel free to open an issue or reach out via email.
This README was generated with the assistance of Microsoft Copilot.