get_go_names: Tranlates GO IDs to GO names

View source: R/utils.R

get_go_namesR Documentation

Tranlates GO IDs to GO names

Description

Translates the GO IDs to readable and comprensible names.

Usage

get_go_names(names, species, maxchar = NULL, disambiguate = FALSE)

Arguments

names

Character vector with the GO IDs to be translated.

species

Species of the samples.

maxchar

Integer, describes the number of maximum characters to be shown. By default no filter is applied.

Value

A character vector including the readable names of the GO IDs, in the same order as provided.

Examples

data(go_vals)
get_go_names(rownames(go_vals), "hsa")


martahidalgo/hipathia documentation built on Jan. 12, 2023, 1:44 p.m.