liana icon indicating copy to clipboard operation
liana copied to clipboard

CCC between condition

Open apal6 opened this issue 5 months ago • 3 comments

Hi,

Thank you for the package. I have three conditions and in each condition i have three samples. I want to look at communication between three major clusters. I followed the tutorial on https://saezlab.github.io/liana/articles/liana_tutorial.html and was able to get through the analysis but now I want to split it between my conditions to look at major signaling happening before and after treatment. I wonder if it's possible? Thank you!

apal6 avatar Feb 07 '24 00:02 apal6

Hi @apal6,

We recently made extensive protocols that would fit your complex design: https://ccc-protocols.readthedocs.io/en/latest/notebooks/ccc_R/QuickStart_pbmc.html

Hope this helps.

dbdimitrov avatar Feb 07 '24 06:02 dbdimitrov

@dbdimitrov thank you. I wonder if it would also support two conditions only? I have pre and post paired samples and another condition which is post only samples.

Would you recommend subsetting the pre and post and running the liana pipeline on this first and then on post only sample?

apal6 avatar Feb 07 '24 18:02 apal6

Hi @apal6,

The analysis above would support two conditions only, alternatively you could try this one (essentially doing differential contrast between post vs pre), though it's available currently only in Python: https://liana-py.readthedocs.io/en/latest/notebooks/targeted.html

dbdimitrov avatar Feb 09 '24 11:02 dbdimitrov