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

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

Show InChI String on Ketcher
How to display the InChI string of the molecule in Ketcher editor? You can follow steps below to display the InChI string of the molecule in Ketcher editor. 1. Open Ketcher editor as shown in previous tutorial. 2. Select the "Benzene" button in the template toolbar at the bottom of the editor window...
2023-10-27, 256🔥, 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, 408🔥, 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, 398🔥, 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, 397🔥, 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, 284🔥, 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, 344🔥, 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, 605🔥, 1💬

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, 305🔥, 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, 293🔥, 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, 463🔥, 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, 430🔥, 0💬

Reaction FYI-1005094
Reaction Summary: ID: FYI-1005094 Formula: [C2 H4 O2] > [C4 H8 O2] SMILES: C[C:2]([OH:1])=[O:1]>>C[C:2](O CC)=[O:1]Received at FYIcenter.com on: 2023-10-13
2023-10-13, 369🔥, 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, 360🔥, 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, 1401🔥, 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, 367🔥, 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, 325🔥, 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, 308🔥, 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, 702🔥, 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, 429🔥, 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, 257🔥, 0💬

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