getGOnames {mdgsa}R Documentation

Get Gene Ontology names

Description

Finds the GO name form GO id.

Usage

getGOnames(x, verbose = TRUE)

Arguments

x

a character vector of GO ids.

verbose

verbose.

Details

Uses the library GO.db.

x may be a data.frame. In such case, GO ids are expected in its row names.

Value

A character vector with the corresponding GO names.

Author(s)

David Montaner dmontaner@cipf.es

See Also

propagateGO, goLeaves, splitOntologies, getKEGGnames, getOntology

Examples

getGOnames (c("GO:0000018", "GO:0000038", "BAD_GO"))

[Package mdgsa version 1.22.0 Index]