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?
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!