View source: R/ReturnAnalytes_InputPathways.R
getAnalyteFromPathway | R Documentation |
Use fast search algorithm to find all pathways from given analytes
getAnalyteFromPathway(
pathway,
match = "exact",
analyteType = "both",
maxPathwaySize = Inf,
namesOrIds = "names",
db = RaMP(),
...
)
pathway |
a string or a vector of strings that contains pathways of interest |
match |
type of matching to use, options are "exact" or "fuzzy". The default is "exact". |
analyteType |
a string denoting the type of analyte to return ("gene", "metabolite", "both") |
maxPathwaySize |
(default Inf), trims returned results to pathways that have fewer than this number |
namesOrIds |
are the input pathways input as pathway names or as pathway ids of genes and metabolites |
db |
a RaMP database object, if not specified a new one is created with RaMP::RaMP() |
... |
Internal Use - for handling deprecated parameter names |
a data.frame that contains all search results
## Not run:
getAnalyteFromPathway( pathway=c("Wnt Signaling Pathway", "Sphingolipid Metabolism"), db = rampDB )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.