cellphonedb icon indicating copy to clipboard operation
cellphonedb copied to clipboard

apply cellphonedb to data obtained from different single-cell RNA-seq platforms

Open showteeth opened this issue 5 years ago • 1 comments

Hi,

I have data obtained from two different single-cell RNA-seq platforms:

  • icell8: specific cell type obtained by flow cytometry
  • 10x: all cell types except the above

Now, I wonder if I can apply cellphonedb to above datasets to get cell-cell communications.

Thanks!

showteeth avatar Jan 26 '21 04:01 showteeth

Just a thought: You could use a package like Seurat in R to integrate the datasets, cluster all the cells together, and label cell types. Not sure if the statistical assumptions would be broken in CellPhoneDB, but you could then concatenate the raw count matrices and use that (plus the metadata) as the inputs to CellPhoneDB. You want to use the raw counts and not the integrated features, as this would otherwise violate statistical assumptions in the statistical _analysis function.

ColeKeenum avatar Mar 06 '21 05:03 ColeKeenum