BiocycPathwayEnzymes {brendaDb}R Documentation

Get all EC numbers involved in a BioCyc pathway.

Description

Get all EC numbers involved in a BioCyc pathway.

Usage

BiocycPathwayEnzymes(org.id = "HUMAN", pathway)

Arguments

org.id

The identifier for the organism database in BioCyc, e.g. ECOLI, HUMAN, META, AFER243159

pathway

A case-sensitive pathway object identifier, e.g. PWY66-400, LYSINE-DEG1-PWY.

Value

If the pathway is found, returns a tibble with columns Reaction and EC, where Reaction is the reaction IDs found in the pathway. Returns NULL if the pathway ID is not found.

Examples

BiocycPathwayEnzymes("HUMAN", "PWY66-400")


[Package brendaDb version 1.0.0 Index]