Accepts one or more PubChem compound ids and downloads the corresponding compounds from PubChem Power User Gateway (PUG) returning results in an SDFset container. The ChemMine Tools web service is used as an intermediate, to translate queries from plain HTTP POST to a PUG SOAP query.
接受一个或多个PubChem数据库化合物IDS和下载从PubChem数据库的电力用户网关SDFset容器中返回结果(PUG)相应的化合物。 ChemMine工具Web服务被用来作为一个中间,从普通的HTTP POST翻译查询只哈巴狗SOAP查询。
用法----------Usage----------
getIds(cids)
参数----------Arguments----------
参数:cids
A numeric object which contains one or more PubChem cids
一个numeric对象,它包含一个或多个PubChem数据库CIDS
值----------Value----------
参数:SDFset
for details see ?"SDFset-class"
详见?的“SDFset级”
作者(S)----------Author(s)----------
Tyler Backman
参考文献----------References----------
举例----------Examples----------
## Not run: [#无法运行:]
## fetch 2 compounds from PubChem[#从PubChem数据库获取2个化合物]
compounds <- getIds(c(111,123))
## End(Not run)[#结束(不运行)]