What is the best way to do Pathway Analysis with R?
1
3
Entering edit mode
8.9 years ago
Deepak Tanwar ★ 4.2k

Hi all,

What is the best way to do pathway analysis?

I read several posts on Biostars as well, regarding the databases for Pathway analysis, Software/ Tools for pathway analysis.

Posts are quiet old and new methods might have came up. I used several Bioconductor packages and tools for pathways analysis: WGCNA, ReactomePA, Piano, GeneAnswers, QUSAGE, etc. I still wonder, what is the best way?

Thanks,
Deepak

Bioconductor Pathway-Analysis R • 6.5k views
ADD COMMENT
0
Entering edit mode

Do you now have the answer to your own question?

ADD REPLY
0
Entering edit mode

Not a complete answer.

ADD REPLY
3
Entering edit mode
8.9 years ago
andrew ▴ 560

It depends on what you mean by "best." Primarily all packages out there rely on some form of enrichment analysis to score pathways, but that method relies on the assumption that all genes in pathways are independent - but we know that's a false assumption because the pathway is there specifically to describe how all the genes interact with one another.

If you are dead set on using R for your own analysis, the package we use is called ROntoTools, developed by our lead bioinformatician. In addition to enrichment, it also takes the interactions between genes into account and calculates the perturbation of the pathway.

However, if you just want to analyze your data, we have this implemented in our application called iPathwayGuide. Not only does it do the above, but it also highlights sections of the pathway where the data and the pathway relationships are coherent which serves as a putative mechanism for that pathway. We also allow you to model drugs, miRNAs, and SNPs directly on top of the expression data on the pathways. iPathwayGuide will take you gene-expression data and provide the following analyses:

  • DE Genes
  • Predicted miRNAs
  • GO Analysis (with advanced correction factors)
  • Pathway Analysis using Impact Analysis (Perturbation & Enrichment)
  • Diseases

Plus all analyses come with a printable summary with full methods and reference sections. It's completely free to try. Each analysis is available for 3-days to preview and see if you want to keep the results. If you like it, you can purchase that specific report. We also offer unlimited subscriptions.

Here is a sample of a printable summary.

ADD COMMENT
1
Entering edit mode

Interesting :-)

I read the paper cited in the manual of the R package. It cleared my several doubts and gave me good knowledge.

Thank you Andrew.

ADD REPLY

Login before adding your answer.

Traffic: 1702 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