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
HmdbEntry()