Hi @sqjin
I installed cellchat v2.1.2 but when I want to see which ligands and receptors are in a pathway of interested, seem I got result from database v1. The last column of all_pathways is version CellChatDB v1.
CellChatDB <- CellChatDB.human
all_pathways <- CellChatDB$interaction
all_pathways[all_pathways$pathway_name == "ABC", ]
plotGeneExpression(cellchat, signaling = "ABC", enriched.only = T)
The plot from plotGeneExpression() have ligand receptor genes that don't have in all_pathays.
Thank you so much!
Hi @sqjin
I installed cellchat v2.1.2 but when I want to see which ligands and receptors are in a pathway of interested, seem I got result from database v1. The last column of all_pathways is version CellChatDB v1.
plotGeneExpression(cellchat, signaling = "ABC", enriched.only = T)The plot from
plotGeneExpression()have ligand receptor genes that don't have inall_pathays.Thank you so much!