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.