Description Usage Arguments Value Author(s) Examples
Perform searches for SMARTS patterns using Open Babel (requires ChemmineOB package to be installed).
1  | smartsSearchOB(sdfset, smartsPattern, uniqueMatches = TRUE)
 | 
sdfset | 
 An SDFset of the compounds you want to search  | 
smartsPattern | 
 The SMARTS pattern as a string.  | 
uniqueMatches | 
 If true, only return the number of distinct matches, otherwise return the number of all matches.  | 
Returns a vector of counts, one for each input compound.
Kevin Horan
1 2 3 4 5 6 7  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.