<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Standard InChIs and InChIKeys Populated to ChemSpider</title>
	<atom:link href="http://www.chemspider.com/blog/standard-inchis-and-inchikeys-populated-to-chemspider.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chemspider.com/blog/standard-inchis-and-inchikeys-populated-to-chemspider.html</link>
	<description>Building Community for Chemists</description>
	<lastBuildDate>Tue, 14 May 2013 21:50:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Tore Eriksson</title>
		<link>http://www.chemspider.com/blog/standard-inchis-and-inchikeys-populated-to-chemspider.html/comment-page-1#comment-171939</link>
		<dc:creator>Tore Eriksson</dc:creator>
		<pubDate>Fri, 22 May 2009 06:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.chemspider.com/blog/?p=1032#comment-171939</guid>
		<description><![CDATA[Thanks for the replies. Is this what is happening then: In the non-salt (CSID369757) the hydrogens are mobile and the tautamerization makes the sp2 stereoisomers interchangeable. However, if the molecule is protonated the interconversion is stopped/slowed. Or perhaps the stereoisomers only exists in the solid salt (CSID2054355) where interconversion is sterically hindered?]]></description>
		<content:encoded><![CDATA[<p>Thanks for the replies. Is this what is happening then: In the non-salt (CSID369757) the hydrogens are mobile and the tautamerization makes the sp2 stereoisomers interchangeable. However, if the molecule is protonated the interconversion is stopped/slowed. Or perhaps the stereoisomers only exists in the solid salt (CSID2054355) where interconversion is sterically hindered?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony Williams</title>
		<link>http://www.chemspider.com/blog/standard-inchis-and-inchikeys-populated-to-chemspider.html/comment-page-1#comment-160496</link>
		<dc:creator>Antony Williams</dc:creator>
		<pubDate>Sat, 02 May 2009 01:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.chemspider.com/blog/?p=1032#comment-160496</guid>
		<description><![CDATA[CSID2054355 has a crossed bond indicating non-explicit orientation around the double bond...thereby allowing the link on PubChem to both the E and Z orientation. Our experience of OpenBabel is that it is buggy in a number of ways and we prefer to use OpenEye&#039;s tools for this reason.]]></description>
		<content:encoded><![CDATA[<p>CSID2054355 has a crossed bond indicating non-explicit orientation around the double bond&#8230;thereby allowing the link on PubChem to both the E and Z orientation. Our experience of OpenBabel is that it is buggy in a number of ways and we prefer to use OpenEye&#8217;s tools for this reason.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alf</title>
		<link>http://www.chemspider.com/blog/standard-inchis-and-inchikeys-populated-to-chemspider.html/comment-page-1#comment-160210</link>
		<dc:creator>alf</dc:creator>
		<pubDate>Fri, 01 May 2009 13:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.chemspider.com/blog/?p=1032#comment-160210</guid>
		<description><![CDATA[The difference between PubChem SDF files and PubChem XML-derived SDF files that Tore mentions above seems to be due to OpenBabel, which doesn&#039;t read the PC-Atoms_charge section from the PubChem XML file, so produces an SDF file which doesn&#039;t include the charge information for each atom.]]></description>
		<content:encoded><![CDATA[<p>The difference between PubChem SDF files and PubChem XML-derived SDF files that Tore mentions above seems to be due to OpenBabel, which doesn&#8217;t read the PC-Atoms_charge section from the PubChem XML file, so produces an SDF file which doesn&#8217;t include the charge information for each atom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alf</title>
		<link>http://www.chemspider.com/blog/standard-inchis-and-inchikeys-populated-to-chemspider.html/comment-page-1#comment-160205</link>
		<dc:creator>alf</dc:creator>
		<pubDate>Fri, 01 May 2009 13:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.chemspider.com/blog/?p=1032#comment-160205</guid>
		<description><![CDATA[It does seem that the PubChem SDF files that Tore refers to above are missing information that&#039;s present in the corresponding PubChem XML files; the InChIs for those two molecules, using an XML-&gt;OpenBabel-&gt;SDF-&gt;StdInChI conversion, should be:
InChI=1S/C2H8N3S.HI/c1-6-2(3)5-4;/h5H,3-4H2,1H3;1H/b5-2-;
InChI=1S/C2H8N3S.HI/c1-6-2(3)5-4;/h5H,3-4H2,1H3;1H/b5-2+;

I&#039;d be interested to know why this is happening.]]></description>
		<content:encoded><![CDATA[<p>It does seem that the PubChem SDF files that Tore refers to above are missing information that&#8217;s present in the corresponding PubChem XML files; the InChIs for those two molecules, using an XML-&gt;OpenBabel-&gt;SDF-&gt;StdInChI conversion, should be:<br />
InChI=1S/C2H8N3S.HI/c1-6-2(3)5-4;/h5H,3-4H2,1H3;1H/b5-2-;<br />
InChI=1S/C2H8N3S.HI/c1-6-2(3)5-4;/h5H,3-4H2,1H3;1H/b5-2+;</p>
<p>I&#8217;d be interested to know why this is happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tore Eriksson</title>
		<link>http://www.chemspider.com/blog/standard-inchis-and-inchikeys-populated-to-chemspider.html/comment-page-1#comment-144112</link>
		<dc:creator>Tore Eriksson</dc:creator>
		<pubDate>Thu, 26 Mar 2009 02:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.chemspider.com/blog/?p=1032#comment-144112</guid>
		<description><![CDATA[There semes to be somthing murky with the standard InChI/InChIKeys produced by PubChem. Since I&#039;m not a chemoinformatician, I would appreciate some insight. This might also be relevant for your outlinks. Looking at the PubChem compounds CID:9568014 and CID:15978272 they are stereoisomers but they have identical standard InChI/InChIKeys (NYMQJWVULPQXBK-UHFFFAOYSA-N) without any stereo layer. Searching ChemSpider with the isomeric SMILES or hand-drawn structures both lead to the entry ChemSpider ID:2054355 which also seems to lack sterochemistry. This entry contains outlinks to both CIDs above.

Recomputing the InChI from PubChem SDF files gives the same InChIKey that is shown in all the above entries. However, when I convert the PubChem XML files to SDF (with open babel), and then recompute the standard InChI, the stereo layer is present, and the InChIKeys are of course different. (An extra proton is also added...) I seems like all PubChem InChIs are computed without reagard for stereochemistry now which seems a tad bit odd.

Is this something that you have noticed as well. I am adding InChIKeys to my database now, and wonder if I should merge entries like this.]]></description>
		<content:encoded><![CDATA[<p>There semes to be somthing murky with the standard InChI/InChIKeys produced by PubChem. Since I&#8217;m not a chemoinformatician, I would appreciate some insight. This might also be relevant for your outlinks. Looking at the PubChem compounds CID:9568014 and CID:15978272 they are stereoisomers but they have identical standard InChI/InChIKeys (NYMQJWVULPQXBK-UHFFFAOYSA-N) without any stereo layer. Searching ChemSpider with the isomeric SMILES or hand-drawn structures both lead to the entry ChemSpider ID:2054355 which also seems to lack sterochemistry. This entry contains outlinks to both CIDs above.</p>
<p>Recomputing the InChI from PubChem SDF files gives the same InChIKey that is shown in all the above entries. However, when I convert the PubChem XML files to SDF (with open babel), and then recompute the standard InChI, the stereo layer is present, and the InChIKeys are of course different. (An extra proton is also added&#8230;) I seems like all PubChem InChIs are computed without reagard for stereochemistry now which seems a tad bit odd.</p>
<p>Is this something that you have noticed as well. I am adding InChIKeys to my database now, and wonder if I should merge entries like this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
