Open noobugs opened 2 years ago
In the latest version of pegasus, you 1st need to convert adata_var from an instance of AnnData to MultimodalData:
import pegasusio as io
mmdata = io.MultimodalData(adata_var)
pg.neighbors(mmdata)
Thank you so much! It worked! :)
Thanks for the great tool!
I am running the notebook 1 tutorial, and the got the following error while running "pg.neighbors(adata_var)":
Could you please help to check?
Thank you so much!