<< < 1 2 3   ∑:70  Sort:Date

Ketcher Indigo Interface
Where to find FAQ (Frequently Asked Questions) on Ketcher Indigo Interface? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Ketcher Indigo Interface. What Is Ketcher Indigo Interface indigo.calculate() - Calculates Chemical Properties indigo.ge...
2023-11-13, 260🔥, 0💬

Call getSmiles() and getSmarts() Parallelly
Why do getSmiles() and getSmarts() methods return the same result, if they are called in 2 parallel promises? There seems to be a bug in Ketcher v2.11.0 release. If you call getSmiles() and getSmarts() methods one after the other, you are creating 2 promises The first promise seems to be overriding ...
2024-01-24, 251🔥, 0💬

editor.struct().atoms - Get Atom List
How to get a list of atoms currently in the Ketcher editor with the editor.struct().atoms property? If you want to get a list of atoms currently in the Ketcher editor, you can use the editor.struct().atoms property on the Ketcher Editor interface. Here is an HTML document that shows you how to get a...
2023-12-01, 249🔥, 0💬

editor.structSelected() - Get Selected Sub-Structure
How to get the selected sub-structure currently in the Ketcher editor with the editor.structSelected() method? If you want to get detailed information about the selected sub-structure currently in the Ketcher editor, you can use the editor.structSelected() method on the Ketcher Editor interface. Her...
2023-11-23, 243🔥, 0💬

editor.struct().bonds - Get Bond List
How to get a list of bonds currently in the Ketcher editor with the editor.struct().bonds property? If you want to get a list of bonds currently in the Ketcher editor, you can use the editor.struct().bonds property on the Ketcher Editor interface. Here is an HTML document that shows you how to get a...
2023-12-01, 240🔥, 0💬

Call getSmiles() and getSmarts() Chained
How to call getSmiles() and getSmarts() methods in 2 promises one chained to the other? Another way to avoid the bug mentioned in the previous tutorial is to call ketcher.getSmiles() and ketcher.getSmarts() methods in 2 chained promises. Chained promises use fulfilled and rejected handlers of the pr...
2024-01-15, 239🔥, 0💬

Ketcher Editor User Interface
Where to find FAQ (Frequently Asked Questions) on Ketcher Chemical Structure Editor User Interface? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Ketcher Chemical Structure Editor User Interface. Ketcher User Interface Menu Icons Show InChI S...
2023-11-06, 237🔥, 0💬

Ketcher File Format for Chemical Structures
Where to find FAQ (Frequently Asked Questions) on Ketcher File Format for Chemical Structures? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Ketcher File Format for Chemical Structures. What Is Ketcher File Format Ketcher File Structure Expor...
2024-02-11, 235🔥, 0💬

Ketcher File Structure for Reaction
What is the Ketcher file structure for a chemical reaction? The Ketcher file structure for a chemical reaction is an extension of the Ketcher file structure for a molecule. Additional molecule objects are added as reactants, reagents, solvents, and products of the reaction. A long arrow is also adde...
2024-02-18, 226🔥, 0💬

Reaction with Stereocenters in CDXML Format Error
Why am I getting CDXML loader errors on reactions with stereocenters? Ketcher 2.11.0 has a code bug that gives you a CDXML loader error if you try to load a reaction with stereocenters in CDXML (ChemDraw XML) format as shown in this tutorial. 1. Open Ketcher editor as shown in previous tutorial. 2. ...
2024-01-10, 222🔥, 0💬

Import Ketcher File to Editor
How to import Ketcher file to the Ketcher editor? If you created a Ketcher file, you can verify it by importing it to the Ketcher editor as described below: 1. Create a Ketcher file, cyclobutane.ket, with a text editor: { "root": { "nodes": [ { "$ref": "mol0" } ] }, "mol0": { "type": "molecule", "at...
2024-03-23, 217🔥, 0💬

Call getSmiles() and getSmarts() Nested
How to call getSmiles() and getSmarts() methods in 2 promises one nested in the other? One way to avoid the bug mentioned in the previous tutorial is to call ketcher.getSmiles() and ketcher.getSmarts() methods in 2 promises one nested in the other. This can be done by calling ketcher.getSmiles() fir...
2024-01-24, 212🔥, 0💬

One Molecule with Disconnected Parts
Can I specify a single molecule object with multiple disconnected parts in a Ketcher file? 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 betw...
2024-01-31, 210🔥, 0💬

Ketcher File Structure for Molecule
What is the Ketcher file structure for a molecule structure? To represent a single molecule in a Ketcher file, you need to include a referenced-object in the "nodes" array as shown below: { "root": { "nodes": [ { "$ref": "mol&lt;seq&gt;" } ] }, "mol&lt;seq&gt;": { "type": "molecule",...
2024-03-07, 208🔥, 0💬

What Is Ketcher File Format
What is Ketcher File Format? A Ketcher file is a JSON document that stores the entire content created in the Ketcher editor. It supports the following features: Supports molecule 3-D structures. Supports chemical reactions. Supports styled text labels. Supports S-Groups. Here is a simple example of ...
2024-02-11, 203🔥, 0💬

Ketcher File Structure
How is the Ketcher file structured? At a high level, a Ketcher file is structured to represent an object with a required property "root", which has a property "nodes" to hold an array of graphical objects. The hight level structure of a Ketcher file looks like this: { "root": { "nodes": [ &lt;ob...
2024-04-14, 201🔥, 0💬

Molecule with Substituted Functional Group
How to specify a S-Group (Substituted Functional Group) in a molecule structure in Ketcher file format? There are 2 options to specify a S-Group (Substituted Functional Group) in a molecule structure: 1. Specify S-Group without Group Substructure: Just replace the atom symbol at the s-group attachin...
2024-02-28, 195🔥, 0💬

Export Ketcher File from Editor
How to export structure from Ketcher editor in Ketcher file format? The best way to learn the Ketcher file format is to export different types of chemical structures for the Ketcher editor in Ketcher file format as described below: 1. Open Ketcher editor as shown in previous tutorials. 2. Select the...
2024-03-23, 192🔥, 0💬

Scaling Issue on Importing Ketcher File
Why is my reaction schema scaled badly when imported from the Ketcher editor UI? The Ketcher editor UI seems to have a code bug. When a reaction schema stored in a Ketcher file is imported from the editor user interface, atom locations and the reaction arrow may be scaled down or up when mapping to ...
2024-01-31, 192🔥, 0💬

Adding Text Labels in Ketcher File
How to add text labels in a Ketcher file? You can insert a "text" object structure into the "nodes" array to add a text label in a Ketcher file as shown below: { "type": "text", "data": { "content": &lt;text-definition&gt ;,"position": &lt;location-object&gt ;,"pos": &lt;bounding...
2024-02-28, 190🔥, 0💬

Bond Type Codes in Ketcher File
What are bond type codes supported by Ketcher file? Ketcher file supports the following bond type codes: Single bond - "type": 1 Double bond - "type": 2 Triple Bond - "type": 3 Any bond - "type": 8 Aromatic bond - "type": 4 Single/double bond - "type": 5 Single/aromatic bond - "type": 6 Double/aroma...
2024-02-18, 182🔥, 0💬

Molecule Structure with Directed Bonds
How to specify a directed bond at a stereocenter in a molecule structure in Ketcher file format? You need to use the optional "stereo" property to specify a directed bond at a stereocenter in a molecule structure. For example: "stereo": 1 - for a upward bond "stereo": 6 - for a downward bond Note th...
2024-03-07, 181🔥, 0💬

<< < 1 2 3   ∑:70  Sort:Date