slobentanzer / sctk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: GPL v3 Python Python

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CI Tests Coverage PRs Welcome

sctk

Single Cell analysis Tool Kit: A large collection of functions built around the scanpy ecosystem that faciliates preprocessing, clustering, annotation, integration and some down-stream analysis of scRNA-seq data.

Installation

pip install git+https://github.com/Teichlab/sctk.git

It is recommended to install sctk into a fresh python 3.9 virtual environment due to its large amount of dependencies. If you encounter a dependency conflict when installing into a fresh environment, try updating pip:

pip install --upgrade pip

Usage

An example of applying the automatic QC workflow can be found in the demo notebook.

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%