getGO: Download and store the Gene Ontology

Description Usage Arguments Value References Examples

View source: R/GO.R

Description

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.

Usage

1
getGO(mode = "force")

Arguments

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.

Value

This function is called for its side effects

References

http://geneontology.org

Examples

1
2
3
if (interactive()) {
    getGO('auto')
}

PanVizGenerator documentation built on Nov. 8, 2020, 6 p.m.