<< < 425 426 427 428 429 430 431 432 433 434 435 > >>   ∑:14098  Sort:Rank

Start Online 3Dmol Viewer on Linux
How to start Online 3Dmol Viewer on my local server? If you have installed the Online 3Dmol Viewer in your home directory as shown in the previous tutorial, you can start and test it with these steps: 1. Go to the Online 3Dmol Viewer directory: fyicenter$ cd 3Dmol.js/packages/learning-env ironment2....
2023-09-10, 699🔥, 0💬

Latest Vaccination Data: Vaccinated with Boosters
Which countries or regions have the highest rates of population with booster vaccinations? The table below lists countries or regions with highest rates of population with booster vaccinations against COVID-19 virus. Data source is from from World Health Organization 。 Vaccinated with boosters means...
2023-09-10, 675🔥, 0💬

Install Online 3Dmol Viewer on Linux
How to install Online 3Dmol Viewer on my local Linux computer? The easiest way to use the Online 3Dmol Viewer is through the hosted server at https://3dmol.org/viewer.html . But if you want to have full control of the Online 3Dmol Viewer and faster response time, you can host it yourself on a Linux ...
2023-09-10, 654🔥, 0💬

Latest Vaccination Data: List of Authorized Vaccines
Which COVID-19 virus vaccines are authorized in different countries and regions? The table below lists all COVID-19 virus vaccines in the world. Data source is from from World Health Organization 。   ⇒ COVID-19 Virus Vaccine Efficacy ⇐ Latest Vaccination Data: Vaccination Doses ⇑ COVID-19 Virus Va...
2023-09-10, 613🔥, 0💬

Fetch Sequences from SwissProt with Bio.ExPASy.get_sprot_raw()
How to Fetch Sequences from SwissProt with Bio.ExPASy.get_sprot_raw() function? SwissProt with Bio.ExPASy.get_sprot_raw() function allows you to fetch protein sequences from SwissProt database. Here is an example on how to Fetch Sequences from SwissProt. fyicenter$ python &gt;&gt;&gt; fr...
2023-09-10, 565🔥, 0💬

Using Embedded 3Dmol Viewer
Where to find FAQ (Frequently Asked Questions) on Using Embedded 3Dmol Viewer? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using Embedded 3Dmol Viewer. What Is Embedded 3Dmol Viewer Assign Embedded 3Dmol Viewer to DIV Multiple Selections wi...
2023-09-10, 553🔥, 0💬

UI Components of Online 3Dmol Viewer
What functions are supported by UI components on the Online 3Dmol Viewer? UI components on the Online 3Dmol Viewer support the following functions: 1. Model Data Input: Accessible through the "File/PDB/URL" menu item. You can load PDB protein data from the online PDB database, molecule compound data...
2023-09-10, 549🔥, 0💬

COVID-19 Virus Vaccine Efficacy
Where to find FAQ (Frequently Asked Questions) in understanding COVID-19 Virus Vaccine Efficacy? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team in understanding COVID-19 Virus Vaccine Efficacy. Vaccine Efficacy: Vaccination for Infection Protecti...
2023-09-10, 544🔥, 0💬

$3Dmol.download('cid:...', ...) - Download CID Molecule
How to download molecule by CID with the $3Dmol.download() method? The syntax to download molecule by CID with the $3Dmol.download() method is shown below: $3Dmol.download("cid:{CID}", viewer, options, callback) -&gt; {$3Dmol.GLModel} viewer - The $3Dmol.GLViewer instance where the downloaded pr...
2023-09-10, 542🔥, 0💬

Search History with Bio.Entrez for Subsequent Calls
How to Use Search History with Bio.Entrez for Subsequent Calls? If use Bio.Entrez.esearch() and found a large number of matches, you can use the history feature to retrieve matched records in multiple sequence Bio.Entrez.efetch() calls. 1. Turn on the history feature in the esearch() call with the u...
2023-09-10, 528🔥, 0💬

GLViewer Class and Instance Methods
What is the GLViewer Class? GLViewer, or $3Dmol.GLViewer, is a class in the $3Dmol namespace, that defines a WebGL-based viewer. There are 2 ways to instantiate a GLViewer instance: new $3Dmol.GLViewer(element, config) -&gt; $3Dmol.GLViewer $3Dmol.createViewer(element, config) -&gt; $3Dmol.G...
2023-09-10, 491🔥, 0💬

3Dmol.js Bug - data-ui=true Impacts on Selection
Why is the default style done after removing data-ui="true" in the embedded 3Dmol viewer? There seems to be code bug in the 3Dmol.js library. Here is an HTML code example, Embedded-Viewer-data-ui-Bug.ht ml,that contains 2 embedded viewers: one with data-ui="true" and the other without data-ui="true"...
2023-09-10, 471🔥, 0💬

