HmdbEntry {hmdbQuery}R Documentation

Constructor for HmdbEntry instance

Description

Constructor for HmdbEntry instance

Usage

HmdbEntry(prefix = "http://www.hmdb.ca/metabolites/", id = "HMDB0000001",
  keepFull = TRUE)

Arguments

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

Value

instance of HmdbEntry

Examples

HmdbEntry()

[Package hmdbQuery version 1.0.1 Index]