You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "CellTypist – Automated cell type annotation for scRNA-seq datasets"
4
+
homepage_url: https://www.celltypist.org/
5
+
long_description: |
6
+
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.
<paramname="majority_voting"type="boolean"label="Refine the predicted labels by running the majority voting classifier after over-clustering"value="True" />
50
+
<paramname="transpose_input"type="boolean"label="Transpose the input matrix is provided in the gene-by-cell format."value="False"help="Note Celltypist requires the cell-by-gene format"/>
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.
79
+
80
+
81
+
.. _CellTypist: https://www.celltypist.org/
82
+
83
+
------
84
+
85
+
**Inputs**
86
+
87
+
An anndata file in h5ad format that usually contains clustering results from single-cell RNA-seq analysis.
88
+
89
+
------
90
+
91
+
**Outputs**
92
+
93
+
An anndata file in h5ad format with predicted cell type annotations added to the .obs attribute.
0 commit comments