ontologyLogPage | R Documentation |
creates the GO analysis for a gene list and puts it into the report.
ontologyLogPage(
x,
genes,
ontology = "BP",
topNodes = 10,
GOfname = "GOgenes.csv",
...
)
x |
the BioData object |
genes |
a list of gene symbols (IMPORTANT) |
ontology |
which GO ontology to choose from (default = "BP") |
topNodes |
how many pathways to return (default 10) |
GOfname |
file to export the results to (default GOgenes.csv) |
... |
unused |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.