getAnalyteFromPathway: Use fast search algorithm to find all pathways from given...

View source: R/ReturnAnalytes_InputPathways.R

getAnalyteFromPathwayR Documentation

Use fast search algorithm to find all pathways from given analytes

Description

Use fast search algorithm to find all pathways from given analytes

Usage

getAnalyteFromPathway(
  pathway,
  match = "exact",
  analyteType = "both",
  maxPathwaySize = Inf,
  namesOrIds = "names",
  db = RaMP(),
  ...
)

Arguments

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

Value

a data.frame that contains all search results

Examples

## Not run: 

getAnalyteFromPathway( pathway=c("Wnt Signaling Pathway", "Sphingolipid Metabolism"), db = rampDB )


## End(Not run)

ncats/RaMP-DB documentation built on June 10, 2025, 10:50 a.m.