powered by
This function extract metabocards of your metabolites dataset from http://www.hmdb.ca/metabolites/ database and store all of this information in a list.
readMet(ID, address = c("http://www.hmdb.ca/metabolites/"),remove=TRUE)
A list containing all the information related to the metabocards.
A vector containg the HMDBcodes (i.e., metabolite IDs) of metabolites dataset.
Optional address where the MetaboCards are located. The default address is http://www.hmdb.ca/metabolites/.
A logic value. If true, missing and wrong HMDB IDs are removed.
nameMet
# \donttest{ ID=c("HMDB0000122","HMDB0000124","HMDB0000243","HMDB0000263") doc=readMet(ID) # }
Run the code above in your browser using DataLab