Chemical database
A chemical database is a database specifically designed to store chemical information. This information is about chemical and crystal structures, spectra, reactions and syntheses, and thermophysical data.
Types of chemical databasesEdit
Bioactivity databaseEdit
Bioactivity databases correlate structures or other chemical information to bioactivity results taken from bioassays in literature, patents, and screening programs.
Name | Developer(s) | Initial release | |
---|---|---|---|
ScrubChem | Jason Bret Harris | citation | CitationClass=web
}}</ref><ref>Template:Cite book</ref> |
ChEMBL | EMBL-EBI | citation | CitationClass=web
}}</ref> |
Reaxys bioactivity DB | Elsevier | 2017 | |
PubChem-BioAssay | NIH | citation | CitationClass=web
}}</ref><ref>Template:Cite journal</ref> |
Chemical structuresEdit
Chemical structures are traditionally represented using lines indicating chemical bonds between atoms and drawn on paper (2D structural formulae). While these are ideal visual representations for the chemist, they are unsuitable for computational use and especially for search and storage. Small molecules (also called ligands in drug design applications), are usually represented using lists of atoms and their connections. Large molecules such as proteins are however more compactly represented using the sequences of their amino acid building blocks. Radioactive isotopes are also represented, which is an important attribute for some applications. Large chemical databases for structures are expected to handle the storage and searching of information on millions of molecules taking terabytes of physical memory.<ref name=Hoffmann2019>Template:Cite journal</ref><ref>Template:Cite journal</ref>
Literature databaseEdit
Chemical literature databases correlate structures or other chemical information to relevant references such as academic papers or patents. This type of database includes STN, Scifinder, and Reaxys. Links to literature are also included in many databases that focus on chemical characterization.
Crystallographic databaseEdit
Crystallographic databases store X-ray crystal structure data. Common examples include Protein Data Bank and Cambridge Structural Database.
NMR spectra databaseEdit
NMR spectra databases correlate chemical structure with NMR data. These databases often include other characterization data such as FTIR and mass spectrometry.
Reactions databaseEdit
Most chemical databases store information on stable molecules but in databases for reactions also intermediates and temporarily created unstable molecules are stored. Reaction databases contain information about products, educts, and reaction mechanisms.
A popular example that lists chemical reaction data, among others, would be the Beilstein database, Reaxys
Thermophysical databaseEdit
Thermophysical data are information about
- phase equilibria including vapor–liquid equilibrium, solubility of gases in liquids, liquids in solids (SLE), heats of mixing, vaporization, and fusion.
- caloric data like heat capacity, heat of formation and combustion,
- transport properties like viscosity and thermal conductivity
Chemical structure representationEdit
There are two principal techniques for representing chemical structures in digital databases
- As connection tables / adjacency matrices / lists with additional information on bond (edges) and atom attributes (nodes), such as:
- As a linear string notation based on depth first or breadth first traversal, such as:
These approaches have been refined to allow representation of stereochemical differences and charges as well as special kinds of bonding such as those seen in organo-metallic compounds. The principal advantage of a computer representation is the possibility for increased storage and fast, flexible search.
SearchEdit
SubstructureEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}
Chemists can search databases using parts of structures, parts of their IUPAC names as well as based on constraints on properties. Chemical databases are different from other general purpose databases in their support for substructure search, a method to retrieve chemicals matching a pattern of atoms and bonds which a user specifies. This kind of search is achieved by looking for subgraph isomorphism (sometimes also called a monomorphism) and is a widely studied application of graph theory.<ref name=Currano>Template:Cite book</ref><ref name=Ullmann>Template:Cite journal</ref><ref name=Warr2011>Template:Cite journal</ref>
Query structures may contain bonding patterns such as "single/aromatic" or "any" to provide flexibility. Similarly, the vertices which in an actual compound would be a specific atom may be replaced with an atom list in the query. Cis–trans isomerism at double bonds is catered for by giving a choice of retrieving only the E form, the Z form, or both.<ref name=Currano/><ref name=Pubchem>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>
ConformationEdit
Search by matching 3D conformation of molecules or by specifying spatial constraints is another feature that is particularly of use in drug design. Searches of this kind can be computationally very expensive. Many approximate methods have been proposed, for instance BCUTS,<ref>Template:Cite journal</ref><ref name="q243">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>Template:Cite journal</ref> special function representations, moments of inertia, ray-tracing histograms, maximum distance histograms, shape multipoles to name a few.<ref>Template:Cite journal</ref><ref>Template:Cite journal</ref><ref>Template:Cite journal</ref><ref>Template:Cite journal</ref><ref>Template:Cite journal</ref>
ExamplesEdit
Large databases, such as PubChem<ref name=Pubchem/><ref>Template:Cite journal</ref> and ChemSpider,<ref>Template:Cite book</ref> have graphical interfaces for search. The Chemical Abstracts Service provides tools to search the chemical literature and Reaxys supplied by Elsevier covers both chemicals and reaction information, including that originally held in the Beilstein database.<ref>Template:Cite journal</ref> PATENTSCOPE makes chemical patents accessible by substructure<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> and Wikipedia's articles describing individual chemicals can also be searched that way.<ref>Template:Cite journal</ref>
Suppliers of chemicals as synthesis intermediates or for high-throughput screening routinely provide search interfaces. Currently, the largest database that can be freely searched by the public is the ZINC database, which is claimed to contain over 37 billion commercially available molecules.<ref name=ZINC>Template:Cite journal</ref><ref>Template:Cite journal</ref>
DescriptorsEdit
All properties of molecules beyond their structure can be split up into either physico-chemical or pharmacological attributes also called descriptors. On top of that, there exist various artificial and more or less standardized naming systems for molecules that supply more or less ambiguous names and synonyms. The IUPAC name is usually a good choice for representing a molecule's structure in a both human-readable and unique string although it becomes unwieldy for larger molecules. Trivial names on the other hand abound with homonyms and synonyms and are therefore a bad choice as a defining database key. While physico-chemical descriptors like molecular weight, (partial) charge, solubility, etc. can mostly be computed directly based on the molecule's structure, pharmacological descriptors can be derived only indirectly using involved multivariate statistics or experimental (screening, bioassay) results. All of those descriptors can for reasons of computational effort be stored along with the molecule's representation and usually are.
SimilarityEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}
There is no single definition of molecular similarity, however the concept may be defined according to the application and is often described as an inverse of a measure of distance in descriptor space. Two molecules might be considered more similar for instance if their difference in molecular weights is lower than when compared with others. A variety of other measures could be combined to produce a multi-variate distance measure. Distance measures are often classified into Euclidean measures and non-Euclidean measures depending on whether the triangle inequality holds. Maximum Common Subgraph (MCS) based substructure search <ref name="SMSD09">Template:Cite journal</ref>(similarity or distance measure) is also very common. MCS is also used for screening drug like compounds by hitting molecules, which share common subgraph (substructure).<ref>Template:Cite journal</ref>
Chemicals in the databases may be clustered into groups of 'similar' molecules based on similarities. Both hierarchical and non-hierarchical clustering approaches can be applied to chemical entities with multiple attributes. These attributes or molecular properties may either be determined empirically or computationally derived descriptors. One of the most popular clustering approaches is the Jarvis-Patrick algorithm.<ref>Template:Cite journal</ref>
In pharmacologically oriented chemical repositories, similarity is usually defined in terms of the biological effects of compounds (ADME/tox) that can in turn be semiautomatically inferred from similar combinations of physico-chemical descriptors using QSAR methods.
Registration systemsEdit
Databases systems for maintaining unique records on chemical compounds are termed as Registration systems. These are often used for chemical indexing, patent systems and industrial databases.
Registration systems usually enforce uniqueness of the chemical represented in the database through the use of unique representations. By applying rules of precedence for the generation of stringified notations, one can obtain unique/'canonical' string representations such as 'canonical SMILES'. Some registration systems such as the CAS system make use of algorithms to generate unique hash codes to achieve the same objective.
A key difference between a registration system and a simple chemical database is the ability to accurately represent that which is known, unknown, and partially known. For example, a chemical database might store a molecule with stereochemistry unspecified, whereas a chemical registry system requires the registrar to specify whether the stereo configuration is unknown, a specific (known) mixture, or racemic. Each of these would be considered a different record in a chemical registry system.
Registration systems also preprocess molecules to avoid considering trivial differences such as differences in halogen ions in chemicals.
An example is the Chemical Abstracts Service (CAS) registration system. See also CAS registry number.
List of chemical cartridgesEdit
- Accord
- Direct <ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- J Chem <ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- CambridgeSoft <ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- Bingo <ref>Template:Cite journal</ref>
- Pinpoint <ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
List of chemical registration systemsEdit
- ChemReg <ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- Register<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- RegMol <ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- Compound-Registration <ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- Ensemble <ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
Web-basedEdit
Name | Developer(s) | Initial release | ||||
---|---|---|---|---|---|---|
CDD Vault | Collaborative Drug Discovery | citation | CitationClass=web
}}</ref><ref>{{#invoke:citation/CS1|citation |
CitationClass=web
}}</ref><ref>{{#invoke:citation/CS1|citation |
CitationClass=web
}}</ref> | |
citation | CitationClass=web
}}</ref> |
citation | CitationClass=web
}}</ref> |
citation | CitationClass=web
}}</ref><ref>{{#invoke:citation/CS1|citation |
CitationClass=web
}}</ref> |
Reaxys | Elsevier | 1989 |
ToolsEdit
The computational representations are usually made transparent to chemists by graphical display of the data. Data entry is also simplified through the use of chemical structure editors. These editors internally convert the graphical data into computational representations.
There are also numerous algorithms for the interconversion of various formats of representation. An open-source utility for conversion is OpenBabel. These search and conversion algorithms are implemented either within the database system itself or as is now the trend is implemented as external components that fit into standard relational database systems. Both Oracle and PostgreSQL based systems make use of cartridge technology that allows user defined datatypes. These allow the user to make SQL queries with chemical search conditions (For example, a query to search for records having a phenyl ring in their structure represented as a SMILES string in a SMILESCOL column could be
<syntaxhighlight lang="sql">
SELECT * FROM CHEMTABLE WHERE SMILESCOL.CONTAINS('c1ccccc1')
</syntaxhighlight>
Algorithms for the conversion of IUPAC names to structure representations and vice versa are also used for extracting structural information from text. However, there are difficulties due to the existence of multiple dialects of IUPAC. Work is on to establish a unique IUPAC standard (See InChI).
See alsoEdit
- Template:Annotated link
- Reaxys- chemical and drug development database from Elsevier
- Embiology - biological relationship and target database
- Pharmapendium - drug information
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
- Template:Annotated link
ReferencesEdit
Template:Reflist47. https://www.elsevier.com/en-in/products/reaxys
External linksEdit
- Wikipedia Chemical Structure Explorer to search Wikipedia chemistry articles by substructure