Current version: 0.2.3 (Andromeda)
A package for cell annotation using Azimuth Neural Network.
python>=3.9pipgit
To install the base version of the package (with CPU support only), run:
pip install git+https://github.com/satijalab/panhumanpy.gitIf you require GPU acceleration for enhanced performance on compatible hardware, install the package with GPU dependencies:
pip install git+https://github.com/satijalab/panhumanpy.git#egg=panhumanpy[gpu]panhumanpy uses versioned models corresponding to major package releases. The package defaults to model 'v{i}' where i is the major package version. For example for panhumanpy 0.2.1 (Andromeda), the default model version is 'v0'. For most users, the default version is recommended. The user can also choose to use a different model version as outlined in the tutorial mentioned below.
Currently available model versions: 'v0', 'v1'
For an introductory tutorial, please check out this notebook.