Hi
I was analysing public RNA-Seq datasets from GEO for arriving at the most affected pathways /GO terms using the edgeR program. My objective was to determine whether Ca signalling pathway had a considerable effect in the corresponding phenotype. I did a DE analysis with edgeR and arrived at result in which the Ca signalling pathway was one among the top (topKEGG) hundred pathways :
(No.80) Pathway N Up Down P.Up P.Down
path:hsa04020 Calcium signaling pathway 79 8 5 3.534894e-02 3.626250e-01 (at 2hr)
(No.72) Pathway N Up Down P.Up P.Down
path:hsa04020 Calcium signaling pathway 79 14 12 1.795998e-02 3.278448e-01 (at 4hr)
What can I conclude on this pathway regarding its effect ? Thanks in advance.
Thank you for the valuable guidance ,Sir. Is 'y' the DGElist object in the last command of fry test ? I get the following error while running it :
Well, the error message is self-explanatory, is it not?
Yes, 'y' is the DGEList that you used for your edgeR analysis.
'contrast' is just the same contrast that you used for your edgeR DE analysis. It has the same meaning in fry() as it has in glmLRT() or glmQLFTest(). You must already know how to specify the contrast in edgeR, otherwise you couldn't have done a DE analysis in the first place.
Type
to see what the columns of the design matrix are.
You must have changed at least one of the design matrix or the contrast when running fry.
I am confused at the error. What could be wrong here? Thanks in advance.
Perhaps you intended to do this:
Yes, Sir. Great thanks.
Can the output of the above fry function be interpreted as the calcium signalling pathway is over represented ? Thanks in advance.
Obviously not.
fry
is telling you that there are no genes in the set, and so it's returning a nonsense p-value ofNaN
. Are you sure that the row names ofy.DEX
are Entrez IDs?The row names of y.dex are Ensembl IDs .