View source: R/seeker_pathway_order.R
seeker_pathway_order | R Documentation |
This function order the pathways of reactome into categories
seeker_pathway_order(pathways)
pathways |
a data.frame product of the function seeker_gen_pathways() |
A column with the classification pathway
Erick Cuevas Fernández
Heriberto Manuel Rivera
https://reactome.org
df <- data.frame(Gen=c("MMP12","MMP12","MMP12"), ID=c("R-HSA-1442490","R-HSA-1474228","R-HSA-1474244"), Path_name=c("Collagen degradation", "Degradation of the extracellular matrix", "Extracellular matrix organization"))
seeker_pathway_order(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.