Description Usage Arguments Value References Examples
This function downloads a copy of the gene ontology and formats it for quick access. It can optionally check the current version and only download a new if it supersede the current one.
1 |
mode |
Either 'force' (default) or 'auto'. If 'force' the gene ontology will get fetched no matter what. If 'auto' it will only get fetched if the current local version is older than the one available on the net. |
This function is called for its side effects
1 2 3 | if (interactive()) {
getGO('auto')
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.