Teichlab / celltypist

A tool for semi-automatic cell type classification
https://www.celltypist.org/
MIT License
301 stars 46 forks source link

module 'celltypist' has no attribute 'extract_top_markers' #140

Open VittoriaDBocchi opened 1 week ago

VittoriaDBocchi commented 1 week ago

Hi! Thanks for developing this incredible tool.

I tried to get the first set of genes that define a cell cluster in the model using top_3_genes = model.extract_top_markers("PIMN", 3) but I get this error AttributeError: 'Model' object has no attribute 'extract_top_markers'

Any idea why this is not working? could be version?

Thanks!