ReactomePA icon indicating copy to clipboard operation
ReactomePA copied to clipboard

No gene can be mapped with gsePathway

Open alexandrafleming opened this issue 3 years ago • 2 comments

Hello,

I am trying to run reactomePA for my DE genes. I manage to run enrichPathway successfully (yy = enrichPathway(genes$entrezgene_id, pvalueCutoff=0.05)), but when I do the following:

sorted_genes = sort(genes$entrezgene_id, decreasing = TRUE)
gseP = gsePathway(sorted_genes, organism = "human", pvalueCutoff = 0.05, pAdjustMethod = "BH", verbose = TRUE)

I am getting this error:

preparing geneSet collections... --> Expected input gene ID: 1072,2768,3804,3479,3659,5742 Error in check_gene_id(geneList, geneSets) : --> No gene can be mapped....

What could cause this issue?

Also the reactomePA manual page is not available: https://guangchuangyu.github.io/ReactomePA/ Is there somewhere else the manual? And a last question: Could I run the reactomePA analysis with my background set of genes?

Thank you in advance! Kind regards, Alex

alexandrafleming avatar May 13 '21 09:05 alexandrafleming

I think the ReactomePA manual is here. Please check Chapter9: Reactome enrichment. https://yulab-smu.top/biomedical-knowledge-mining-book/reactomepa.html

DrDaedalusWHU avatar Jun 17 '21 09:06 DrDaedalusWHU

Thank you for you reply.

alexandrafleming avatar Jul 02 '21 08:07 alexandrafleming