< 1 2 3 4 > >>   ∑:85  Sort:Rank

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, 509🔥, 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, 502🔥, 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, 544🔥, 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, 488🔥, 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, 575🔥, 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, 435🔥, 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, 535🔥, 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, 528🔥, 0💬

Reaction FYI-1006692
Reaction Summary: ID: FYI-1006692 Formula: SMILES: Cl.[Na]O>>[Na]Cl.O Received at FYIcenter.com on: 2024-01-11
2024-01-24, 5739🔥, 0💬

Export Chemical Structure in All Formats
How to export the chemical structure in all Formats? If you want to export the chemical structure from the Ketcher editor in all formats, you can call those get*() methods in chained promises as shown the HTML document below: &lt;html&gt; &lt;!-- export-structure-in-all-format s.htmlCopy...
2024-01-15, 634🔥, 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, 466🔥, 0💬

Export Chemical Structure in All Formats Failed
What will happen if I export the chemical structure in all formats in parallel promises? If you export the chemical structure in all formats in parallel promises by calling get*() methods, you will get unpredictable results. This is caused by a code bug in the Ketcher v2.11.0 release. The following ...
2024-01-10, 675🔥, 0💬

Ketcher Editor Interface
Where to find FAQ (Frequently Asked Questions) on Ketcher Editor Interface? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Ketcher Editor Interface. What Is Ketcher Editor Interface editor.struct() - Get Entire Structure editor.struct().atoms ...
2024-01-10, 640🔥, 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, 545🔥, 0💬

SMIRKS for Generic Reactions
What are SMIRKS string representations for generic reactions? SMIRKS is a restricted version of reaction SMARTS involving changes in atom-bond patterns with these additional rules: The reactant and product sides of the transformation are required to have the same numbers and types of mapped atoms an...
2023-12-29, 997🔥, 0💬

SMARTS for Reaction Patterns
What are SMARTS string representations for reaction patterns? SMARTS is an extension of SMILES to represent molecular patterns. But it can represent chemical reaction patterns using the following format: R 1 .R 2 ....&gt;A 1 .A 2 ....&gt;P 1 .P 2 .... Where: R 1 , R 2 , ... are SMARTS string...
2023-12-29, 725🔥, 0💬

Download and Install Ketcher in Standalone Mode
How to Download and Install the latest version of Ketcher in standalone mode? Ketcher can be installed in 2 modes: Standalone and Remote. The Standalone mode incorporates Indigo backend services in the Ketcher build. It allows for Ketcher to work in browser with no server and even without the Intern...
2023-12-17, 2089🔥, 0💬

What Is Ketcher - Chemical Structure Editor in JavaScript
What Is Ketcher, Chemical Structure Editor in JavaScript? Ketcher is an open-source web-based chemical structure editor written in JavaScript. It can be used as an integrated online Web tool to draw chemical structures and reactions. Main features of Ketcher are: Fast and convenient editing - Ketche...
2023-12-17, 1089🔥, 0💬

generateImage() - Generate Image from Structure
How to generate image from a given chemical structure with the ketcher.generateImage() method? If you want to generate an image from the chemical structure in the Ketcher editor, you can export the structure in a specific format using a get*() method. Then call the ketcher.generateImage(structur e,o...
2023-12-14, 1491🔥, 0💬

Call getInchi() and generateInchIKey() Methods
How to generate the InChI and InChIKey with the ketcher.getInchi() and ketcher.generateInchIKey() methods? InChI (International Chemical Identifier) and InChIKey (InChI Key) are identifiers of molecule structures, originally developed by Initially developed by the International Union of Pure and App...
2023-12-14, 723🔥, 0💬

ketcher.getSmiles() and ketcher.getSmarts()
How to export the chemical structure in SMILES and SMARTS formats from the Ketcher with the ketcher.getSmiles() and ketcher.getSmarts() methods? To export the chemical structure (molecule, reaction, or substructure pattern) in SMILES and SMARTS formats from the Ketcher, you can use the getSmiles() a...
2023-12-10, 1480🔥, 0💬

ketcher.getRxn() - Export Reaction in RXN Format
How to export the reaction structure in RXN format from the Ketcher with the ketcher.getRxn() method? To export the reaction structure in RXN format from the Ketcher, you can use the getRxn() method provided by the Ketcher API as shown in below: 1. Load the Ketcher editor in an "iframe" HTML element...
2023-12-10, 788🔥, 0💬

What Is Ketcher Editor Interface
What is Ketcher Editor interface? Ketcher Editor interface is part of the Ketcher JavaScript API that allows you to interact with Ketcher editor UI elements. To access Ketcher Editor interface, you need to access the "ketcher" object as a property of the content "window" object of the "iframe" where...
2023-12-08, 774🔥, 0💬

editor.struct() - Get Entire Structure
How to get the entire structure currently in the Ketcher editor with the editor.struct() method? If you want to get detailed information about the entire structure currently in the Ketcher editor, you can call the editor.struct() method on the Ketcher Editor interface. Here is an HTML document that ...
2023-12-08, 527🔥, 0💬

< 1 2 3 4 > >>   ∑:85  Sort:Rank