We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!!
The text was updated successfully, but these errors were encountered:
I want to download the GMT file used by the website tool. Could you please provide the download link or gmt file
Sorry, something went wrong.
Fix issue #11 by reducing font size (#13)
0fdbd54
No branches or pull requests
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!!
The text was updated successfully, but these errors were encountered: