Accepts one SDFset container
and performs a >0.9 similarity PubChem fingerprint search, returning up to 200
hits in an SDFset container. The ChemMine Tools web service
is used as an intermediate, to translate queries from plain HTTP POST to
a PubChem Power User Gateway (PUG) query. If the input object
contains multiple items, only the first is used as a query.
## Not run: # ## get a sample compound# data(sdfsample); sdfset <- sdfsample[2]# ## search a compound on PubChem# compounds <- searchSim(sdfset)## End(Not run)