Collections:
One Molecule with Disconnected Parts
Can I specify a single molecule object with multiple disconnected parts in a Ketcher file?
✍: FYIcenter.com
Yes, you can specify a single molecule object with
multiple disconnected parts in a Ketcher file.
Here is a simple example of Ketcher file with a single "molecule" object of a 4-carbon chain. But the bond between the second and third carbon is removed with 2 disconnected remaining parts:
{
"root": {
"nodes": [
{ "$ref": "mol0" }
]
},
"mol0": {
"type": "molecule",
"atoms": [
{
"label": "C",
"location": [ 0.59, 0.0, 0 ]
},
{
"label": "C",
"location": [ 1.46, 0.5, 0 ]
},
{
"label": "C",
"location": [ 2.33, 0.0, 0 ]
},
{
"label": "C",
"location": [ 3.19, 0.5, 0 ]
}
],
"bonds": [
{
"type": 1,
"atoms": [ 0, 1 ]
},
{
"type": 1,
"atoms": [ 2, 3 ]
}
]
}
}
You can import the above Ketcher file to the Ketcher editor. But it will be considered as a 2-molecule structure. If you export it as a Ketcher file, you will see 2 "molecule" objects like this:
{
"root": {
"nodes": [
{ "$ref": "mol0" },
{ "$ref": "mol1" }
]
},
"mol0": {
"type": "molecule",
"atoms": [
{
"label": "C",
"location": [ 0.59, 0.0, 0 ]
},
{
"label": "C",
"location": [ 1.46, 0.5, 0 ]
}
],
"bonds": [
{
"type": 1,
"atoms": [ 0, 1 ]
}
]
},
"mol1": {
"type": "molecule",
"atoms": [
{
"label": "C",
"location": [ 2.33, 0.0, 0 ]
},
{
"label": "C",
"location": [ 3.19, 0.5, 0 ]
}
],
"bonds": [
{
"type": 1,
"atoms": [ 0, 1 ]
}
]
}
}
⇒ Scaling Issue on Importing Ketcher File
⇐ Ketcher File Structure for Reaction
2024-01-31, 1142🔥, 0💬
Popular Posts:
Molecule Summary: ID: FYI-1001616 SMILES: N(C(=O)C=1C(C(F)F)=NN(C) C1)C2=C3C4C(C(C)C)C(C3=C C=C2)CC4R...
Molecule Summary: ID: FYI-1005703 Names: InChIKey: SSIGXLVDPINUCZ-XPKAQORNS A-NSMILES: CC#CCNC(=O)C2...
Molecule Summary: ID: FYI-1001091 SMILES: CO/N=C\\1/C[C@]2(C[C@@H] 3C[C@@H](C/C=C(\\C)/C[C@ @H](C)/C=C...
Molecule Summary: ID: FYI-1003716 Names: InChIKey: YVCOJTATJWDGEU-APPZFPTMS A-NSMILES: C[C@H]1O[C@@H...
Molecule Summary: ID: FYI-1001106 SMILES: [Mo@](/[P]=N\\[CH2])(P1( N(C)CCN1C)OC)([C][O])[CH ][CH].[Mo@...