Request one specific reaction information in Reactome

request_reactome_reaction(reaction_id = "R-HSA-8876188")

Arguments

reaction_id

reaction id. For example, reaction_id

Value

Alist.

Author

Xiaotao Shen shenxt1990@outlook.com

Examples

x = request_reactome_reaction(reaction_id = "R-HSA-8876188")
x$reactants
#>           species                              name
#> 1 species_8876131 GGC-RAB10:GDP:GDIs,CHMs [cytosol]
#> 2   species_29438                     GTP [cytosol]
x$products
#>           species                                         name
#> 1 species_8876128 GGC-RAB10:GTP [cytoplasmic vesicle membrane]
#> 2 species_8875305                          GDIs,CHMs [cytosol]
#> 3   species_29420                                GDP [cytosol]