CellChat icon indicating copy to clipboard operation
CellChat copied to clipboard

"identifyOverExpressedGenes()" Same data but different results

Open wahahaaaa123 opened this issue 2 years ago • 1 comments

I got result A using a dataset of 20 cell lines.

I extracted two cell lines from the same data set and calculated again, and got result B.

A and B have different results.

A and B have a large overlap, but the number of A is more than that of B, and there are some parts in B that are not in A.

I would like to ask what is the reason for introducing such a problem?

If I focus on the relationship between 20 cell lines, what if I calculate the pairs separately? Or calculate together? What's the difference?

Here is my calculation process, just the input data is different: cellchat <- identifyOverExpressedGenes(cellchat) cellchat <- identifyOverExpressedInteractions(cellchat) cellchat <- computeCommunProb(cellchat)

wahahaaaa123 avatar Aug 10 '22 02:08 wahahaaaa123

@lijiyang This is possible due to the variability across different cell lines, which is similar to the case with different patients.

sqjin avatar Aug 10 '22 07:08 sqjin