View source: R/rampReactionQueries.R
getReactionsForRaMPGeneIds | R Documentation |
getReactionsForRaMPGeneIds returns reactions for a collection of ramp compound ids
getReactionsForRaMPGeneIds(
db = RaMP(),
rampGeneIds,
onlyHumanMets = F,
humanProtein = F,
includeTransportRxns = F,
rxnDirs = c("UN")
)
rampGeneIds |
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.