zhengrongbin / MEBOCOST

A python-based package and software to predict metabolite mediated cell-cell communications by single-cell RNA-seq data
BSD 3-Clause "New" or "Revised" License
56 stars 10 forks source link

No communication events under pval_cutoff:0.05 and comm_score_cutoff:0, try to tune them! #23

Open AcetylCoALab opened 3 weeks ago

AcetylCoALab commented 3 weeks ago

After I run mebo_obj.commu_network_plot it says [June 17, 2024 22:24:37]: show communication in cells by network plot [June 17, 2024 22:24:37]: No communication events under pval_cutoff:0.05 and comm_score_cutoff:0, try to tune them! Please tell me how I should adjust him.

zhengrongbin commented 3 weeks ago

Hi, this warning tells that the plotting function gets zero event to plot. Basically you don't have any significant communication identified by the default intuitive cutoffs. It is hard to figure out what happened simply by this warning. Can you please provide more log information, such as those from create object and infer communication. Thanks!Best Regards!Rongbin ZhengOn Jun 17, 2024, at 10:26 AM, Jingyuan Ning @.***> wrote: 当我运行mebo_obj.commu_network_plot以后提示 [June 17, 2024 22:24:37]: show communication in cells by network plot [June 17, 2024 22:24:37]: No communication events under pval_cutoff:0.05 and comm_score_cutoff:0, try to tune them! 请问我应该怎样调整他。

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

zhengrongbin commented 5 days ago

Hi, have you figured out? I did not hear from you about more log information. There is a common mistake causing such a error - did you load expression for all 20k genes? Sometimes, people just loaded highly variable genes (~2k) so that mebocost didn't get rigth data to perform the analysis, that is one of the reasons you cannot see any communications.