View source: R/rampReactionQueries.R
getReactionsForRaMPCompoundIds | R Documentation |
getReactionsForRaMPCompoundIds returns reactions for a collection of RaMP compound ids
getReactionsForRaMPCompoundIds(
db = RaMP(),
rampCompoundIds,
onlyHumanMets = F,
humanProtein = F,
includeTransportRxns = F,
rxnDirs = c("UN")
)
db |
RaMP object |
rampCompoundIds |
list of ramp compound ids |
onlyHumanMets |
boolean to only return pathways containing only human metabolites (ChEBI ontology) (dev in progress) |
humanProtein |
boolean to only control pathways catalyzed by a human proteins (having human Uniprot) (dev in progress) |
includeTransportRxns |
if TRUE, returns metabolic and transport reactions |
returns a dataframe of reaction information for each ramp compound id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.