predicting cell type of clusters using singleR
1
0
Entering edit mode
@lirongrossmann-23954
Last seen 3.2 years ago

Hi Everyone,

Has anyone used singleR to predict the cell types of clusters in single cell? The algorithm predicts the cell type of each cell individually, but I was wondering if people have used it to predict what cell type each cluster represents? If so, can someone share the code?

Thanks, Liron

singleR singlecell • 1.4k views
ADD COMMENT
0
Entering edit mode
Aaron Lun ★ 28k
@alun
Last seen 20 hours ago
The city by the bay

Yes, see for example here.

The biggest advantage of the cluster-based approach is that it is faster. It is also a natural next step if you already have the clusters and you just want a direct answer to what they (probably) are. However, I prefer using the per-cell annotation where it is feasible, for various reasons:

  1. It doesn't require clusters. This allows you to characterize the subpopulations in your data without doing the whole song and dance of normalization, feature selection, etc. I mean, you might end up doing these anyway, but the labels (and thus the downstream analysis) won't depend on the choices you make during those steps, which means that further downstream analyses on the labels are more stable.
  2. It provides a better feel of the reliability of the inferred cluster-level cell type. Inconsistencies between the clusters and the assignments can manifest as clusters containing many different labels across its member cells; this would not be available if the cluster was aggregated into a single profile for labelling.
  3. Of course, inconsistencies between the annotation and clustering can also be interesting, because it suggests that the clustering is capturing novel heterogeneity that was not present in the references. After all, if your dataset just recapitulates known cell types... sounds sort of boring.

Various methods are available to compare your de novo clustering to the reference annotations, see here.

ADD COMMENT

Login before adding your answer.

Traffic: 688 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