seeker_pathway_order: seeker_pathway_order

View source: R/seeker_pathway_order.R

seeker_pathway_orderR Documentation

seeker_pathway_order

Description

This function order the pathways of reactome into categories

Usage

seeker_pathway_order(pathways)

Arguments

pathways

a data.frame product of the function seeker_gen_pathways()

Value

A column with the classification pathway

Author(s)

Erick Cuevas Fernández

Heriberto Manuel Rivera

Source

https://reactome.org

Examples

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)


Erickcufe/seekerBio documentation built on May 1, 2024, 1:13 a.m.