View source: R/rampReactionQueries.R
getReactionsForAnalytes | R Documentation |
getReactionsForAnalytes
getReactionsForAnalytes(
db = RaMP(),
analytes,
onlyHumanMets = F,
humanProtein = T,
includeTransportRxns = F,
rxnDirs = c("UN"),
includeRxnURLs = F
)
db |
a RaMP databse object |
analytes |
list of analytes |
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 |
rxnDirs |
character vector of length > 1, specifying reaction directions to return c("UN", "LR", "RL", "BD", "ALL"), default = c("UN"). |
includeRxnURLs |
if TRUE, urls to Rhea.org will be delivered in the result dataframe for each reaction |
a list of reaction information on each input analyte, separate data.frame for metabolites, genes, and common reactions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.