Can compaRe's similarity function be used with single cell RNA sequencing data? #9
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The resultant PCA matrix (after separating each sample) can be used as input to compaRe. |
Beta Was this translation helpful? Give feedback.
Potentially yes. What makes, more importantly, single cell cytometry data and single cell sequencing data (scRNAseq or snRNAseq) different is their inherent amount of variance. In scRNAseq, owing to the sparsity of data (e.g. UMI count matrix), there is a much higher amount of variance. This means that unlike cytometry data that all markers (e.g. membrane or cytoplasmic markers) can be used for similarity measurement, in scRNAseq, you cannot use all markers (genes), but first should follow the standard preprocessing steps to reduce the variance. Additionally, this excessive amount of variance induces nontrivial signal shift aka batch effect. Therefore, for being able to compare 2 sample…