HmdbEntry {hmdbQuery} | R Documentation |
Constructor for HmdbEntry instance
HmdbEntry(prefix = "http://www.hmdb.ca/metabolites/", id = "HMDB0000001", keepFull = TRUE)
prefix |
character(1) URL of HMDB source accepting queries for XML documents |
id |
character(1) HMDB identifier tag |
keepFull |
logical(1) indicating that entire parsed XML will be retained |
instance of HmdbEntry, or a list
The XML returned by hmdb.ca can have different structures for different metabolites. If the mapping form XML to list is not as anticipated for a given metabolite, the xmlToList result is returned with a warning. Such entries should be reported to the hmdbQuery maintainer for map revision.
HmdbEntry()