Description Usage Arguments Value
Create a network where nodes are pathway gene sets significantly enriched in two independent population-based GSEA (i.e., validated selection-enriched gene sets.) Pathways are then clustered to identify main pathways and themes of the selection-enriched gene sets.
1 2 3 4 5 6 7 8 | plotEmap(
gmt_file,
EM_file,
EM_group_file,
output_folder,
net_name = "generic",
image_format = "png"
)
|
gmt_file |
(char) file path to GMT file (this needs to be absolute path name). |
EM_file |
(char) file path to results_EM.txt (generated by writeEmapFile.R). |
EM_group_file |
(char) file path to write pathway groupings as determined by EnrichmentMap. |
output_folder |
(char) file path to write gene set grouping file. This will be used for between-pathway SNP association analysis. |
net_name |
(char) name for network in Cytoscape. |
image_format |
(char) one of PNG, PDF, SVG, or JPEG. # Not run because requires Cytoscape to be installed and open. # plotEmap(gmt_file=gmt_file, EM_file=EM_file, output_folder=enrich_folder, net_name="generic", image_format="png"). |
Filename of image to which EnrichmentMap is exported. Also side effect of plotting the EnrichmentMap in an open session of Cytoscape.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.