Comparison between two different group's pathway analysis results
1
1
Entering edit mode
tntntntntn ▴ 10
@tntntntntn-14651
Last seen 10 months ago
Japan

Hi,

I have RNA-seq dataset from two population and two conditions as recently posted in https://support.bioconductor.org/p/123895/#123921. I've successfully performed the evaluation of difference between two groups in gene expression changes thanks to you.

Then, I have done pathway analysis based on fold change between two conditions using gage with reference to KEGG pathway.

It seems that there is difference between two groups in pathway analysis results (i. e. some pathway is upregulated by condition change in one group, but not changed in the other group). I would like to evaluate which pathway is significantly different between groups. Does someone knows how to evaluate it with statistically valid method?

Thanks in advance for your help.

Regards,

Tatsuhiko

gage DESeq2 pathway analysis • 7.1k views
ADD COMMENT
3
Entering edit mode
@mikhaelmanurung-17423
Last seen 22 months ago
Netherlands

You can do either an overrepresentation analysis (ORA) or gene-set enrichment analysis (GSEA). Those two are entirely different but many seems to got it wrong.

In an overrepresentation analysis, the input is the significant genes after differential expression analysis. You can combine both up/downregulated genes in one list, however, I recommend to do the ORA separately for up and downregulated genes. You can use online tools such as gprofiler or Bioconductor package such as goseq. goseq might be a better option because it also correct your results based on gene length bias. But hey, if you want to get the results quickly, there's nothing wrong with using those web-based tools.

The second way is the GSEA. The input for this method is all your genes that have been ranked. You can rank the genes based on the fold change or moderated t values. If you are using DESeq2then I'd recommend to do lfcShrink with apeglm method. For the GSEA itsef, there are so many options out there and numerous benchmarks have been done and I can only say that each method has its own strength and weaknesses. You can also use gprofiler and then tick the Ordered query tick box (right hand side, under Options). Or you can use something like fgsea which is quite simple to use.

ADD COMMENT
0
Entering edit mode

From your gprofiler link

g:GOSt performs functional enrichment analysis, also known as over-representation analysis (ORA) or gene set enrichment analysis, on input gene list.

And it seems to have just one "Run query button"

ADD REPLY
0
Entering edit mode

Thank you for your reply. But you may misunderstand the intention of my question for the same reason as follows. It will be a great help if you may have any suggestion.

ADD REPLY
0
Entering edit mode

If you tick the ordered query button then it will consider the input as a pre-ranked list of genes for GSEA.

ADD REPLY
0
Entering edit mode

Thank you for your replay. However, you may misunderstand my question. My interest is whether there is a statistical method to compare the results of pathway analysis between two groups. I've already done pathway and GO analysis for fold changes caused by two conditions. But I would like to compare them between two groups (not condition). It will be a great help if you may have any suggestion.

Regards,

Tatsuhiko

ADD REPLY
0
Entering edit mode

I don't have any methods in mind for this.

ADD REPLY
0
Entering edit mode

Are you looking for pathways that are regulated differently across the groups after a similar condition change? Then I guess you can test for interaction term. See this post as an example.

Hint: results(dds, type="LRT", full= ~ group + condition + group:condition, reduced= ~ group + condition)

ADD REPLY

Login before adding your answer.

Traffic: 722 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6