Open QifengOu opened 3 years ago
just like to perform the enrichment analysis, How can kinase targets be predicted by WebGestaltR function. for example:
rankFile <- system.file("extdata", "GeneRankList.rnk", package="WebGestaltR") outputDirectory <- getwd() enrichResult <- WebGestaltR(enrichMethod="GSEA", organism="hsapiens", enrichDatabase="pathway_KEGG", interestGeneFile=rankFile, interestGeneType="genesymbol", sigMethod="top", topThr=10, minNum=5, outputDirectory=outputDirectory)
We change the parameters enrichDatabase="pathway_KEGG" to enrichDatabase='kinases_target'.
Also, can you provide a detailed code example? Think you very much!!
I want to download the GMT file used by the website tool. Could you please provide the download link or gmt file
just like to perform the enrichment analysis, How can kinase targets be predicted by WebGestaltR function. for example:
We change the parameters enrichDatabase="pathway_KEGG" to enrichDatabase='kinases_target'.
Also, can you provide a detailed code example? Think you very much!!