$3Dmol Namespace and Static Methods
What is the GLViewer Class? $3Dmol is the top namespace of the $3Dmol.js library. It contains a sub-namespace, several classes and some static methods as listed below. Sub-namespaces : $3Dmol.GLDraw - Lower level utilities for creating WebGL shape geometries Classes : $3Dmol.GLModel - A group of rel...
2023-09-10, 435🔥, 0💬

Start Online 3Dmol Viewer on Linux
How to start Online 3Dmol Viewer on my local server? If you have installed the Online 3Dmol Viewer in your home directory as shown in the previous tutorial, you can start and test it with these steps: 1. Go to the Online 3Dmol Viewer directory: fyicenter$ cd 3Dmol.js/packages/learning-env ironment2....
2023-09-10, 387🔥, 0💬

Load Data from Another HTML Element
How to load molecule data from another HTML element into the Embedded 3Dmol Viewer? You can use "data-element" and "data-type" attributes on the DIV element to load molecule data another HTML element into the Embedded 3Dmol Viewer. Here is an HTML code example, Embedded-Viewer-data-element.h tml,tha...
2023-09-10, 378🔥, 0💬

Load Data by URL into Embedded 3Dmol Viewer
How to load data by URL into the Embedded 3Dmol Viewer? You can use "data-href" and "data-type" attributes on the DIV element to load molecule data from a URL into the Embedded 3Dmol Viewer. Here is an HTML code example, Embedded-Viewer-data-href.html ,that loads a Benzene molecule in SDF format wit...
2023-09-10, 371🔥, 0💬

UI Components of Embedded 3Dmol Viewer
What functions are supported by UI components on the Embedded 3Dmol Viewer? UI components on the Embedded 3Dmol Viewer support the following functions: 1. Model Data Input: Accessible through the first icon on the left. You can load PDB protein data from the online PDB database, or molecule compound...
2023-09-10, 364🔥, 0💬

$3Dmol.download('pdb:...', ...) - Download PDB Protein
How to download PDB Protein Data with the $3Dmol.download() method? The syntax to download PDB Protein Data with the $3Dmol.download() method is shown below: $3Dmol.download("pdb:{PDB_ID}" ,viewer, options, callback) -&gt; {$3Dmol.GLModel} viewer - The $3Dmol.GLViewer instance where the download...
2023-09-10, 362🔥, 0💬

Molecule FYI-1002102
Molecule Summary: ID: FYI-1002102 Names: InChIKey: YIPHJCXGKOXJLT-DEBNXKLASA-N SMILES: COc%31cc(CC(CO)Oc%30ccc(CC(CO) Oc%29ccc(CC(CO)Oc5c(OC)cc(CC(C O)Oc4ccc(C1OCC2C1COC2c3ccc(O)c (OC)c3)cc4OC)cc5c%23cc(CC(CO)O c%18c(OC)cc(CC(CO)Oc9c(OC)cc(C C(CO)Oc8ccc(CC(CO)Oc7ccc(CC(CO )Oc6ccc(/C=C/CO)cc6OC)cc7OC)cc 8OC...
2023-09-10, 359🔥, 0💬

Missing 3Dmol-min.js on Local 3Dmol Server
Why is my local 3Dmol server redirecting to browser to https://get.webgl.org/? If you access your local 3Dmol server with a browser, and you see the https://get.webgl.org/ Website displayed, it's most likely missing the 3Dmol-min.js file on the server. This may happen if 3Dmol server was not install...
2023-09-10, 345🔥, 0💬

Code Bug in server.py in 3Dmol Source Code
Why am I getting the "Connection refused" error when accessing my local 3Dmol Viewer? If you are getting the "Connection refused" error when accessing your hosted 3Dmol Viewer over the network, it's most likely caused by the code bug in the server's Python source code. 1. Make sure that your 3Dmol V...
2023-09-10, 336🔥, 0💬

"style={...}:..." - Specify Style Attributes
How to Specify Style Attributes using the "style={...}:...,..." URL parameter in the Online 3Dmol Viewer? Style Attributes can be specified as a comma separated list of "key~value" tokens. For example, the following URL provided 3 style attributes for the "carton" style: https://3dmol.org/viewer.htm.. .
2023-09-07, 809🔥, 0💬

"labelres={...}" - residue Label Properties
How to turn on and specify residue label properties using the "labelres={...}" URL parameter in the Online 3Dmol Viewer? You can use the labelres={key:value;key:value; ...}URL parameter to turn on residue labels with given properties. For example, the following URL turns on residue labels with defau...
2023-09-07, 796🔥, 0💬

"cid={PubChem_CID}" - Load Molecule from PubMed
How to load a molecule structure with the CID in the Online 3Dmol Viewer? You can use the cid={PubChem_CID} URL parameter to load a molecule structure from https://pubchem.ncbi.nlm.nih.g ov/in the Online 3Dmol Viewer. https://3dmol.org/viewer.html? cid={PubChem_CID}For example, enter the following U...
2023-09-07, 726🔥, 0💬

<< < 425 426 427 428 429 430 431 432 433 434 435 > >>   ∑:14098  Sort:Rank