From 0bd86e1d1464ef24670df8892a25ebfeb13851a6 Mon Sep 17 00:00:00 2001 From: ChuanXu1 Date: Sat, 6 Jul 2024 11:10:44 +0100 Subject: [PATCH] Add meta.yaml for celltypist --- packages/celltypist/meta.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 packages/celltypist/meta.yaml diff --git a/packages/celltypist/meta.yaml b/packages/celltypist/meta.yaml new file mode 100644 index 00000000..8bf42ad9 --- /dev/null +++ b/packages/celltypist/meta.yaml @@ -0,0 +1,27 @@ +name: celltypist +description: | + CellTypist is an automated cell type annotation tool for scRNA-seq datasets + on the basis of logistic regression classifiers optimised by the stochastic + gradient descent algorithm. CellTypist allows for cell prediction using + either built-in (with a current focus on immune sub-populations) or custom + models, in order to assist in the accurate classification of different cell + types and subtypes. +project_home: https://github.com/Teichlab/celltypist +documentation_home: https://celltypist.readthedocs.io +install: + pypi: celltypist +tags: + - python + - machine-learning + - scrna-seq + - single-cell + - cell-type-classification + - label-transfer +publications: + - 10.1126/science.abl5197 +license: MIT +version: v1.6.3 +authors: + - ChuanXu1 + - prete +test_command: null