Good day!
I have a data frame of LogFC of differential expression data of several genes in trangenic plants with overexpression/knockout of one particular gene (and overexpression is different), compared to wild type. And I want to know whether the expression of this genes is correlated to the value of overexpressed gene expression.
Should I evaluate it directly, using LogFC as input data?
Or I must previously transform the data by 2^(data)?
I tried to carry out both variants and results of course are completely different.
Or, should I consider first-type evaluation as "non-linear correlation", and the second one as "linear correlation"?