Reactome pathway analysis using ReactomePA
3
0
Entering edit mode
@deepak-tanwar-8113
Last seen 16 months ago
McGill University, Canada

I want to use ReactomePA package for reactome pathway analysis.
Problem is, It takes EntrezID as input. Is there a way to use ReactomePA with Gene Symbols.
I know that I can map Gene Symbols with EntrezID, but I don't want to do that. I want to run analysis with Gene Symbols.

reactomepa R bioconductor ReactomePA • 3.0k views
ADD COMMENT
1
Entering edit mode
Guangchuang Yu ★ 1.2k
@guangchuang-yu-5419
Last seen 5 days ago
China/Guangzhou/Southern Medical Univer…

gene symbol is for human, while entrez gene ID for computer.

You can use bitr function in clusterProfiler to convert gene symbol to entrez gene ID. See the example in vignette,

http://bioconductor.org/packages/3.2/bioc/vignettes/clusterProfiler/inst/doc/clusterProfiler.html

ADD COMMENT
0
Entering edit mode
svlachavas ▴ 830
@svlachavas-7225
Last seen 5 months ago
Germany/Heidelberg/German Cancer Resear…

Dear Deepak,

i dont understand the reason why you don't want to use EntrezIDs instead of Gene Symbols. Anyway, if you are still willing to use as input Gene Symbols, then you could use the web tool Enrichr, which includes a gene-set library for Reactome 2015:  http://amp.pharm.mssm.edu/Enrichr/ . It uses also various scoring methods to compute enrichment.

Best,

Efstathios

ADD COMMENT
0
Entering edit mode
kmezhoud ▴ 10
@kmezhoud-6841
Last seen 4.9 years ago
Tunisia

Hi,

You can just add this line

 GeneID<- unname(unlist(translate(GeneList, org.Hs.egSYMBOL2EG)))

Karim

ADD COMMENT

Login before adding your answer.

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