kaifuchenlab / MEBOCOST

BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Running on multiple conditions #2

Closed NeuralBind closed 2 months ago

NeuralBind commented 3 months ago

Hello, i have a short question. I am currently running it for multiple conditions. I run it by pooling all the cells together with different identifiers per condition. In case i want to use the plot funtions, would it be statistically correct to just plot the based on the senders, receivers of focus param? Using plots like the eventum bar, seem to miss some of the cell groups.

Thank you in advance!!:)

zhengrongbin commented 2 months ago

Thanks for using mebocost. I am not sure if I got you correctly, and why it missed some of the cell groups. If you set the focused senders and receivers, the eventnum bar plot will only show you the number of communications identified associated with the focused senders and receivers, so will not show other cell groups that did not specified. Keep empty list if you do not specify cell groups of focus.

NeuralBind commented 2 months ago

Thanks a lot !! it was a small bug in my code that was thresholding some of the connections.

Is it possible in the current version to run the pathway analysis like in v1.0.3 ( in the other github repo) or it's an on-going process?

zhengrongbin commented 2 months ago

Thank you for the question. Since we are still developing the pathway analysis module, I removed that function from this version. We will release it once the module has matured.

NeuralBind commented 2 months ago

Makes sense, looking forward to it!