cellcall icon indicating copy to clipboard operation
cellcall copied to clipboard

Issue with TransCommuProfile step 5 softmax for ligand

Open LaviCor opened this issue 3 years ago • 3 comments

Hi all,

I am running into an issue when trying to follow along the instructions to analyse ligand-receptor interactions using CellCall. when running the "TransCommuProfile" command, I am faced with the error: "Error in expr_mean[intersect(ligand_symbol, detect_gene), ] : incorrect number of dimensions".

my console output looks like this: image

I am using mouse scRNAseq data analysed previously in Seurat, (I used the following code to create the CellCall object: "scLR <- CreateObject_fromSeurat(Seurat.object= sc, data_source="UMI", Org = 'Mus musculus')" )

Would really appreciate any help or insights!

LaviCor avatar Mar 14 '22 16:03 LaviCor

I got the exact same error as you! I don't think it's a species problem, because I'm using human data, and the error is also reported. Also it's not a question of method.If you solve this problem, can you tell me how to solve it?I would be grateful.

TangBluebird avatar May 14 '22 19:05 TangBluebird

Same here. Please let me know if you already find the solution. many thanks!

qi603 avatar Jul 25 '22 15:07 qi603

老铁,第一步CreateObject_fromSeurat函数中cell_type=什么你们没有选对,先head一下你们的seurat对象看看细胞类型在哪一列,再在cell_type=中填入列名。这样运行的结果再在TransCommuProfile函数中运行才不会报错。

shangguansuyan avatar Dec 06 '23 06:12 shangguansuyan