<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   Sort: Rank

Molecule FYI-1001779
Molecule Summary: ID: FYI-1001779 SMILES: CCCS(=O)(=O)NC1=C(C(=C(C=C1)F) C(=O)C2=CNC3=C2C=C(C=N3)C4=CC= C(C=C4)Cl)FReceived at FYIcenter.com on: 2022-11-30
2022-12-28, 200👍, 0💬

Molecule FYI-1001784
Molecule Summary: ID: FYI-1001784 SMILES: [H]N(C(=O)C(=O)[O-])c1sc2c(c1C (=O)[O-])C([H])([H])C([H])([H] )C([H])([H])N2[H]Received at FYIcenter.com on: 2022-12-07
2022-12-28, 199👍, 0💬

Molecule FYI-1001778
Molecule Summary: ID: FYI-1001778 SMILES: O=CN(c1ccc(cc1)C(=O)NC(C(=O)O) CCC(=O)NC(C(=O)O)CCC(=O)SCCNC( =O)CCNC(=O)C(C(COP(=O)(OP(=O)( OC[C@H]1O[C@H]([C@@H]([C@@H]1O P(=O)(O)O)O)n1cnc2c1ncnc2N)O)O )(C)C)O)CC1CNc2c(N1)c(=O)[nH]c (n2)NReceived at FYIcenter.com on: 2022-11-30
2022-12-28, 198👍, 0💬

Molecule FYI-1001786
Molecule Summary: ID: FYI-1001786 SMILES: C1(SCC(=O)NC2=CC=CC=C2)SC2C(=C C=C(C=2)NC(=O)C2=CC=C(C(OC)=C2 )OC)N=1Received at FYIcenter.com on: 2022-12-07
2022-12-28, 197👍, 0💬

Molecule FYI-1001780
Molecule Summary: ID: FYI-1001780 SMILES: CCNc1ccc(C)cc1 Received at FYIcenter.com on: 2022-12-01
2022-12-28, 197👍, 0💬

Vaccine Efficacy: Vaccination for Death Protection
Can vaccination lower the COVID-19 virus death rate? Different countries or regions use different sets of vaccines. We can calculate a relative protection index to indicate how efficient a country of region is with its vaccines to prevent COVID-19 virus death. This protection index is listed below b...
2022-12-28, 182👍, 0💬

Vaccine Efficacy: Booster for Death Protection
Can vaccine booster lower the COVID-19 virus death rate? Different countries or regions use different sets of vaccine boosters. We can calculate a relative protection index to indicate how efficient a country of region is with its vaccine boosters to prevent COVID-19 virus deaths. This protection in...
2022-12-28, 174👍, 0💬

Vaccine Efficacy: Booster for Infection Protection
Can vaccine booster lower the COVID-19 virus infection rate? Different countries or regions use different sets of vaccine boosters. We can calculate a relative protection index to indicate how efficient a country of region is with its vaccine boosters to prevent COVID-19 virus infections. This prote...
2022-12-28, 164👍, 0💬

Vaccine Efficacy: Vaccination for Infection Protection
Can vaccination lower the COVID-19 virus infection rate? Different countries or regions use different sets of vaccines. We can calculate a relative protection index to indicate how efficient a country of region is with its vaccines to prevent COVID-19 virus infections. This protection index is liste...
2022-12-28, 163👍, 0💬

Display Protein Structure with 3Dmol.js
How to display a protein structure with 3Dmol.js? You can follow these steps to display a protein structure by loading an online PDB file. 1. Get URL of the online PDB file: https://files.rcsb.org/downloa d/1YCR.pdb2. Create an HTML file, View-PDB-Online.html, with the following code. The PDB file l...
2022-12-26, 246👍, 0💬

Play with Embedded 3Dmol Viewer
Where can I play with the Embedded 3Dmol Viewer? You can play with the Embedded 3Dmol Viewer below. Because there is a code bug in the 3Dmol.js library, you need to select "cid" to load a PDB protein, or select "pdb" to load a CID molecule.   x=1; Leave a message in the comment area, if you have any...
2022-12-26, 351👍, 0💬

UI Bug in Embedded 3Dmol Viewer
Why am I not able to load a PDB protein on the Embedded 3Dmol Viewer UI? The current version of Embedded 3Dmol Viewer has a small code bug. It labels the dropdown list for data loading incorrectly. It labels PDB as "cid" and CID as "pdb". For example, if you select "pdb" and enter "1YCR", you will s...
2022-12-26, 154👍, 0💬

