Description Usage Arguments Details Author(s) Examples
Export enriched pathways to a JSON file
1 | exportJSONpathways(enriched, prefix, n)
|
enriched |
Lists of data.frames exported by |
file |
The prefix of the JSON filename to be exported. |
n |
Number of pathways to be exported from each database, the pathways are sorted from smallest to the largest by adjusted p-values. |
This functions writes a JSON file containing the pathways, p-values, and gene names in each pathway which can be further display with the web application net
.
Qi Wang
1 2 | data(sample)
exportJSONpathways(res$ga, 'CLL', n=15)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.