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

Reaction FYI-1005091
Reaction Summary: ID: FYI-1005091 Formula: [C2 H4 O2]+[C2 H6 O] > [C4 H8 O2] SMILES: CC(O)=O.OCC>[H+].[Cl-].OCC>CC( OCC)=OReceived at FYIcenter.com on: 2023-10-13
2023-10-13, 1442🔥, 0💬

kinetics.nist.gov/kinetics - NIST Chemical Kinetics Database
What is kinetics.nist.gov/kinetics - NIST Chemical Kinetics Database? kinetics.nist.gov/kinetics is a Website for a Chemical Kinetics Database provided by NIST (National Institute of Standards and Technology). It contains kinetics data on gas-phase reactions with a search interface. You can go to ki...
2024-10-25, 1352🔥, 0💬

Ketcher User Interface Menu Icons
What are Ketcher user interface menu icons? Ketcher user interface menu icons are organized into 4 toolbars: 1. Action toolbar - Displayed horizontally at the top of the window, the main toolbar contains the following buttons to perform different actions: Clear canvas - Removes everything in the edi...
2023-11-06, 1299🔥, 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, 1292🔥, 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, 1260🔥, 0💬

editor.setOptions() - Set Editor Options
How to get a list of options used by the Ketcher editor with the editor.setOptions() method? If you want to update one or more options used by the Ketcher editor, you can use the editor.setOptions() method on the Ketcher Editor interface. Here is an HTML document that shows you how to update some op...
2023-11-18, 1255🔥, 0💬

Reaction FYI-1005064
Reaction Summary: ID: FYI-1005064 Formula: [C2 H4 O2]+[C2 H6 O] > [C4 H8 O2] SMILES: CC(O)=O.CCO>>CC(OCC)=O Received at FYIcenter.com on: 2023-10-12
2023-10-27, 1252🔥, 0💬

chemaxon.com/marvin - Chemical Structure Editor
What is chemaxon.com/marvin? chemaxon.com/marvin is a Website that offers Marvin as a chemical structure editor in two packages: MarvinSketch from your Desktop, and Marvin JS for Web applications. Both package are free for academic users. You can try Marvin JS at its demo Website . Reaction Editor -...
2025-01-07, 1220🔥, 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, 1182🔥, 0💬

datascience.unm.edu/tomcat/biocomp/convert - Strcuture Converter
What is datascience.unm.edu/tomcat/bio comp/convert?datascience.unm.edu/tomcat/bio comp/convertis a Website that offers a chemical structure file format converter using ChemAxon JChem. Reaction File Converter - datascience.unm.edu/tomcat/bio comp/convertFor more information, visit .   ⇒ open-reactio...
2024-12-18, 1180🔥, 0💬

Save Structure from Ketcher to Server
How to save structures created in Ketcher editor to the Web server? If you want to save the chemical structure created in the Ketcher editor to the backend Web server, you need write JavaScript code to extract the molecule data and send it as an HTML form parameter to the server. 1. Create a new HTM...
2023-10-11, 1165🔥, 0💬

Reaction FYI-1005090
Reaction Summary: ID: FYI-1005090 Formula: [C6 H11 Cl]+[H O] > [C6 H12 O]+[Cl] SMILES: C1C[C@@H](Cl)C[C@H]1C.[OH-]>>C 1C[C@H](O)C[C@H]1C.[Cl-]Received at FYIcenter.com on: 2023-10-13
2023-10-27, 1155🔥, 0💬

Use Ketcher as JS Library Without UI
How to Ketcher as a JavaScript library without the editor UI? Since Ketcher offers so many API functions, we can just use it as a JavaScript library without its editor UI. Here is an HTML document that shows you how to hide the Ketcher editor UI and use it as JavaScript library: &lt;html&gt;...
2023-10-27, 1140🔥, 0💬

Reaction FYI-1005092
Reaction Summary: ID: FYI-1005092 Formula: [C5 H8] > [C5 H8] SMILES: [CH2:1]=[CH:2]/[CH:3]=[CH:4]/[ CH2:5][H:6]>>[H:6][CH2:1]/[CH: 2]=[CH:3]/[CH:4]=[CH2:5]Received at FYIcenter.com on: 2023-10-13
2023-10-13, 1138🔥, 0💬

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, 1137🔥, 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, 1135🔥, 0💬

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, 1108🔥, 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, 1091🔥, 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, 1083🔥, 0💬

CML (Chemical Markup Language) for Reactions
What Is CML (Chemical Markup Language)? CML (Chemical Markup Language) is an XML based file format to store chemical structures including molecules and reactions. CML has been developed by Murray-Rust, Rzepa and others since 2010. Example of a CML file for a reaction: &lt;?xml version="1.0" ?&am...
2024-08-14, 1066🔥, 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, 1066🔥, 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, 1051🔥, 0💬

What Is Ketcher Indigo Interface
What is Ketcher Indigo interface? Ketcher Indigo interface is part of the Ketcher JavaScript API that allows you to use some Indigo Toolkit functionalities. To access Ketcher Indigo interface, you need to access the "ketcher" object as a property of the content "window" object of the "iframe" where ...
2023-11-13, 1042🔥, 0💬

What Is Chemical Reaction
What Is Chemical Reaction? A Chemical Reaction is a process in which the bonds are broken within reactant molecules, and new bonds are formed within product molecules in order to form a new substance. There are 6 main types of chemical reactions: Combustion Reaction - A reaction with a combustible m...
2023-10-15, 1026🔥, 0💬

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