selectionMet | R Documentation |
This function select metabolites from the list generated by readMet
function.
selectionMet(doc, sel)
doc |
A list of metabolites information produced by |
sel |
A vector of metabolite's HMDBcode that will be selected |
doc |
A doc list contains only the selcted metabolites. |
readMet
, nameMet
data(Metabolites)
doc=selectionMet(Metabolites$readMet,c("HMDB0000299","HMDB0000881"))
nameMet(doc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.