<< < 604 605 606 607 608 609 610 611 612 613 614 > >>   ∑:15912  Sort:Rank

Molecule FYI-1001782
Molecule Summary: ID: FYI-1001782 SMILES: C1CCCCCCC1 Received at FYIcenter.com on: 2022-12-05
2022-12-28, 3272🔥, 0💬

Molecule FYI-1001781
Molecule Summary: ID: FYI-1001781 SMILES: CCn1c2ccccc2c2cc(ccc12)CNc1nc2 ccccc2n1CReceived at FYIcenter.com on: 2022-12-03
2022-12-28, 2054🔥, 0💬

Molecule FYI-1001785
Molecule Summary: ID: FYI-1001785 SMILES: CN4CCN(Cc3ccc(NC(=O)c2ccc(c1cc ccc1)cc2)cc3)CC4Received at FYIcenter.com on: 2022-12-07
2022-12-28, 2048🔥, 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, 1992🔥, 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, 1984🔥, 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, 1971🔥, 0💬

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

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, 1866🔥, 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, 1328🔥, 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, 1314🔥, 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, 1284🔥, 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, 982🔥, 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, 1864🔥, 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, 1329🔥, 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, 1305🔥, 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, 1298🔥, 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, 3913🔥, 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, 2159🔥, 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, 1838🔥, 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, 1668🔥, 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, 1557🔥, 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, 1449🔥, 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, 27844🔥, 2💬

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

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

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

<< < 604 605 606 607 608 609 610 611 612 613 614 > >>   ∑:15912  Sort:Rank