getReactionsForSourceCompoundIds: getReactionsForSourceCompoundIds returns reactions for a...

View source: R/rampReactionQueries.R

getReactionsForSourceCompoundIdsR Documentation

getReactionsForSourceCompoundIds returns reactions for a collection of ChEBI input Ids

Description

getReactionsForSourceCompoundIds returns reactions for a collection of ChEBI input Ids

Usage

getReactionsForSourceCompoundIds(
  db = RaMP(),
  compoundIds,
  onlyHumanMets = F,
  humanProtein = F,
  includeTransportRxns = F,
  rxnDirs = c("UN")
)

Arguments

db

RaMP object

compoundIds

list of ChEBI compound ids (prefixed with chebi:)

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

Value

returns a dataframe of reaction information for each ramp compound id


ncats/RaMP-DB documentation built on April 28, 2024, 3:28 a.m.