Description Usage Arguments Value
Annotates functions from a database to each pathway
1 | annotate_paths(metaginfo, dbannot)
|
metaginfo |
Pathways object |
dbannot |
Either a string indicating which precomputed annotation to use ("uniprot" for Uniprot Keywords or "GO" for Gene Ontology terms), or a dataframe with the annotation of the genes to the functions. First column are gene symbols, second column the functions. |
Object of annotations from pathways to functions
#@examples #pathways <- load_pathways(species = "hsa", pathways_list = c("hsa03320", #"hsa04012")) #annotate_paths(pathways, "GO")
#@export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.