Closed myylee closed 6 months ago
I think part of the reason is that after eso = cellex.ESObject(data=data_fil, annotation=md_format_fil, verbose=True), my eso.summary_data.variance has a shape of (0,8). But I don't know why the variance matrix was not calculated on my dataset.
Nvm, I solved it. It was because my panda dataframe is a sparse instead of dense.
Hi myylee
Glad to hear that you solved the issue 😄
Yes, most modern sc datasets use sparse data now, which CELLEX was not written to work with.
Best, Tobi
Hi there,
Thanks for the great package.
While running the eso.compute(), I encountered an error like this.
I did install all the requirements as in the requirement.txt file, which was also suggested in previous issues.
I was able to run CELLEX with the mousebrain_vascular_cells example, just not my dataset.
I'd greatly appreciate any thought on what is causing the error and how might one solve it.
Thanks!
Best regards, Michelle