Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 683 Bytes

File metadata and controls

35 lines (19 loc) · 683 Bytes

Metasheller

Metasheller is a pip installable package to create metacells using SEACells quickly (and in parallel).

I've applied it to noisy scRNA data from many samples prior to running SLIDE, and to reduce the number of representative cells of a certain clonotype.


🚀 Installation

It's recommended to use a dedicated Python environment for Metasheller. Here’s a quick guide:

1. Create a new environment

conda create -n metasheller-env python=3.8
conda activate metasheller-env

2. Install Metasheller via pip

pip install metasheller

📚 Tutorial

To get started quickly, follow the example in tutorial.ipynb