Learn R Programming

mdgsa (version 1.4.2)

getGOnames: 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.

Value

  • A character vector with the corresponding GO names.

Details

Uses the library GO.db.

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

See Also

propagateGO, goLeaves, splitOntologies, getKEGGnames, getOntology

Examples

Run this code
getGOnames (c("GO:0000018", "GO:0000038", "BAD_GO"))

Run the code above in your browser using DataLab