get_go_names | R Documentation |
Translates the GO IDs to readable and comprensible names.
get_go_names(names, species, maxchar = NULL, disambiguate = FALSE)
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.