get_go_names {hipathia} | R Documentation |
Translates the GO IDs to readable and comprensible names.
get_go_names(names, species, maxchar = NULL)
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. |
A character vector including the readable names of the GO IDs, in the same order as provided.
data(go_vals) get_go_names(rownames(go_vals), "hsa")