Utente:Grasso Luigi/sanbox1/InChi

Da Wikipedia, l'enciclopedia libera.
Vai alla navigazione Vai alla ricerca

{{Software |Nome = InChI |Logo = <!-- [[File: ]] --> |DimensioneLogo = |Screenshot = <!-- [[File: ]] --> |DimensioneScreenshot = |Didascalia = |Sviluppatore = InChI Trust |DataPrimaVersione = 15-04-2005<ref>{{Cita web |url = http://www.iupac.org/home/projects/project-db/project-details.html?tx_wfqbe_pi1%5bproject_nr%5d=2000-025-1-800 |titolo = IUPAC International Chemical Identifier Project Page |sito = IUPAC |data = 5-12-2012 |lingua = en |urlarchivio = https://web.archive.org/web/20120527162256/http://www.iupac.org/home/projects/project-db/project-details.html?tx_wfqbe_pi1%5Bproject_nr%5D=2000-025-1-800|dataarchivio = 27-05-2012 |urlmorto = si }}</ref><ref>{{Cita pubblicazione |rivista = [[Journal of Cheminformatics|J. Cheminformatics]] |autore = Heller S.; McNaught A.; Stein S.; Tchekhovskoi D.; Pletnev I. |titolo = InChI - the worldwide chemical structure identifier standard |anno = 2013 |volume = 5 |numero = 1|p = 7 |lingua = en |doi = 10.1186/1758-2946-5-7 | pmid = 23343401 | pmc =3599061}}</ref> |UltimaVersione = 1.05 |NotaUltimaVersione = <br/>Dimensione: 4.3 [[Megabyte|MB]] |DataUltimaVersione = 03-2017 |UltimaVersioneBeta = |DataUltimaVersioneBeta = |UltimaVersioneAlfa = |DataUltimaVersioneAlfa = |SistemaOperativo = Windows |SistemaOperativo2 = Unix-like |NotaSistemaOperativo2 = <br/>piattaforme: [[IA-32]],[[x86-64]] |Linguaggio = |Genere = Chemioinformatica |Licenza = IUPAC / InChI Trust Licence |Lingua = [[Lingua inglese|Inglese]] |SitoWeb = [http://www.iupac.org/home/publications/e-resources/inchi.html IUPAC InChi] }} Il termine International Chemical Identifier (InChI /ˈɪntʃiː/, pronuncia IN-chee, oppure /ˈɪŋkiː/, pronuncia ING-kee) creato dalla IUPAC è un identificatore testuale per sostanze chimiche, serve a fornire un modo standard per codificare informazioni molecolari e ne facilita la ricerca di tali informazioni nelle banche dati e sul web. Inizialmente sviluppato dalla IUPAC e dal NIST tra il 2000 e il 2005, il formato e gli algoritmi non sono proprietari.

Lo sviluppo successivo dello standard dopo il 2010 è supportato dall' ente non-profit InChI Trust, della quale la IUPAC fa parte. La versione software attuale è la 1.05 con rilascio nel Gennaio 2017.

Nelle versioni precedenti alla 1.04, il software era disponibile con licenza open-source GNU LGPL,[1] ma adesso utilizza una licenza propria detta IUPAC-InChI Trust License.[2]

Introduzione[modifica | modifica wikitesto]

Gli identificatori descrivono le sostanze chimiche sottoforma di strati d'informazioni — gli atomi e i legami che li connettono, l'eventuale isomeria per tautomeria, i loro isotopi, le proprietà spaziali, e la carica elettronica.[3] Not all layers have to be provided; for instance, the tautomer layer can be omitted if that type of information is not relevant to the particular application.

InChIs differ from the widely used CAS registry numbers in three respects: 1) they are freely usable and non-proprietary; 2)they can be computed from structural information and do not have to be assigned by some organization; and 3) most of the information in an InChI is human readable (with practice).

InChIs can thus be seen as akin to a general and extremely formalized version of IUPAC names. They can express more information than the simpler SMILES notation and differ in that every structure has a unique InChI string, which is important in database applications. Information about the 3-dimensional coordinates of atoms is not represented in InChI; for this purpose a format such as PDB can be used.

The InChI algorithm converts input structural information into a unique InChI identifier in a three-step process: normalization (to remove redundant information), canonicalization (to generate a unique number label for each atom), and serialization (to give a string of characters).

The InChIKey, sometimes referred to as a hashed InChI, is a fixed length (27 character) condensed digital representation of the InChI that is not human-understandable. The InChIKey specification was released in September 2007 in order to facilitate web searches for chemical compounds, since these were problematic with the full-length InChI.[4] Unlike the InChI, the InChIKey is not unique: though collisions can be calculated to be very rare, they happen.[5]

In January 2009 the final 1.02 version of the InChI software was released. This provided a means to generate so called standard InChI, which does not allow for user selectable options in dealing with the stereochemistry and tautomeric layers of the InChI string. The standard InChIKey is then the hashed version of the standard InChI string. The standard InChI will simplify comparison of InChI strings and keys generated by different groups, and subsequently accessed via diverse sources such as databases and web resources.

Formato e struttura[modifica | modifica wikitesto]

Every InChI starts with the string "InChI=" followed by the version number, currently 1. This is followed by the letter S for standard InChIs, which is a fully standardized InChI flavor maintaining the same level of attention to structure details and the same conventions for drawing perception. The remaining information is structured as a sequence of layers and sub-layers, with each layer providing one specific type of information. The layers and sub-layers are separated by the delimiter "/" and start with a characteristic prefix letter (except for the chemical formula sub-layer of the main layer). The six layers with important sublayers are:

  1. Main layer
    • Chemical formula (no prefix). This is the only sublayer that must occur in every InChI.
    • Atom connections (prefix: "c"). The atoms in the chemical formula (except for hydrogens) are numbered in sequence; this sublayer describes which atoms are connected by bonds to which other ones.
    • Hydrogen atoms (prefix: "h"). Describes how many hydrogen atoms are connected to each of the other atoms.
  2. Charge layer
    • proton sublayer (prefix: "p" for "protons")
    • charge sublayer (prefix: "q")
  3. Stereochemical layer
    • double bonds and cumulenes (prefix: "b")
    • tetrahedral stereochemistry of atoms and allenes (prefixes: "t", "m")
    • type of stereochemistry information (prefix: "s")
  4. Isotopic layer (prefixes: "i", "h", as well as "b", "t", "m", "s" for isotopic stereochemistry)
  5. Fixed-H layer (prefix: "f"); contains some or all of the above types of layers except atom connections; may end with "o" sublayer; never included in standard InChI
  6. Reconnected layer (prefix: "r"); contains the whole InChI of a structure with reconnected metal atoms; never included in standard InChI

The delimiter-prefix format has the advantage that a user can easily use a wildcard search to find identifiers that match only in certain layers.

Examples
Structural formula standard InChI
Template:Image frame InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3
L-ascorbic acid
InChI=1S/C6H8O6/c7-1-2(8)5-3(9)4(10)6(11)12-5/h2,5,7-10H,1H2/t2-,5+/m0/s1

InChIKey[modifica | modifica wikitesto]

The condensed, 27 character InChIKey is a hashed version of the full InChI (using the SHA-256 algorithm), designed to allow for easy web searches of chemical compounds.[4] The standard InChIKey is the hashed counterpart of standard InChI. Most chemical structures on the Web up to 2007 have been represented as GIF files, which are not searchable for chemical content. The full InChI turned out to be too lengthy for easy searching, and therefore the InChIKey was developed. There is a very small, but nonzero chance of two different molecules having the same InChIKey, but the probability for duplication of only the first 14 characters has been estimated as only one duplication in 75 databases each containing one billion unique structures. With all databases currently having below 50 million structures, such duplication appears unlikely at present. A recent study more extensively studies the collision rate finding that the experimental collision rate is in agreement with the theoretical expectations. [6]

InChIKey consists of hyphen-separated three parts, of 14, 10 and one character(s), respectively, like XXXXXXXXXXXXXX-YYYYYYYYYY-Z. The first 14 characters result from a hash of the connectivity information of the InChI. The second part consists of 8 characters resulting from a hash of the remaining layers of the InChI, a single character indicating the kind of InChIKey and a single character indicating the version of InChI used. At last, a single character indicates protonation.[7]

Esempio[modifica | modifica wikitesto]

Morphine structure

Morphine has the structure shown on the right. The standard InChI for morphine is InChI=1S/C17H19NO3/c1-18-7-6-17-10-3-5-13(20)16(17)21-15-12(19)4-2-9(14(15)17)8-11(10)18/h2-5,10-11,13,16,19-20H,6-8H2,1H3/t10-,11+,13-,16-,17-/m0/s1and the standard InChIKey for morphine is BQJCRHHNABKAKU-KBQPJGBKSA-N.[8]

Risolutori InChI[modifica | modifica wikitesto]

As the InChI cannot be reconstructed from the InChIKey, an InChIKey always needs to be linked to the original InChI to get back to the original structure. InChI Resolvers act as a lookup service to make these links, and prototype services are available from National Cancer Institute, the UniChem service at the European Bioinformatics Institute, and PubChem. ChemSpider has had a resolver until July 2015 when it was decommissioned.[9]

Nome[modifica | modifica wikitesto]

The format was originally called IChI (IUPAC Chemical Identifier), then renamed in July 2004 to INChI (IUPAC-NIST Chemical Identifier), and renamed again in November 2004 to InChI (IUPAC International Chemical Identifier), a trademark of IUPAC.

Sviluppo attuale[modifica | modifica wikitesto]

Scientific direction of the InChI standard is carried out by the IUPAC Division VIII Subcommittee, and funding of subgroups investigating and defining the expansion of the standard is carried out by both IUPAC and the InChI Trust. The InChI Trust funds the development, testing and documentation of the InChI. Current extensions are being defined to handle polymers and mixtures, Markush structures, reactions[10] and organometallics, and once accepted by the Division VIII Subcommittee will be added to the algorithm.

Adozione dello standard[modifica | modifica wikitesto]

The InChI has been adopted by many larger and smaller databases, including ChemSpider, ChEMBL, Golm Metabolome Database, OpenPHACTS, and PubChem.[11] However, the adoption is not straightforward, and many databases show a discrepancy between the chemical structures and the InChI they contain, which is a problem for linking databases.[12]

Voci correlate[modifica | modifica wikitesto]

Note[modifica | modifica wikitesto]

  1. ^ (EN) McNaught Alan, The IUPAC International Chemical Identifier:InChI, in Chemistry International vol.28(6), IUPAC, 2006. URL consultato il 13-08-2021.
  2. ^ (EN) IUPAC/InChI-Trust Licence for the International Chemical Identifier (InChI) (PDF), IUPAC/InChI Trust, 2011, pp. 1-5. URL consultato il 13-08-2021.
  3. ^ (EN) S.R. Heller; A. McNaught; I.Pletnev; S. Stein; D. Tchekhovskoi, InChI, the IUPAC International Chemical Identifier, in Journal of Cheminformatics, vol. 7, 2015, DOI:10.1186/s13321-015-0068-4, PMC 4486400, PMID 26136848.
  4. ^ a b The IUPAC International Chemical Identifier (InChI), su iupac.org, IUPAC, 5 September 2007. URL consultato il 18 settembre 2007 (archiviato dall'url originale il October 30, 2007).
  5. ^ E.L. Willighagen, InChIKey collision: the DIY copy/pastables, su chem-bla-ics.blogspot.nl, 17 September 2011. URL consultato il 6 novembre 2012.
  6. ^ InChIKey collision resistance: An experimental testing, in Journal of Cheminformatics, vol. 4, n. 1, 2012, p. 39, DOI:10.1186/1758-2946-4-39.
  7. ^ Technical FAQ - InChI Trust, su inchi-trust.org. URL consultato il 14 April 2018.
  8. ^ InChI=1/C17H19NO3/c1-18..., su chemspider.com, Chemspider. URL consultato il 18 settembre 2007.
  9. ^ InChI Resolver, 27 July 2015, http://www.chemspider.com/InChiResolverDecommissioned.aspx
  10. ^ International chemical identifier for reactions (RInChI), in Journal of Cheminformatics, vol. 10, n. 1, 9 May 2018, DOI:10.1186/s13321-018-0277-8.
  11. ^ Many InChIs and quite some feat, in Journal of Computer-Aided Molecular Design, vol. 29, 2015, pp. 681–694, DOI:10.1007/s10822-015-9854-3.
  12. ^ Consistency of systematic chemical identifiers within and between small-molecule databases, in Journal of Cheminformatics, vol. 4, n. 1, 2012, p. 35, DOI:10.1186/1758-2946-4-35.

Collegamenti esterni[modifica | modifica wikitesto]

Template:Wikidata property