Spearman correlation rna-seq gene to blood values
1
4
Entering edit mode
13 months ago
bas2020 ▴ 60

Hi everyone,

I have a very basic question. I try to correlate rna-seq gene expression levels to values from laboratory blood analysis. To do so, I would use spearman correlation. Now I worry about the normalization. Currently I am using DESeq2 with vst to normalize gene expression. Is that a correct approach? Is a normalization step needed at all, since spearman is a non-parametric rank test or could I also use raw or simple log2 normalized counts?

Thank you very much.

Best

Chris

Edit/Added: I just tried different normalisation methods. The bluish curve was correlated to a blood parameter that was expected to be completely independent. The redish curve is expected to correlate with a high number of genes. Even with that knowledge, I don't know what method represents the data in this case. Critical genes seem to be captured by all approaches, on the first sight. Density Plots of rho values for different normalisation methods

spearman rna-seq • 683 views
ADD COMMENT
1
Entering edit mode
12 months ago
ATpoint 81k

I would use a method that does not alter the ranking of the original count data. In standard RNA-seq you sequence the full transcripts but if you use TPM you divide out gene length. That means in contrast to DESeq2 and edgeR this method alters the ranks as compared to the original counts. Just use DESeq2 normalized counts, that should be fine.

ADD COMMENT

Login before adding your answer.

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