殺殺
報(bào)錯信息:
Error in download.KEGG.Path(species): 'species' should be one of organisms l
install.packages('R.utils')
R.utils::setOption("clusterProfiler.download.method",'auto')
再運(yùn)行KEGG代碼
path <- enrichKEGG(
gene = degene,
#keyType = "SYMBOL",
organism = 'hsa',
pvalueCutoff = 0.05,
pAdjustMethod = "BH",
qvalueCutoff = 1
)