draw_enrich_go_map | R Documentation |
This plots each enriched GO term, with its pvalue and gene count as color and size aesthetics. Two GO terms are linked by an edges if they share common genes in the input gene list given for enrichment analysis. The width of the edge is proportionnal to that number of shared genes.
draw_enrich_go_map(go)
go |
dataframe as returned by |
data("abiotic_stresses")
data("gene_annotations")
genes <- convert_from_agi(get_locus(abiotic_stresses$heat_DEGs))
background <- convert_from_agi(get_locus(rownames(abiotic_stresses$normalized_counts)))
go <- enrich_go(genes, background)
draw_enrich_go_map(go)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.