Teichlab / cellphonedb

MIT License
342 stars 105 forks source link

Error: Result is empty #127

Closed Matthias3033 closed 4 years ago

Matthias3033 commented 5 years ago

Hi, when I run the statistical analysis in cellphonedb, I get the following error message: Result is empty. My data comes from an anndata object out of scanpy. Many thanks in advance for your help.

Technical data: Windows 10 Python 3.6.8 Cellphonedb v.2.0.0

mvento commented 5 years ago

Hi @Matthias3033 can you send the input files?

Best

Matthias3033 commented 5 years ago

Hi @mvento,

here is an excerpt of my used data Data_cellphonedb.zip

Best

Matthias3033 commented 4 years ago

Hi @mvento,

I was able to solve the problem by converting the gen names to ens ids.

Best

ruohuchengxhe commented 4 years ago

Hi @mvento,

I was able to solve the problem by converting the gen names to ens ids.

Best

Hi Matthias! Good to know you converted gen names to ens ids. I was not able to do this. May I ask how did you convert them? Thanks you! Best