rampFindSynonymFromSynonym: Find all synonym from a given metabolite's name This function...

View source: R/rampQueryHelper.R

rampFindSynonymFromSynonymR Documentation

Find all synonym from a given metabolite's name This function is used to filter out some super common synonyms like glyceride Now, this function only format the user input, so the user vector, dataframe, and entire string separated by comma are working.

Description

Find all synonym from a given metabolite's name This function is used to filter out some super common synonyms like glyceride Now, this function only format the user input, so the user vector, dataframe, and entire string separated by comma are working.

Usage

rampFindSynonymFromSynonym(
  db = RaMP(),
  synonym,
  full = FALSE,
  return_rampIds = FALSE
)

Arguments

synonym

name to search for

full

bool if return whole data.frame

return_rampIds

bool to return ramp Ids with output (there are some common synonyms that will mess up whole searching)

Value

a data frame that contains synonym in the first column rampId in the second column


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