single cell RNA-seq: Is there a way to tell if one dataset is more similar to another dataset?
1
1
Entering edit mode
2.3 years ago
454Casull ▴ 10

Hi all,

I'm new to this forum. I'm doing single cell RNA-seq for one KO dataset (KO) and two CT datasets (CT1 and CT2) and I'm wondering if there is a way to tell if KO is more similar to CT1 or CT2? I did some search but couldn't find anything that's similar to what I want to do, maybe I didn't search for the right term.

Thanks!

single RNA-seq cell • 1.4k views
ADD COMMENT
1
Entering edit mode
2.3 years ago
Jautis ▴ 530

"more similar" is vague and can be defined different ways. One idea to start with may be to make a UMAP or tSNE plot and see whether your KO samples cluster closer to one dataset or the other. Whatever approach you try should keep in mind that you're doing scRNA-seq to capture heterogeneity, so there may be cases where cell type A is closer to CT1 but cell type B is closer to CT2 cells.

ADD COMMENT
1
Entering edit mode

You should also keep in mind that since you have only one KO sample, you cannot distinguish between the biological and technical variability that would come from profiling KO samples. I.e. for the two control samples that you expect to be very similar, you can gauge the variability introduced by the sampling procedure and individual experiments by simply comparing them to each other; with the KO sample you don't have that information.

If you had multiple KO samples, you could generate "pseudo-bulk" samples, e.g. sum up all reads per gene across all cells of a given sample and do PCA at a more birds-eye-view level. However, Jautis is right in pointing out that individual subsets of cells may be more similar to each other across sample types than others. E.g. if this is a sample from a solid tumor, there may be benign cells in the mix, which I would expect to be more similar to the controls than the actual tumor cells. But then again, we don't know the details of the experiment here; I just wanted to underscore Jautis' point that there's not really one ready-made solution or score to address your question and you may have to take a step back and figure out what exactly your data contains and how that relates to the insights you want to derive.

ADD REPLY
0
Entering edit mode

Hi Jautis, Thanks for the reply. I guess by saying "similar" is like you have a score-like thing, i.e. the KO score is higher in CT1 than CT2, which means CT1 and KO shares more similarities. The clustering map looks the same for all of them.

Your idea of using UMAP or tSNE for the three samples sounds good too! Do you know if it is possible do to for single cell RNA-seq samples though? I've done it for RNA-seq but never for single cell RNA-seq.

ADD REPLY
1
Entering edit mode

No, there's no simple score. That's simply because similarity can be defined so many different ways (distance from the centroid, nearest cellular neighbors, differentially expressed genes, effect size distributions, etc), which can't be calculated in a single "similarity" statistic although you can combine lines of evidence if the differences are small or point to obvious structural differences.

And yes, you can do UMAP/tSNE with cells from multiple samples. You just need to add the sample to the metadata and then you color by that as opposed to cell cluster or another variable. This should be easily implemented in seurat if you have a single seurat object with all data (note, you don't want to integrate across samples). And I'm pretty sure you would have had no reason to use UMAP on normal RNA-seq data -- unless if you had thousands of samples there's nothing there that would warrant the additional dimensionality reduction and clustering as opposed to normal PCA.

ADD REPLY
0
Entering edit mode

Ah yes I mean I've done PCA for RNA-seq, not UMAP/tSNE. Thanks for the clarification!

ADD REPLY
0
Entering edit mode

The two are very different forms of dimension reduction and visualization! You can do a PCA on single cell data, but it usually looks really weird. UMAP projections typically cluster cell types together unless something weird is happening in the dataset

ADD REPLY

Login before adding your answer.

Traffic: 2291 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6