Description Usage Arguments Value Examples
Translates the GO IDs to readable and comprensible names.
1 | 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.
1 2 | 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.