Request BIGG reaction information for specific species

request_bigg_reaction_info(model_bigg_id = "iAB_RBC_283")

Arguments

model_bigg_id

please use the model bigg id using the request_bigg_model_info function. Default is iAB_RBC_283 (human)

Value

reaction information

Author

Xiaotao Shen shenxt1990@outlook.com

Examples

x <- request_bigg_universal_reaction_info()
dim(x)
#> [1] 28302     3
head(x)
#>        bigg_id                                       name model_bigg_id
#> 1 10FTHF5GLUtl     5-glutamyl-10FTHF transport, lysosomal     Universal
#> 2 10FTHF5GLUtm 5-glutamyl-10FTHF transport, mitochondrial     Universal
#> 3 10FTHF6GLUtl     6-glutamyl-10FTHF transport, lysosomal     Universal
#> 4 10FTHF6GLUtm 6-glutamyl-10FTHF transport, mitochondrial     Universal
#> 5 10FTHF7GLUtl     7-glutamyl-10FTHF transport, lysosomal     Universal
#> 6 10FTHF7GLUtm 7-glutamyl-10FTHF transport, mitochondrial     Universal