Open smk5g5 opened 3 years ago
@smk5g5 These are complex and thus contain multiple genes. You can find the associated genes for one complex in cellchat_data$complex
. You can also access it via
complex <- object@DB$complex
geneInfo <- object@DB$geneInfo
geneL <- unique(pairLR$ligand) geneL <- extractGeneSubset(geneL, complex, geneInfo)
Hi,
I was looking at the contents of cellchat ligand receptor data rds. It was my understanding is that ligand name and gene symbol info should be the same in cellchat_data$interaction$ligand and cellchat_data$geneInfo$Symbol what to do when it is not?
e.g :
I was trying to look at the expression of ligands in my bulk RNAseq datasets thus I pulled the ligand receptor rds object in cellchat and noticed that discrepancy and I was wondering how cellchat handles it?
Thanks!