I am running a RNA-Seq analysis with edgeR. I have the results in three columns. I get the meaning of fold-change and p-value.
can someone please explain to me in "simple" words, what is the meaning of the logConc?
and maybe how it is being calculated??
Thanks Larry, I read the manual, but I don't exactly understand, what that means.
Is there a way of getting an example with numbers?
I'll tell you what I have as a result.
For one of my experiments I have logConc of ~-34.5, with a foldFC of 31. The read counts are for the control 71 and for the mutant 0. Can you explain to me how this is being calculated?
To view the calculation of the function, run the functionname without arguments and parentheses in R.
For the exactTest, the relevant calculation steps for logConc are:
Thanks Larry, I read the manual, but I don't exactly understand, what that means. Is there a way of getting an example with numbers? I'll tell you what I have as a result. For one of my experiments I have logConc of ~-34.5, with a foldFC of 31. The read counts are for the control 71 and for the mutant 0. Can you explain to me how this is being calculated?
No, I cannot, especially with a mutant read count of 0. log(x/0) is undefined.