Re: [Rdkit-discuss] SMARTS queries using FP in Postgres Cartridge
Open-Source Cheminformatics and Machine Learning
                
                Brought to you by:
                
                    glandrum
                    
                
            
            
        
        
        
    | 
      
      
      From: Greg L. <gre...@gm...> - 2012-03-06 11:09:02
      
     | 
| On Tue, Mar 6, 2012 at 11:53 AM, JP <jea...@in...> wrote: > Just for comparison, how large is your test database? Those queries were from chembl12, so it's a bit over 1 million molecules. > Do you think I should convert '[!#1;!#6;!#7;!#8;!#9;!#16;!Cl;!Br;!I]' to > multiple SMILES queries instead? Do you figure that would be faster? Unfortunately not. There just aren't any bits in the fingerprint (as currently constructed) that are going to help make this query fast. -greg |