Description Usage Arguments Value Author(s) Examples
'swissLipidsMapping' uses the SwissLipids API to perform mapping between different database identifier
1 2 3 4 5 | swissLipidsMapping(
from = c("SwissLipids", "LipidMaps", "ChEBI", "HMDB"),
to = c("SwissLipids", "LipidMaps", "ChEBI", "HMDB", "UniProtKB", "Rhea"),
ids
)
|
from |
'character' Abbrevation of data from which the ids shall be mapped |
to |
'character' Abbrevation of database to which the ids shall be mapped |
ids |
'character' A vector of IDs that shall be mapped. |
'data.frame' A named list of the same length as ids is returned.
Michael Witting
1 2 3 4 5 | ids <- c("SLM:000048885", "SLM:000000651")
from <- "SwissLipids"
to <- "LipidMaps"
swissLipidsMapping(from, to, ids)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.