cellphonedb
cellphonedb copied to clipboard
apply cellphonedb to data obtained from different single-cell RNA-seq platforms
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!
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.