popv.algorithms.CELLTYPIST#
- class popv.algorithms.CELLTYPIST(batch_key='_batch_annotation', labels_key='_labels_annotation', result_key='popv_celltypist_prediction', method_kwargs=None, classifier_dict=None)[source]#
Class to compute Celltypist classifier.
- Parameters:
batch_key (
str|None(default:'_batch_annotation')) – Key in obs field of adata for batch information. Default is “_batch_annotation”.labels_key (
str|None(default:'_labels_annotation')) – Key in obs field of adata for cell-type information. Default is “_labels_annotation”.result_key (
str|None(default:'popv_celltypist_prediction')) – Key in obs in which celltype annotation results are stored. Default is “popv_celltypist_prediction”.method_kwargs (
dict|None(default:None)) – Additional parameters for celltypist training. Options atcelltypist.train().classifier_dict (
dict|None(default:None)) – Dictionary to supply non-default values for celltypist annotation. Options atcelltypist.annotate().
Methods table#
|
Compute integration of adata inplace. |
|
Compute UMAP embedding of adata inplace. |
|
Predict celltypes using Celltypist. |