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

Questions about LIANA+ requirement for cell number #126

Open
jun-miao113 opened this issue Jul 19, 2024 · 3 comments
Open

Questions about LIANA+ requirement for cell number #126

jun-miao113 opened this issue Jul 19, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@jun-miao113
Copy link

Hi! I'm sorry to bother you again.
I used your new tutorial to estimate the metabolite abundances and got the metabolite-protein interactions results using LIANA+. That helps me a lot.
But I have some confusions.
1.When there are few cells in the data, it can still calculate the metabolite-protein interactions between different cells. So, does LIANA+ have a standard for the number of cells? If the results can be calculated with very few cells in the data, is the result still reliable?
2.When I used cellchat to calculate the interaction relationship before, I got the results of interaction strength and interaction number. But I can only get the interaction strength through the rank_aggregate function and not the number of interactions, is there a problem with my understanding?
I think LIANA+ is a great tool to use, and it would be great if it could add more visualizations (e.g., network diagrams).
I would appreciate it if you could answer my questions. Best wishes for you!

@jun-miao113 jun-miao113 added the enhancement New feature or request label Jul 19, 2024
@dbdimitrov
Copy link
Collaborator

Hi @jun-miao113,

  1. By default, LIANA will filter out any cell type with less than 10 cells. Whether this is reliable would depend on how much you believe that a cluster of 10 cells is actually meaningful.

  2. This is correct. Though if you are interested in getting numbers, you could treat the magnitude or specificity ranks as probability distributions. By default, you also get P-values as in CellPhoneDB. So, you could filter based on those and count.

  3. Visualizations: I realize we should provide more, there is also a couple of issues where users have provided ways to extend beyond the basic visualizations in LIANA+. Also, in the future there will be a person dedicated to the further developments of LIANA+, with some focus on visualisations. So, you could expect that in future version there will be more :)

@jun-miao113
Copy link
Author

Thanks for your answer!
1.What you mean is that LIANA filters cell types with less than 10, but when I did the interactions analysis, cell types with less than 10 were also able to calculate the interactions with the other cells. When I think that a cell type less than 10 is not enough to be reliable, can I assume that it yields the interactions with other cell typesless was a less plausible result ?
2.I noticed that the P-value for the CellPhoneDB method is counted in the specificity score column based on the results shown by the method.show_method() function, so can I assume that the specificity_rank obtained by rank_aggregate also represents the P-value?

Have a nice day!

@dbdimitrov
Copy link
Collaborator

Hi @jun-miao113

  1. You can adjust it, there is a parameter called min_cells. Also, you could filter your object manually - it's essentially the same. Not sure if cell number (or interaction number for that matter) necessarily corresponds to signalling intensity. You should know your data better than
  2. You can treat it as a P-value, yes. It essentially aggregates all specificity scores in liana.

Hope this helps :)

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

No branches or pull requests

2 participants