Entering edit mode
puvan001@umn.edu
▴
20
@puvan001umnedu-4691
Last seen 10.3 years ago
I am new to edgeR and I am not a statistician. I analyzed my RNA seq
data,
I got the results as 200 up regulated and 97 down regulated genes. My
questions are-
1. What is the cut off value used by edgeR to say upregulated versus
down
regulated? I am little bit confused here. When I checked the log fold
changes I couldn't come to a conclusion. When I counted the number of
genes
<0, the number is more than 97. Am I doing some thing wrong?
2. If I want to do some pathway analysis, I am wondering which value I
have
to use. When I use log fold change values, some genes are not
identified as
differentially expressed though I gave different cut off values.
Can somebody help me?
Sumathy
Dear Sumathy,
Thanks for giving your code. I can now see what you are referring to.
You are quite correct that after your code sequence
you should see exactly 96 negative and exactly 200 positive log-fold-changes in the data.frame detop.tgw. Try:
to see how many there are up and down.
In all my testing of decideTestsDGE() and topTags(), this is exactly how they behave. If this isn't what you see, is it possible that you have simply made a mistake transferring to csv or with the counting?
edgeR uses statistical significance to decide on the number of differentially expressed genes, rather than arbitrary fold change cutoff. The approach is explained in the documentation and the cited papers.
Best wishes
Gordon