Prete

Results 56 comments of Prete

Hi @flywithiy, thank you for using CellPhoneDB. As explained [in this issue](https://github.com/Teichlab/cellphonedb/issues/159#issuecomment-737154769), the `FutureWarning` is not an error but a notification and does not have anything to do with plotting....

Hi @singcell, sounds like either an error with either your meta file or with pandas. Could you please: a) provide your version of CellPhoneDB and pandas? (`pip show pandas cellphonedb`)...

Hi @singcell thank you for checking the versions. I think the issue comes from the formatting of that file. Without having a closer look at your input files is hard...

Hi @kkamii could you provide your CellPhoneDB and Pandas version (`pip show cellphonedb pandas`)? That value error usually comes from pandas `DataFrame.concat(...)` function failing to integrate to DataFrames. Are you...

@kkamii that looks OK. At what stage of the process you see that error(could you paste the whole output?). Additionally, could you share your meta/counts file with us to troubleshoot...

Hi @gauravmoghe, when running the container you need to bind the ports from the container to your host machine: that's the `-p 8888:8888` part of the launch command otherwise you...