Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to compare cell communication #37

Open
tu12dou opened this issue Mar 7, 2023 · 1 comment
Open

How to compare cell communication #37

tu12dou opened this issue Mar 7, 2023 · 1 comment

Comments

@tu12dou
Copy link

tu12dou commented Mar 7, 2023

HI!
I have two groups, control group and drug group. I want to compare intercellular communication networks and internal regulatory signals between the two groups. Could you provide the related code.
Thank you
Best regards!

@ShellyCoder
Copy link
Owner

ShellyCoder commented Mar 10, 2023

We apologize for not considering comparative analysis in the current version, which focuses only on scRNA-seq analysis in a single condition, for example, sperm development.

However, from a personal point of view, it is possible to get the communication scoring matrices from two different groups with the code below. Then referring the two matrices to each other, completing the dimensions so that the ranks are the same. With two matrices after processing, perform a non-parametric test, such as a rank sum test, for each L-R (each row).

case_df <- caseObj@data$expr_l_r_log2_scale
control_df <- controlObj@data$expr_l_r_log2_scale

We believe a better version will be released, thank you for your valuable suggestions!
Best wishes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants