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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: