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

open-reaction-database.org - ORD (Open Reaction Database)
What is open-reaction-database.org - ORD (Open Reaction Database)? open-reaction-database.org is a Website for the ORD (Open Reaction Database) Project for building an open access chemical reaction database to support machine learning and related efforts in reaction prediction, chemical synthesis pl...
2024-12-18, 797🔥, 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, 796🔥, 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, 793🔥, 0💬

indigo.generateImageAsBase64() - Generate Image as Base64
How to generate images of a given structure as a Base64 encoded string with the indigo.generateImageAsBase64() method? If you want to generate an image of a given structure in PNG, JPEG, or SVG format and Base64 encoded, you can use the indigo.generateImageAsBase64() method on the Ketcher Indigo int...
2023-11-09, 766🔥, 0💬

Introduction to Ketcher
Where to find FAQ (Frequently Asked Questions) on basic understanding of Ketcher, Chemical Structure Editor in JavaScript? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on basic understanding of Ketcher, Chemical Structure Editor in JavaScript. ...
2023-11-02, 764🔥, 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, 755🔥, 0💬

kinetics.nist.gov/solution - NDRL/NIST Solution Kinetics Database
What is kinetics.nist.gov/solution - NDRL/NIST Solution Kinetics Database? kinetics.nist.gov/solution is a Website for a Chemical Solution Kinetics Database provided by NIST (National Institute of Standards and Technology). It contains kinetics data on solution-phase reactions with a search interfac...
2024-10-25, 729🔥, 0💬

Restore Structure from Server to Ketcher
How to restore a chemical structure from the Web server to the Ketcher editor? If you want to build a chemical structure editor with the capability to save the structure on the Web server and restore it later to the Ketcher, you should follow steps described below: 1. Using JavaScript to export the ...
2023-10-11, 724🔥, 0💬

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

What Is Reaction Equation
What Is Reaction Equation? A Reaction Equation or Chemical Equation is an expression that represents a chemical reaction. A reaction equation uses the following basic format: m 1 R 1 + m 2 R 2 + ... → n 1 P 1 + n 2 P 2 + ... Where: R 1 , R 2 , ... are molecular formulas of reactants m 1 , m 2 , ... ...
2023-10-15, 721🔥, 0💬

lifescience.opensource.epam.com/ketcher - Chemical Structure Editor
What is lifescience.opensource.epam.co m/ketcher?lifescience.opensource.epam.co m/ketcheris a Website that offers Ketcher as a Web based chemical structure editor. Ketcher is an open source software and free for everyone. You can try Ketcher at its demo Website . Reaction Editor - Ketcher by EPAM Fo...
2024-11-23, 716🔥, 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, 712🔥, 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, 706🔥, 0💬

Introduction to Chemical Reaction
Where to find FAQ (Frequently Asked Questions) in understanding what is Chemical Reaction and its basic properties? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in understanding what is Chemical Reaction. What Is Chemical Reaction What Is React...
2023-09-25, 705🔥, 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, 701🔥, 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, 688🔥, 0💬

MRV (ChemAxon Marvin Document) for Reactions
What Is MRV file format? MRV (ChemAxon Marvin Document) is an XML based chemical structure file format used by Marvin, developed by ChemAxon. MRV can be used to store molecule structures and chemical reactions. Example of a MRV file for a reaction: &lt;?xml version='1.0' encoding='UTF-8'?&gt...
2024-11-05, 685🔥, 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, 684🔥, 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, 682🔥, 0💬

indigo.calculate() - Calculates Chemical Properties
How to calculate chemical properties of a given structure with the indigo.calculate() method? If you want to calculate chemical properties like mass and weight of a given chemical structure you can use the indigo.calculate() method on the Ketcher Indigo interface. Here is an HTML document that shows...
2023-11-09, 671🔥, 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, 656🔥, 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, 654🔥, 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, 654🔥, 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, 632🔥, 0💬

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