Difference between revisions of "Database Connection"

From Jmol
Jump to navigation Jump to search
(load from databases)
 
(load from databases)
Line 4: Line 4:
  
 
== PDB ==
 
== PDB ==
 +
(The [http://www.pdb.org RCSB Protein Data Bank])
 +
 
Macromolecular structures may be retrieved from the PDB database:
 
Macromolecular structures may be retrieved from the PDB database:
 
* Using the Jmol application, top menu bar <code>File > Get PDB</code>. A dialog is displayed where you can type a 4-character PDB ID.
 
* Using the Jmol application, top menu bar <code>File > Get PDB</code>. A dialog is displayed where you can type a 4-character PDB ID.
Line 11: Line 13:
 
* Using the Jmol application, top menu bar <code>File > Get PDB</code>. You must type a = sign before the 3-character PDB ID of the ligand.  
 
* Using the Jmol application, top menu bar <code>File > Get PDB</code>. You must type a = sign before the 3-character PDB ID of the ligand.  
 
* Using the script language: use two equal signs. Example: <code>load ==etb</code> for  ethyl-coenzyme A.
 
* Using the script language: use two equal signs. Example: <code>load ==etb</code> for  ethyl-coenzyme A.
 +
 +
== NCI/NIH ==
 +
National Cancer Institute, CADD Group's Chemoinformatics Tools, [http://cactus.nci.nih.gov/chemical/structure Chemical Identifier Resolver] (CACTUS server).
 +
 +
Chemical structures may be retrieved from this database by using a common name, a IUPAC name, a SMILES, an InChI, an InChIKey, a Chemical Abstracts registry number...
 +
* Using the Jmol application, top menu bar <code>File > Get MOL</code>. A dialog is displayed where you can type the name or identifier.
 +
* Using the script language: use a dollar sign followed by the name or identifier (no spaces). If the name contains spaces, enclose between quotes. Examples: <code>load $aspirin</code>; <code>load "$acetylsalycilic acid"</code>
 +
 +
== PubChem ==
 +
National Center for Biotechnology Information,  [http://pubchem.ncbi.nlm.nih.gov/ PubChem].
 +
 +
Chemical structures may be retrieved from this database by name
 +
* Using the Jmol application, top menu bar <code>File > Get MOL</code>. A dialog is displayed where you can type the name or identifier, prefixed with a : sign.
 +
* Using the script language: use a colon sign followed by the name or identifier (no spaces). If the name contains spaces, enclose between quotes. Examples: <code>load :aspirin</code>; <code>load ":acetylsalycilic acid"</code>

Revision as of 23:01, 26 April 2012

Connection of Jmol to databases

Jmol can connect to certain databases in order to directly retrieve structures. This applies to the Jmol application and to the Jmol signed applet.

PDB

(The RCSB Protein Data Bank)

Macromolecular structures may be retrieved from the PDB database:

  • Using the Jmol application, top menu bar File > Get PDB. A dialog is displayed where you can type a 4-character PDB ID.
  • Using the script language: use an equal sign followed by the 4-character PDB ID (no spaces). Example: load =1crn for crambin.

Ligand structures can also be retrieved from the PDB:

  • Using the Jmol application, top menu bar File > Get PDB. You must type a = sign before the 3-character PDB ID of the ligand.
  • Using the script language: use two equal signs. Example: load ==etb for ethyl-coenzyme A.

NCI/NIH

National Cancer Institute, CADD Group's Chemoinformatics Tools, Chemical Identifier Resolver (CACTUS server).

Chemical structures may be retrieved from this database by using a common name, a IUPAC name, a SMILES, an InChI, an InChIKey, a Chemical Abstracts registry number...

  • Using the Jmol application, top menu bar File > Get MOL. A dialog is displayed where you can type the name or identifier.
  • Using the script language: use a dollar sign followed by the name or identifier (no spaces). If the name contains spaces, enclose between quotes. Examples: load $aspirin; load "$acetylsalycilic acid"

PubChem

National Center for Biotechnology Information, PubChem.

Chemical structures may be retrieved from this database by name

  • Using the Jmol application, top menu bar File > Get MOL. A dialog is displayed where you can type the name or identifier, prefixed with a : sign.
  • Using the script language: use a colon sign followed by the name or identifier (no spaces). If the name contains spaces, enclose between quotes. Examples: load :aspirin; load ":acetylsalycilic acid"

Contributors

AngelHerraez, Rzepa