Gene correlation with single cell data?
0
1
Entering edit mode
3.1 years ago

I am a bioinformatician at a research institute and I frequently get requests to perform gene correlations in single cell data. For example: "we would like to correlate the expression of IP6K3 with genes involved in glutamie metabolism in endothelial cells." Insofar as I was aware, performing correlation such as Pearson or Spearman doesn't work on single data because of the high numbers of dropouts. This isn't a problem for bulk RNAseq data, where dropouts are no longer a problem, but you lose resolution in terms of cell type.

Does anyone have any recommendations for tools/packages or statistical approaches to perform gene correlation for single cell data?

RNA-Seq gene • 3.7k views
ADD COMMENT
1
Entering edit mode
ADD REPLY
0
Entering edit mode

you lose resolution in terms of cell type

With scRNA-seq, you can overcome that problem and use expression values per cell type.

ADD REPLY
0
Entering edit mode

Fairly late answer, but I've been looking into this myself and you can observe gene-gene relationships in single cell data if you impute the missing transcripts using the R package MAGIC or another similar one. The details or on their github page - https://github.com/KrishnaswamyLab/MAGIC .

Their vignettes show you how to visualize the data but I believe you may then be able to find the correlations in the imputed count matrix using the correlatePairs function from the R package Scran

ADD REPLY
0
Entering edit mode

Stevens Would you mind elaborating on the workflow here? So you do MAGIC then scran::correlatePairs on the MAGIC output? Thank you

ADD REPLY

Login before adding your answer.

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