Open Baoquan-Han opened 3 years ago
I tried to group my cells with ident label that contains the information of both group and treatment. for example: seurat$celltype = paste(seurat$treatment, seurat$Group, sep="_") and then transform this seurat into cellcall object.
I hope this would not be late for this reply.
Sorry for the defect when docking the Seurat S4 object. We recommend preprocessing your data in advance.
At the same time, the data of multiple treatments may need to be applied to cellcall, respectively, according to different groups, and then compared with each other according to their communication scoring results.
There is no yet embedded method for analysis of diferent groups.
Sorry for this inconvience. Thanks !
hello, thanks a lot. I want to use this software to compare the difference between the two treatments, could you add the solutions? @ShellyCoder