make a Gene Ontology enrichment table on DESeq2 results using topGO package
1 2 3 4 5 6 7 | plotGOGraph(
all_genes,
first_sig_nodes = 5,
select_ontology = "BP",
select_organism = "org.Mm.eg.db",
select_ID = "SYMBOL"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.