I am trying to run celltypist on a sn dataset, of hippocampus. Getting the following error. Can someone help?
TypeError Traceback (most recent call last)
Cell In[16], line 1
----> 1 pred = celltypist.annotate(
2 adata_celltypist, # your AnnData object
3 model=model, # the loaded mouse brain model
4 majority_voting=False,
5 )
TypeError: annotate() got an unexpected keyword argument 'majority_voting'
I am trying to run celltypist on a sn dataset, of hippocampus. Getting the following error. Can someone help?
TypeError Traceback (most recent call last)
Cell In[16], line 1
----> 1 pred = celltypist.annotate(
2 adata_celltypist, # your AnnData object
3 model=model, # the loaded mouse brain model
4 majority_voting=False,
5 )
TypeError: annotate() got an unexpected keyword argument 'majority_voting'