View source: R/rampQueryHelper.R
rampFindSynonymFromSynonym | R 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.
rampFindSynonymFromSynonym(
db = RaMP(),
synonym,
full = FALSE,
return_rampIds = FALSE
)
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) |
a data frame that contains synonym in the first column rampId in the second column
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.