Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

SMARTS count matches function

This function computes the average molecular weight of an input SMILES structure. It uses the table of atomic weights and SMARTS shown in Table A.2. It relies on the count matches function described in Chapter 7. [Pg.177]

The matches (A,B) function returns true when SMARTS B matches SMILES A. It is sometimes useful to know how many times B matches A. For this, a new function is defined count matches (A, B). It returns an integer, possibly 0. For example, count matches ( CC (0) C, C ) returns 3. The SQF clause where count matches(cansmi, [F,Cl,Br,I] ) > 2 will find all structures having more than 2 halogen atoms. In later chapters, examples will show how this function can be used to compute molecular properties and screen structures that conform to Lipinski s Rule of 5.11... [Pg.76]

The following function is analogous to the fragment key function above. It uses a relational table to define fragments, a function to match SMILES and SMARTS (in this case count matches), and an aggregate SQL function to tally the results over all matched fragments. [Pg.97]

Create Or Replace Function count matches(text, text) Returns Integer As EOPERL use Chemistry File SMILES use Chemistry File SMARTS use Chemistry Ring 1aromatize mol1 ... [Pg.190]


See other pages where SMARTS count matches function is mentioned: [Pg.98]    [Pg.83]    [Pg.52]    [Pg.150]   
See also in sourсe #XX -- [ Pg.76 ]




SEARCH



Count matches function

Counting function

Functionality matching

Matches function

Matches function SMARTS

© 2024 chempedia.info