goNamespace: Obtain a GO term's namespace

Description Usage Arguments Value Author(s) Examples

View source: R/goNamespace.R

Description

This function retrieves the namespaces of GO identifiers. If one can't be found, it returns NA instead.

Usage

1

Arguments

goid

A vector or GO identifiers.

Value

A named character vector of length equal to length(goid) containing the namespaces of the goid identifiers. A the identifier can't be found, NA is returned.

Author(s)

Laurent Gatto

Examples

1
goNamespace(c("GO:2001317", "GO:0000827", "GO:0000782"))

lgatto/yagop documentation built on May 21, 2019, 6:08 a.m.