SkillAgentSearch skills...

ScHierarchy

A toolking for cell type hierarchies: marker selection & consistent classification

Install / Use

/learn @dissatisfaction-ai/ScHierarchy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

scHierarchy: Hierarchical logistic regression model for marker gene selection using hierachical cell annotations

Stars Documentation Status Build Status Code Style

<img width="708" alt="image" src="https://user-images.githubusercontent.com/22567383/185173791-599778e0-89d4-4b68-823f-3913a66156e9.png">

Installation

Linux installation

conda create -y -n schierarchy-env python=3.9
conda activate schierarchy-env
pip install git+https://github.com/dissatisfaction-ai/scHierarchy.git

Mac installation

conda create -y -n schierarchy-env python=3.8
conda activate schierarchy-env
pip install git+https://github.com/pyro-ppl/pyro.git@dev
conda install -y -c anaconda hdf5 pytables netcdf4
pip install git+https://github.com/dissatisfaction-ai/scHierarchy.git

Usage example notebook

https://github.com/dissatisfaction-ai/scHierarchy/blob/main/docs/notebooks/marker_selection_example.ipynb

This will be updated using a publicly available dataset & Colab - however, it is challenging to find published dataset with several annotation levels yet sufficiently small to be used on Colab.

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated11mo ago
Forks1

Languages

Python

Security Score

82/100

Audited on Apr 6, 2025

No findings