addModel() - Add Model from Data
How to create a model from a molecule data string with 3Dmol.js addModel() methods? viewer.addModel() method in the $3Dmol.GLViewer class allows you to create a model from molecule data string: {$3Dmol.GLViewer} addModel(data, format, options) -&gt; {$3Dmol.GLModel} Here is an HTML code example,...
2022-12-26, 160👍, 0💬

3Dmol.js FAQ
Where to find 3Dmol.js FAQ (Frequently Asked Questions)? I want to learn more about 3Dmol.js JavaScript library. Here is a large collection of answers to frequently asked questions compiled by FYIcenter.com team about 3Dmol.js JavaScript library: Getting Started with 3Dmol.js What Is 3Dmol.js Librar...
2022-12-24, 656👍, 0💬

Difference between 3Dmol.js and 3Dmol-min.js
What is the difference between 3Dmol.js and 3Dmol-min.js? From code point of view, 3Dmol.js and 3Dmol-min.js are the same. But they are stored in different file formats: 1. 3Dmol-min.js is the minimized version of 3Dmol.js with all line breaks and other white spaces removed. 2. 3Dmol-min.js is 3 tim...
2022-12-24, 334👍, 0💬

Getting Started with 3Dmol.js
Where to find FAQ (Frequently Asked Questions) on Getting Started with 3Dmol.js? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Getting Started with 3Dmol.js. What Is 3Dmol.js Library Use the Online Version of 3Dmol.js Library Install 3Dmol.js...
2022-12-24, 230👍, 0💬

What Is 3Dmol.js Library
What Is 3Dmol.js Library? 3Dmol.js is an object-oriented, WebGL based JavaScript library for online molecular visualization - No Java required! With 3Dmol.js, you can add beautifully rendered molecular visualizations to your web applications. Main features of 3Dmol.js are: support for pdb, sdf, mol2...
2022-12-24, 217👍, 0💬

Display 3-D Molecule Structure with 3Dmol.js
How to display a 3-D molecule structure with 3Dmol.js? If you have a 3-D molecule structure stored in SDF format, you can follow these steps to load and display it with the 3Dmol.js library. 1. Create an HTML file, Display-Molecule.html, with the following code. The molecule's SDF data is hidden in ...
2022-12-24, 208👍, 0💬

Use the Online Version of 3Dmol.js Library
How to use the online version of the 3Dmol.js Library to draw a graphical object? I don't want to install the library locally. Yes, you can follow these steps to the online version of the 3Dmol.js library to draw graphical objects. The online version is located at https://3Dmol.csb.pitt.edu/bui ld/3D...
2022-12-24, 198👍, 0💬

Install 3Dmol.js Library Locally
How to install the 3Dmol.js library locally on my own Web server? If you want use a local copy of the 3Dmol.js library, you can follow these steps. 1. Download a copy of the 3Dmol.js library: fyicenter$ curl https://3Dmol.csb.pitt.edu/bui ld/3Dmol-min.js&gt; 3Dmol-min.js 2. Create an HTML file, ...
2022-12-24, 183👍, 0💬

What Is Tanimoto coefficient
What Is Tanimoto coefficient? Tanimoto coefficient is a metric (or score) to measure the similarity of two sets of elements. Tanimoto coefficient can be simply defined as the ratio of the intersection of the two sets over the union of the two sets. More precisely, the Tanimoto coefficient of set A a...
2022-12-15, 15709👍, 2💬

💬 2022-12-15 Nio: Thank you for your detailed and clear explanation. It is very helpful and understandable.

💬 2022-10-01 Simpson: Interesting...

JSME Molecule Online Editor
How to create and edit a molecule structure with JSME molecule editor? To help you to create and edit a molecule structure, FYIcenter.com provides this JSME Molecule Online Editor tool. All you need to do is to click a menu icon and draw a molecule by adding one part at a time. When you are done, yo...
2022-12-15, 2937👍, 0💬

Latest Infection Data: Comparison between Regions
How to compare COVID-19 Virus infections between two countries or regions? You select two countries or regions, then click "Compare" to compare their COVID-19 Virus infections:     ⇒ Latest Infection Data: Infection Rates over Population ⇐ Latest Infection Data: Highest Death Counts ⇑ COVID-19 Vir...
2022-12-14, 327👍, 0💬

Latest Infection Data: Infection Rates over Population
Which countries or regions have the highest COVID-19 Virus infection rates on population? The table below provides the highest COVID-19 Virus infection rates on population by country or region.     ⇒ Latest Infection Data: Death Rates over Population ⇐ Latest Infection Data: Comparison between Regi...
2022-12-14, 268👍, 0💬

<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   Sort: Rank