<< < 321 322 323 324 325 326 327 328 329 330 331 > >>   ∑:11600  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, 407🔥, 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, 403🔥, 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, 400🔥, 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, 365🔥, 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, 353🔥, 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, 331🔥, 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, 324🔥, 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, 299🔥, 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, 299🔥, 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, 273🔥, 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, 270🔥, 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, 270🔥, 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, 260🔥, 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, 252🔥, 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, 249🔥, 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, 246🔥, 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, 231🔥, 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, 216🔥, 0💬

URL to Start Online 3Dmol Viewer
What Is URL to Start the Online 3Dmol Viewer? You can use the following URL to the the Online 3Dmol Viewer: https://3dmol.csb.pitt.edu/vie wer.htmlThe 3Dmol Viewer will display a blank window with a menu icon. Click the menu icon, you can see 3 options to load the molecule data into the viewer: Sele...
2023-09-07, 454🔥, 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, 451🔥, 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, 419🔥, 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, 403🔥, 0💬

"new window.ResizeObserver(this.resize)" Error
Why am I getting the "error creating viewer: TypeError: undefined is not a constructor" error at "new window.ResizeObserver(this.res ize)"?If you load a 3Dmol.js HTML file in an older Apple Safari Web browser, you will get the following error in the browser developer console. error creating viewer: ...
2023-09-07, 398🔥, 0💬

What Is Online Server of 3Dmol Viewer
What Is Online Server of 3Dmol Viewer? Online Server of 3Dmol Viewer is an online service provided by University of Pittsburgh. It allows you to view 3-D structures of molecules including proteins interactively using the 3Dmol.js library. Main features of Online Server of 3Dmol Viewer are: support f...
2023-09-07, 373🔥, 0💬

<< < 321 322 323 324 325 326 327 328 329 330 331 > >>   ∑:11600  Sort:Rank