1 2 3 4 > >>   ∑:74  Sort:Date

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

Reaction FYI-1005060
Reaction Summary: ID: FYI-1005060 Formula: SMILES: Cl.[Na]O>>[Na]Cl.O Received at FYIcenter.com on: 2023-10-12
2023-10-12, 1660🔥, 0💬

Ketcher - Chemical Structure Editor
Where to find FAQ (Frequently Asked Questions) on Ketcher, Chemical Structure Editor in JavaScript? I want to learn more about Ketcher. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Ketcher, Chemical Structure Editor in JavaScript...
2023-11-02, 1547🔥, 0💬

RXN - Reaction File Format
What Is RXN file format? RXN, stands for Reaction, is a reaction file format extended from the MDL Molfile format for molecules. RXN is also called MDL Rxnfile or RDF (Reaction Data File). There are 2 versions of RXN formats that are used by chemical software. 1. MDL RXN V2000 - Extended from the SD...
2024-08-14, 1456🔥, 0💬

Ketcher JavaScript API
Where to find FAQ (Frequently Asked Questions) on Ketcher JavaScript API? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Ketcher JavaScript API. What Is Ketcher JavaScript API contentWindow.ketcher - Access "ketcher" Object ketcher.setMolecule...
2023-10-05, 1062🔥, 0💬

Reaction FAQ
Where to find Reaction FAQ (Frequently Asked Questions)? I want to learn more about Chemical Reactions. Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about Chemical Reactions: Introduction to Chemical Reaction What Is Chemical Reacti...
2023-10-21, 946🔥, 1💬

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, 927🔥, 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, 841🔥, 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, 838🔥, 0💬

What Is Ketcher JavaScript API
What is Ketcher JavaScript API? Ketcher JavaScript API is programming interface provided by Ketcher for your JavaScript code to interact with the Ketcher editor. To access Ketcher JavaScript API, you need to access the "ketcher" object as a property of the content "window" object of the "iframe" whe...
2024-07-25, 832🔥, 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, 733🔥, 0💬

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

Reaction FYI-1005061
Reaction Summary: ID: FYI-1005061 Formula: [C H4]+[O2]+[O2] > [C O2]+[H2 O]+[H2 O] SMILES: C.O=O.O=O>>O=C=O.O.O Received at FYIcenter.com on: 2023-10-12
2023-10-27, 688🔥, 0💬

Reaction FYI-1005063
Reaction Summary: ID: FYI-1005063 Formula: [C H2 O]+[O2] > [C O2]+[H2 O] SMILES: C=O.O=O>CCO>O=C=O.O Received at FYIcenter.com on: 2023-10-12
2023-10-27, 676🔥, 0💬

contentWindow.ketcher - Access "ketcher" Object
How to access the "ketcher" object when Ketcher is loaded in an HTML "iframe" element? As mentioned in the last tutorial, if Ketcher is loaded in an HTML "iframe" element, you can access the "ketcher" object with the follow JavaScript code: lst = document.getElementsByTagName( "iframe");frm = lst[0]...
2024-07-25, 670🔥, 0💬

Reaction FYI-1005093
Reaction Summary: ID: FYI-1005093 Formula: [C2 H4 O2] > [C4 H8 O2] SMILES: CC(O)=O>>CC(OCC)=O Received at FYIcenter.com on: 2023-10-13
2023-10-13, 659🔥, 0💬

ketcher.setMolecule() - Import Molecule into Ketcher
How to import a molecule structure into the Ketcher with the ketcher.setMolecule() method? To import a molecule structure into the Ketcher, you can use the setMolecule(structure) method provided by the Ketcher API as shown in below: 1. Load the Ketcher editor in an "iframe" HTML element: <ifr...
2024-03-17, 652🔥, 0💬

Build Ketcher Editor Web Page
How to build my own Ketcher editor Web Page? If you want to build your Web page and offer Ketcher as a Chemical Structure Editor in the middle of the page, you can follow this tutorial. 1. Follow the previous tutorial to install Ketcher on your Web server. 2. Create a new HTML document, editor.html,...
2023-10-05, 651🔥, 0💬

Reaction FYI-1005062
Reaction Summary: ID: FYI-1005062 Formula: [C2 H4 O]+[C H5 N] > [C3 H9 N O] SMILES: [CH2:1]1[O:2]C1.[H:4][NH:3]C>> C[NH:3][CH2:1]C[OH:2]Received at FYIcenter.com on: 2023-10-12
2023-10-27, 632🔥, 0💬

SMILES for Reactions
What are SMILES string representations for reactions? SMILES (Simplified Molecular Input Line Entry Specification) is defined mainly to represent molecules and ions. But it can represent chemical reactions using the following format: R 1 .R 2 ....>A 1 .A 2 ....>P 1 .P 2 .... Where: R 1...
2023-11-25, 602🔥, 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, 601🔥, 0💬

ketcher.getMolfile() - Export Molecule in Molfile Format
How to export the molecule structure in Molfile format from the Ketcher with the ketcher.getMolfile() method? To export the molecule structure in Molfile format from the Ketcher, you can use the getMolfile() method provided by the Ketcher API as shown in below: 1. Load the Ketcher editor in an "ifra...
2024-03-17, 547🔥, 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, 535🔥, 0💬

indigo.convert() - Convert Structure Formats
How to convert file formats of a given structure with the indigo.convert() method? If you want to convert a chemical structure from one file format to another, you can use the indigo.convert() method on the Ketcher Indigo interface. The indigo.convert(input, opts) method takes two arguments: input -...
2023-10-12, 533🔥, 0💬

1 2 3 4 > >>   ∑:74  Sort:Date