\name{getXML} \alias{getXML} \title{Retrieves information from the BioMart database using an XML query} \description{This function is a low level query function bypassing lots of biomaRts internal controls. It allows for a direct XML query to a known BioMart webservice host.} \usage{getXML(host="http://www.biomart.org/biomart/martservice?", xmlquery)} \arguments{ \item{host}{URL to BioMart webservice, is set to http://www.biomart.org/biomart/martservice? by default} \item{xmlquery}{XML query that needs to be send to the webservice} } \author{Steffen Durinck, \url{http://www.stat.berkeley.edu/~steffen}} \examples{ if(interactive()){ getXML(xmlquery=" ") } } \keyword{methods}