View source: R/rampReactionQueries.R
getRheaMetabolitesForProteins | R Documentation |
getRheaEnzymesAndTransportersForMetabolites returns proteins that are either enzymes or transporters that are reaction participants with the input metabolite ids.
getRheaMetabolitesForProteins(
db = RaMP(),
analytes,
includeRheaRxnDetails = F,
humanProteins = T
)
db |
a RaMP databse object |
analytes |
analyte id vector |
includeRheaRxnDetails |
returns additional columns that inlucdes info in the reaction connecting mets and proteins |
humanProteins |
require reactions to have a human protein (enzyme or transporter), default True |
returns a dataframe object with input metabolites, and reaction and associated protein informatin.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.