View source: R/ramplinkedinfunctions.R
getMetabList | R Documentation |
Obtain lists of source IDs for inputting into RaMP or other pathway analysis
program
Requires sourceIDs and IDtypes
Otherwise will output names given
The IDtype should be as below
+————+
| IDtype |
+————+
| CAS |
| chebi |
| chemspider |
| hmdb |
| kegg |
| LIPIDMAPS |
| pubchem |
+————+
getMetabList(inputResults, inputData, outputMetab = "id")
inputResults |
results of IntLIM analysis |
inputData |
IntLIM dataset containing feature data |
outputMetab |
format of metabolites. Either names or a list of all metabolite ids. 'id' means source ID, 'name' means metabolite entry names, 'mapping' provides names and source IDs |
a list of source IDs or names for metabolites of interests
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.