Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<strong>Compocyte</strong> is a composite classifier for modular hierarchical cell type annotation of single cell data. Using Compocyte you can build different hierarchical classifier architectures following a local classifier per parent node approach. Local classifiers are built around pytorch, sklearn or CatBoost. Local classifiers can be individually modified to account for alterations in classification taxonomies or selectively improve specific annotations in human-in-the-loop approaches. While compocyte has been primarily developed for single cell RNA sequencing data it can also be used with other single cell data compatible with the AnnData and scanpy packages.

<strong>If you use Compocyte please cite our [preprint](https://doi.org/10.64898/2026.05.30.728980)</strong>
<br>

## Installation
Expand Down Expand Up @@ -51,13 +52,14 @@ pbmc_hc = Compocyte.pretrained.pbmc_pretrained()
til_hc = Compocyte.pretrained.til_pretrained()
```

## Colab tutorials
## Interactive Colab tutorials

Alternatively, refer to our tutorials on Google Colab.

[Using our pretrained Compocyte classifiers.](https://colab.research.google.com/drive/17pItBWQqf_ClAAzGch5o00dKlR13jEKL)
Learn how to label your data using pretrained models [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/WALL-E-Lab/Compocyte/blob/colab_with_cytopus/colab_tutorials/02_pretrained_classifiers.ipynb)

Learn how to train a Compocyte classifier [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/WALL-E-Lab/Compocyte/blob/colab_with_cytopus/colab_tutorials/01_training_PBMC_classifier.ipynb)
Comment on lines +59 to +61

[Training a simple Compocyte classifier with PBMC data.](https://colab.research.google.com/drive/1IQTwwHSW9Q2UtnZ_ioA6Mhs9kkKgzYiY)

## Getting started

Expand Down
1,292 changes: 1,292 additions & 0 deletions colab_tutorials/01_training_PBMC_classifier.ipynb

Large diffs are not rendered by default.

Binary file not shown.
Loading