Deleted:Enrichment Analysis Without KEGG.db
1
0
Entering edit mode
Soha F • 0
@b23854b7
Last seen 3.4 years ago
Georgia
dds_selected$entrezid <- xy[rownames(dds_selected), 'ENTREZID']
head(dds_selected)


library(KEGGREST)
library(limma)


enrichKEGG(gene         = dds_selected,
                 organism     = "hsa",
                 pvalueCutoff = 0.05, 
                 use_internal_data = TRUE)


enrichKEGG( gene = dds_selected,
organism = "hsa",
keyType = "kegg",
pvalueCutoff = 0.05,
pAdjustMethod = "BH",
universe,
minGSSize = 10,
maxGSSize = 500,
qvalueCutoff = 0.2,
use_internal_data = FALSE
)

When I run the above code I get:

Failed with error: ‘there is no package called ‘KEGG.db’’ Error in (function (cond) : error in evaluating the argument 'x' in selecting a method for function 'as.list': there is no package called ‘KEGG.db’

I am using Bioconductor version 3.15 and R version 4.2.1

KEGGREST enrichment KEGG • 1.9k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 963 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