<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://webchemwiki.biodata.ceitec.cz/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Matthew</id>
	<title>WebChemistry Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://webchemwiki.biodata.ceitec.cz/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Matthew"/>
	<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/Special:Contributions/Matthew"/>
	<updated>2026-04-22T00:10:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:SelectionAlgebra&amp;diff=2413</id>
		<title>LiteMol:SelectionAlgebra</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:SelectionAlgebra&amp;diff=2413"/>
		<updated>2017-05-05T12:23:12Z</updated>

		<summary type="html">&lt;p&gt;Matthew: edited by MJC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LiteMol has an atom selection language available, similar to other structure visualization tools such as VMD or PyMOL. The &#039;&#039;&#039;LiteMol selection algebra&#039;&#039;&#039; is inspired by our other service - [[PatternQuery:UserManual | PatternQuery]]. While in the present version the selection syntax will be mainly used by method developers, syntax enabling the use of [[LiteMol:SelectionAlgebra#PyMOL | PyMOL ]] and possibly [[LiteMol:SelectionAlgebra#VMD| VMD]] selection algebra will be introduced in the near future.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=LiteMol selection algebra=&lt;br /&gt;
&lt;br /&gt;
Molecular selections can be created in two different active contexts - [[LiteMol:Hierarchy#Molecule_Model_.28MM.29 | model of molecule]] or [[LiteMol:Hierarchy#Molecule_Visual_.28VM.29 | molecule visual]]. If either of the contexts is active in the entity tree, the right panel is populated with the &#039;&#039;&#039;Selection&#039;&#039;&#039; action. Next, you can create a named selection using the dedicated query language and further modify the visual part of your selection. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 {{large| &#039;&#039;&#039;Notice:&#039;&#039;&#039;}} Arguments of LiteMol selection queries are &#039;&#039;&#039;case sensitive&#039;&#039;&#039;!&lt;br /&gt;
&lt;br /&gt;
Meaning: &#039;&#039;&#039;GLY&#039;&#039;&#039; is a common non-polar residue found in PDB entries, whereas &#039;&#039;&#039;Gly&#039;&#039;&#039;, &#039;&#039;&#039;gly&#039;&#039;&#039;, or &#039;&#039;&#039;G&#039;&#039;&#039; do not exist. &lt;br /&gt;
&lt;br /&gt;
==Basic queries==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | List of selection queries&lt;br /&gt;
|-&lt;br /&gt;
!Query definition&lt;br /&gt;
!Example&lt;br /&gt;
!Selection description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  atomsByElement(elements: string[]) &amp;lt;/code &amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  atomsByElement(&#039;C&#039;), atomsByElement(&#039;C&#039;,&#039;O&#039;) &amp;lt;/code&amp;gt;&lt;br /&gt;
| Atoms based on their element symbol (field &#039;&#039;_atom_site.type_symbol&#039;&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  atomsByName(elements: string[]) &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  atomsByName(&#039;C&#039;), atomsByName(&#039;N&#039;,&#039;CA&#039;,&#039;C&#039;,&#039;O&#039;) &amp;lt;/code&amp;gt;&lt;br /&gt;
| Atoms based on their atom name (field &#039;&#039;_atom_site.label_atom_id&#039;&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  atomsById(numbers: number[]) &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  atomsById(1), atomsById(1,2,3) &amp;lt;/code&amp;gt;&lt;br /&gt;
| Atoms based on their integer identifier (field &#039;&#039;_atom_site.id &#039;&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  residuesByName(elements: string[]) &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  residuesByName(&#039;GLY&#039;), residuesByName(&#039;ALA&#039;, &#039;PO4&#039;) &amp;lt;/code&amp;gt;&lt;br /&gt;
| Residues based on their residue name (field &#039;&#039;_atom_site.label_comp_id&#039;&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  residuesById(numbers: number[]) &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  residuesById(100), residuesById(42,157,238) &amp;lt;/code&amp;gt;&lt;br /&gt;
| Residues based on integer identified (field &#039;&#039;_atom_site.auth_seq_id&#039;&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  chainsById(elements: string[]) &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  chainsById(&#039;A&#039;), chainsById(&#039;A&#039;, &#039;B&#039;) &amp;lt;/code&amp;gt;&lt;br /&gt;
| Polymer chains based on their id (field &#039;&#039;_atom_site.auth_asym_id&#039;&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt; backbone() &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt; backbone() &amp;lt;/code&amp;gt;&lt;br /&gt;
| Extracts structure backbone defined by certain atom names. &#039;&#039;&#039;Protein:&#039;&#039;&#039; &#039;&#039;N&#039;&#039;, &#039;&#039;CA&#039;&#039;, &#039;&#039;C&#039;&#039;, &#039;&#039;O&#039;&#039;. &#039;&#039;&#039;Nucleotide:&#039;&#039;&#039; &#039;&#039;P&#039;&#039;, &#039;&#039;OP1&#039;&#039;, &#039;&#039;OP2&#039;&#039;, &#039;&#039;O3&#039; &#039;&#039;, &#039;&#039;O5&#039; &#039;&#039;, &#039;&#039;C3&#039; &#039;&#039;, &#039;&#039;C5&#039; &#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt; sidechain() &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt; sidechain() &amp;lt;/code&amp;gt;&lt;br /&gt;
| Complement to the previous query, i.e. all &#039;&#039;polymer&#039;&#039; atoms without such name are reported.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt; hetGroups() &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt; hetGroups() &amp;lt;/code&amp;gt;&lt;br /&gt;
| &#039;&#039;HETATM&#039;&#039; atoms defined by the field &#039;&#039;_atom_site.group_PDB&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt; nonHetPolymer() &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt; nonHetPolymer() &amp;lt;/code&amp;gt;&lt;br /&gt;
| &#039;&#039;ATOM&#039;&#039; atoms defined by the field &#039;&#039;_atom_site.group_PDB&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt; cartoon() &amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;code&amp;gt; cartoon() &amp;lt;/code&amp;gt;&lt;br /&gt;
| Extracts atoms vital for &#039;&#039;polymer&#039;&#039; cartoon visualization based on their names: &#039;&#039;CA&#039;&#039;, &#039;&#039;O&#039;&#039;, &#039;&#039;O5&#039; &#039;&#039;, &#039;&#039;C3&#039; &#039;&#039;, &#039;&#039;N3&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt; everything() &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt; everything() &amp;lt;/code&amp;gt;&lt;br /&gt;
| All atoms in the active context.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Advanced queries==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | List of selection queries&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
Query&lt;br /&gt;
!&lt;br /&gt;
Examples&lt;br /&gt;
!&lt;br /&gt;
Selection description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  inside(where: Selection, sel: Selection) &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  residuesByName(&#039;GLY&#039;).inside(chainsById(&#039;A&#039;)) &amp;lt;/code&amp;gt;&lt;br /&gt;
| Finds selection within another selection.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  ambientResidues(where: Selection, nmb: number ) &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  residuesByName(&#039;HEM&#039;).ambientResidues(5) &amp;lt;/code&amp;gt;&lt;br /&gt;
| Surrounds the inner selection by residues that have at least one atom within the given radius&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  wholeResidues(where: Selection) &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  atomsByElement(&#039;Pt&#039;).wholeResidues() &amp;lt;/code&amp;gt;&lt;br /&gt;
| Surrounds the inner selection by all atoms of residue&#039;s origin.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Logical queries==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | List of selection queries&lt;br /&gt;
|-&lt;br /&gt;
!Query&lt;br /&gt;
!Examples&lt;br /&gt;
!Selection description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  or(selections: Selection[]) &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  or(residuesByName(&#039;HEM&#039;).ambientResidues(5), chainsById(&#039;A&#039;)) &amp;lt;/code&amp;gt;&lt;br /&gt;
| Merges several selections.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  intersectWith(where: Selection, sel: Selection) &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  residuesByName(&#039;HEM&#039;).ambientResidues(5).intersectWith(chainsById(&#039;A&#039;)) &amp;lt;/code&amp;gt;&lt;br /&gt;
| Finds intersection between two selections.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;  complement(where: Selection) &amp;lt;/code&amp;gt;&lt;br /&gt;
| &amp;lt;code&amp;gt;  chainsById(&#039;A&#039;).complement() &amp;lt;/code&amp;gt;&lt;br /&gt;
| Finds the complement of the inner selection to the active context.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Functionality&amp;diff=2412</id>
		<title>LiteMol:Functionality</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Functionality&amp;diff=2412"/>
		<updated>2017-05-05T12:18:21Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Classic features */ mjc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{large| &#039;&#039;&#039;LiteMol is a powerful and blazing-fast cross-platform tool for handling 3D macromolecular data in the browser. [https://webchemdev.ncbr.muni.cz/LiteMol/Viewer/ Try it now!]&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
=Classic features=&lt;br /&gt;
* Supports all major structural data formats ([http://mmcif.wwpdb.org/ PDBx/mmcif], [https://www.wwpdb.org/documentation/file-format PDB], [http://pubs.acs.org/doi/pdf/10.1021/ci00007a012 SDF]).&lt;br /&gt;
* All common visualization models (&#039;balls-and-sticks&#039;/cartoon/Cα-trace/VDW spheres/surfaces).&lt;br /&gt;
* Displays electron densities for X-ray crystallographic structures and electronic potential maps for cryo-EM models.&lt;br /&gt;
* Available as a [https://webchemdev.ncbr.muni.cz/LiteMol/Viewer/ standalone viewer] or as a [https://github.com/dsehnal/LiteMol library} for embedding into third party applications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:LiteMol-Models.png|center|800px]]&lt;br /&gt;
&lt;br /&gt;
=Advanced features=&lt;br /&gt;
* Introduces the [https://github.com/dsehnal/BinaryCIF BinaryCIF] a compression format compatible with standard PDBx/mmCIF format &#039;&#039;greatly reducing&#039;&#039; the amount of transferred data.&lt;br /&gt;
* [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] allows for streaming only those parts of the structural model relevant for the user required visualization. This further &#039;&#039;decreases&#039;&#039; the amount of &#039;&#039;transferred data&#039;&#039; and facilitates &#039;&#039;near instant responsiveness&#039;&#039; even for huge structures such as ribosomes and viral capsids. All in your web browser.&lt;br /&gt;
* [http://webchem.ncbr.muni.cz/DensityServer DensityServer ] allows &#039;&#039;instant access&#039;&#039; to full resolution user determined slices of &#039;&#039;electron density&#039;&#039; (e.g. binding sites) and down sampled surface of the entire biomacromolecular structure.&lt;br /&gt;
* Displays [https://www.wwpdb.org/validation/validation-reports wwPDB validation reports] and [[ValidatorDB:UserManual | ValidatorDB ligand validation]].&lt;br /&gt;
* Displays &#039;&#039;sequence annotations&#039;&#039; from [http://pfam.xfam.org/ Pfam], [https://www.ebi.ac.uk/interpro/ InterPro], [www.cathdb.info CATH], [http://scop.berkeley.edu/ SCOP], [http://www.uniprot.org/ UniProt].&lt;br /&gt;
* Visualizer requires only an up-to-date &#039;&#039;web browser&#039;&#039; with no dependencies required. Runs on all &#039;&#039;mobile devices&#039;&#039;.&lt;br /&gt;
* Minimal &#039;&#039;memory footprint&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:LiteMol-Performance.png|center|800px]]&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2411</id>
		<title>LiteMol:Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2411"/>
		<updated>2017-05-05T12:08:42Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Raw Data */ mjc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LiteMol-hierarchy.png | thumb | 200px | right| An example of an &#039;&#039;&#039;entity tree&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
All data in LiteMol are organized in a hierarchy represented by the &#039;&#039;&#039;entity tree&#039;&#039;&#039;. This tree is shown in LiteMol&#039;s left panel. When you click on an entity in the tree, you will see all actions applicable to this entity listed in the right panel.&lt;br /&gt;
&lt;br /&gt;
This page lists all types of entities and explains the actions they provide. The entity types can be divided into four sections: Structures, Visualization, Annotations, and Raw Data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Structures=&lt;br /&gt;
&lt;br /&gt;
This section describes the entities used for representation of molecular models and electron density maps. It does not contain any information about how these data are visualized.&lt;br /&gt;
&lt;br /&gt;
==Root Entity==&lt;br /&gt;
&lt;br /&gt;
The highest level of the hierarchy is the &#039;&#039;&#039;Root Entity&#039;&#039;&#039;, which is created at the beginning of LiteMol session. It represents the starting point of all actions and all other entities you create are its direct or indirect descendants.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Loads a structure of a molecule and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. The structure can be obtained from several sources:&lt;br /&gt;
** &#039;&#039;&#039;CoordinateServer&#039;&#039;&#039; - Downloads the structure from an internet location that provides [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] functionality. These parameters can be set: &lt;br /&gt;
*** &#039;&#039;&#039;Id&#039;&#039;&#039; - Specify the PDB identifier of the structure.&lt;br /&gt;
*** &#039;&#039;&#039;Type&#039;&#039;&#039; - Can be either &#039;&#039;&#039;Full&#039;&#039;&#039; (coordinates of all atoms are downloaded) or &#039;&#039;&#039;Cartoon&#039;&#039;&#039; (only atoms necessary for cartoon visualization are downloaded, so the download will be faster).&lt;br /&gt;
*** &#039;&#039;&#039;Low Precision&#039;&#039;&#039; - If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = Off, the atomic coordinates are downloaded in full precision (3 decimal places). If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = On, then the coordinates are downloaded only with 1 decimal place. This change is almost unnoticeable in the visualized structure but less data are downloaded.&lt;br /&gt;
*** &#039;&#039;&#039;Server&#039;&#039;&#039; - By default, the data are downloaded from the CoordinateServer located at webchem.ncbr.muni.cz/CoordinateServer, however, this can be changed.&lt;br /&gt;
** &#039;&#039;&#039;PDBe Updated mmCIF&#039;&#039;&#039; - Downloads the structure from the PDBe server (e.g. www.ebi.ac.uk/pdbe/static/entry/1cbs_updated.cif) using the updated mmCIF format file. &lt;br /&gt;
** &#039;&#039;&#039;URL&#039;&#039;&#039; - Downloads the structure from any specified internet location.&lt;br /&gt;
** &#039;&#039;&#039;File on Disk&#039;&#039;&#039; - Loads the structure from a file on your computer. The format of the file will be inferred from its extension.&lt;br /&gt;
* &#039;&#039;&#039;Density Data from PDBe&#039;&#039;&#039; – Downloads the electron density or electronic potential map for a molecule specified by its PDB ID (or EMDB ID) from the PDBe server and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. However, a much faster way to visualize densities is to create a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and then use the &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; action. &lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Downloads the portion of structural data that is necessary for simple visualization of a molecule. If more data are needed later, they will be downloaded automatically. This behavior is particularly useful when working with extremely large molecules, where full download may take more time, or when limited by hardware resources (slow/expensive Internet connection, limited memory) especially on mobile devices. You can specify what server should be used as the source of the data (e.g. http://webchemdev.ncbr.muni.cz/CoordinateServer or http://www.ebi.ac.uk/pdbe/coordinates). Creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Download Data&#039;&#039;&#039; - Acquires a data file from a URL. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Open Data File&#039;&#039;&#039; - Loads a data file from your computer. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule (M)==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule&#039;&#039;&#039; entity represents a set of structural data for a &#039;&#039;&#039;Molecule&#039;&#039;&#039; (which corresponds to one PDB entry or one mmCIF file).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039; – Creates a model of the molecule ([[LiteMol:Hierarchy#Molecule Model (MM) |Molecule Model]] entity). Some PDB entries (mostly NMR structures) contain multiple models, in such case, the sequential number (&#039;&#039;&#039;Index&#039;&#039;&#039;) of the desired model to be displayed can be specified.&lt;br /&gt;
* &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; - Creates a [[LiteMol:Hierarchy#Density Streaming (BDS) |Density Streaming]] for this molecule. Clicking on an atom or residue in the structure will instantly download and display the density data for the surrounding region. This solution is, in general, much faster than downloading the whole density map (often more than 1 GB). More details are available [http://webchem.ncbr.muni.cz/DensityServer here].&lt;br /&gt;
* &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; – Downloads wwPDB validation data for this molecule from PDBe and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; - Downloads validation data for the ligands in this molecule from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB] and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;PDBe Sequence Annotations&#039;&#039;&#039; – Downloads sequence annotation data for this molecule from PDBe (collected from sources such as UniProt, InterProt, Pfam etc.) and creates a [[LiteMol:Hierarchy#Sequence Annotations (SA) | Sequence Annotations]] entity.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model (M&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-default.png | thumb | 400px | right| Model of the protein with PDB identifier 1CBS in default visualization produced by &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; (&#039;&#039;&#039;Cartoon&#039;&#039;&#039; for biopolymer, &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; for non-biopolymer ligand, and &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; with &#039;&#039;&#039;Opacity&#039;&#039;&#039; 0.25 for water molecules). ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity represents a static model of a molecule, i.e. 3D coordinates of each atom. (If your PDB entry contains multiple alternative models, each of them will be in a separate &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity.)&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity. Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Assembly&#039;&#039;&#039; – Some PDB entries contain information about how multiple copies of the molecule should be positioned in space in order to create an assembly (e.g. a virus capsid). Alternatively,  just a part of the model can constitute a relevant assembly (e.g. the model contains a two molecules while a monomer is present &#039;&#039;in vivo&#039;&#039;). This action applies this information to your model and creates a new model containing the assembly. Some PDB entries provide more than one assembly.&lt;br /&gt;
* &#039;&#039;&#039;Crystal Symmetry&#039;&#039;&#039; – Creates a new model containing the original molecule and its closest neighbours in the crystal structure. Two modes are available: &#039;&#039;&#039;Interaction&#039;&#039;&#039; shows only those atoms that are within the specified radius (in Angstrom) from the original structure, &#039;&#039;&#039;Mates&#039;&#039;&#039; shows all copies of the structure that have at least one atom within this radius. This action is obviously not available for structures determined by NMR.&lt;br /&gt;
* &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; – Creates a visual representation of the model. If the model contains several types of molecules (e.g. protein + ligand), these are organized in a group of selections and appropriate visualization is used for each selection (e.g. &#039;&#039;&#039;Cartoon&#039;&#039;&#039; for protein but &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; for ligand). The same visuals are created automatically when the &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity is created.&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Creates a visual representation of the model. This option is less automatic than &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; but more flexible. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Works in a similar way as &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; from the [[LiteMol:Hierarchy#Root Entity | Root Entity]]. If you click on an atom or residue, the coordinates of all atoms in the surrounding volume will be downloaded instantly. This can be useful when a part of the structure has already been downloaded (e.g. the protein backbone) and some additional atoms are required (e.g. sidechains to display the binding site).&lt;br /&gt;
* &#039;&#039;&#039;Update Model&#039;&#039;&#039; – Applicable when multiple models are included in the PDB entry (typical case for NMR structures). This action will remove the current model and create a new model with the specified index (model number). Please keep in mind that this will remove all the changes you have applied to the current model! If you don&#039;t want to loose these changes, go to the superior [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and create a new model in addition to the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Group (G)==&lt;br /&gt;
&lt;br /&gt;
This type of entity is used to organize multiple entities that are logically connected. For example, a group of selections containing different parts of a model (protein, ligand, and water) or a group of sequence annotations obtained from the same database.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model Selection (S&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
This is an entity representing a subset of a molecule model. An example is one protein chain, one atom, or a set of all alanine residues. A selection can be created from either a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] entity or a [[LiteMol:Hierarchy#Molecule Visual (VM) | Molecule Visual]] entity. Selections are created using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Create a visual representation of this selection. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Update Selection&#039;&#039;&#039; - Change the name of the [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] or change its definition using [[LiteMol:SelectionAlgebra | selection algebra language]]. (This action may not be not available for automatically generated selections.)&lt;br /&gt;
&lt;br /&gt;
==Density Data (DD)==&lt;br /&gt;
&lt;br /&gt;
Represents a three-dimensional map of electron density (for X-ray crystal structures) or electronic potential maps (for cryo-EM structures). Two types of maps are available for most crystal structures where structure factors are available in the PDB archive: &#039;&#039;&#039;2Fo-Fc&#039;&#039;&#039; and &#039;&#039;&#039;Fo-Fc&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Surface&#039;&#039;&#039; – Creates a visualization of the density isosurface with the defined isovalue ([[LiteMol:Hierarchy#Density Visual (VDD) |Density Visual]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Interactive Surface&#039;&#039;&#039; – Creates a density isosurface which is shown only for a region of the molecule when you click on that region ([[LiteMol:Hierarchy#Interactive Surface (BIS) |Interactive Surface]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Update CCP4/Map&#039;&#039;&#039; – Allows you to see the properties of this density map, such as standard deviation, minimum, maximum, and mean value.&lt;br /&gt;
&lt;br /&gt;
=Visualization=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that represent different visualizations of molecules and electron density maps.&lt;br /&gt;
&lt;br /&gt;
==Molecule Visual (V&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-cartoon.png | thumb | 250px | right| &#039;&#039;&#039;Cartoon&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-CA_trace.png | thumb | 250px | right| &#039;&#039;&#039;C-α trace&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-balls_and_sticks.png | thumb | 250px | right| &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-VDW_balls.png | thumb | 250px | right| &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-surface.png | thumb | 250px | right| &#039;&#039;&#039;Surface&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Visual&#039;&#039;&#039; is simply a visualization of a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] or its part. It is defined mostly by its type and coloring. These can be changed in &#039;&#039;&#039;Update Visual&#039;&#039;&#039; action. Click on the “+” icon next to “Type” or “Coloring” to modify other attributes. Some attributes are only available for certain types of visualization.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity.  Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Update Visual&#039;&#039;&#039; – Allows you to change the type of visualization and other attributes.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Type&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Cartoon&#039;&#039;&#039; – Schematic representation of the backbone with distinction of helices, strands, and unstructured regions.&lt;br /&gt;
** &#039;&#039;&#039;C-α Trace&#039;&#039;&#039; – Simplified wire-like representation of the backbone (no side-chains).&lt;br /&gt;
** &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; – Atoms are represented by balls, bonds are shown as sticks connecting them. Keep in mind that most structures from X-ray and cryo-EM experiments do not provide positions of hydrogen atoms, so these are not visible in &#039;&#039;&#039;Ball and Sticks&#039;&#039;&#039; representation. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;VDW&#039;&#039;&#039; – Indicates whether all atoms are shown as spheres with uniform radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) or the radius of the sphere radius is based on the element&#039;s Van der Waals radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = On).&lt;br /&gt;
*** &#039;&#039;&#039;Scale&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = On) The ratio between the sphere radius and the element&#039;s Van der Waals radius.&lt;br /&gt;
*** &#039;&#039;&#039;Atom Rds&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) The radius of the sphere in Angstrom. &lt;br /&gt;
*** &#039;&#039;&#039;Bond Rds&#039;&#039;&#039; – The width (radius) of the sticks.&lt;br /&gt;
*** &#039;&#039;&#039;Bond&#039;&#039;&#039; – Color of the sticks. &lt;br /&gt;
** &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; – Shows atoms as spheres width radii corresponding to their Van der Waals radii.&lt;br /&gt;
** &#039;&#039;&#039;Surface&#039;&#039;&#039; – Shows the smoothed boundary surface of the space “filled” by the molecule. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;Probe Radius&#039;&#039;&#039; – How much space around an atom is considered as “filled” by this atom.&lt;br /&gt;
*** &#039;&#039;&#039;Smoothing&#039;&#039;&#039; – With lower values, curvature of the surface around individual atoms will be more noticeable. With higher values the surface will be smoother.&lt;br /&gt;
*** &#039;&#039;&#039;Auto Detail&#039;&#039;&#039; - If set to On, the optimal level of detail is automatically derived from the size of the molecule. If set to Off, the level of detail can be adjusted manually (see the next item).&lt;br /&gt;
*** &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines precisely how the surface should be visualized. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource demanding) when visualizing larger molecules.&lt;br /&gt;
*** &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
* &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the molecule should be visualized and can range from &#039;&#039;&#039;Very Low&#039;&#039;&#039; to &#039;&#039;&#039;Very High&#039;&#039;&#039;. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource demanding) when visualizing larger molecules. If you choose &#039;&#039;&#039;Automatic&#039;&#039;&#039;, LiteMol will infer the optimal level of detail from the molecule&#039;s size.&lt;br /&gt;
* &#039;&#039;&#039;Coloring&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Chain ID&#039;&#039;&#039; – Every chain will be shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Entity ID&#039;&#039;&#039; – The same as &#039;&#039;&#039;Chain ID&#039;&#039;&#039; but chemically identical chains are shown in the same color.&lt;br /&gt;
** &#039;&#039;&#039;Entity Type&#039;&#039;&#039; – Every type of entity (polymer, non-polymer, water) is shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Residue Name&#039;&#039;&#039; – A different color is used for each type of residue.&lt;br /&gt;
** &#039;&#039;&#039;Element Symbol&#039;&#039;&#039; – A different color is used for each element.&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039; - Colors each chain in the colors of rainbow from N-terminus (red) to C-terminus (violet) (or from 5&#039; to 3&#039; in nucleic acids).&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Entity)&#039;&#039;&#039; - Similar to &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039;, but chemically identical chains are treated as a single longer chain (e.g. in a homodimer).&lt;br /&gt;
** &#039;&#039;&#039;Uniform Color&#039;&#039;&#039; – One selected color is used for the whole &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Highlight&#039;&#039;&#039; – The color in which this &#039;&#039;&#039;Visual&#039;&#039;&#039; will be temporarily colored when hovering over the &#039;&#039;&#039;Visual&#039;&#039;&#039; entity in the entity tree. When the cursor is placed on an atom or residue, it will be colored in the same way.&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – If you create a [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] from this &#039;&#039;&#039;Visual&#039;&#039;&#039;, it will be distinguished from the rest of the &#039;&#039;&#039;Visual&#039;&#039;&#039; by having this color.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the &#039;&#039;&#039;Visual&#039;&#039;&#039;. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that changing the type of a &#039;&#039;&#039;Visual&#039;&#039;&#039; will in fact remove the current visual and replace it with a new one, so all changes you have applied to the current &#039;&#039;&#039;Visual&#039;&#039;&#039; (such as creating a selection from it) will be lost! You can go to the superior entity and create a new &#039;&#039;&#039;Visual&#039;&#039;&#039; besides the current &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Density Visual (V&amp;lt;sub&amp;gt;DD&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-density_visual.png | thumb | 250px | right| Density isosurface at 1.5 σ (2Fo-Fc). ]]&lt;br /&gt;
&lt;br /&gt;
Represents an isosurface of electron density, i.e. the surface in 3D connecting all the points with the value of electron density equal to a specified isovalue.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Surface&#039;&#039;&#039; – Allows you to change the attributes of the visualization.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Iso value&#039;&#039;&#039; – The isovalue of electron density used for the visualized surface.&lt;br /&gt;
* &#039;&#039;&#039;Relative&#039;&#039;&#039; - Indicates whether normalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = On) or unnormalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = Off) density values are used. The relationship between the two values is as follows: &#039;&#039;Normalized&#039;&#039; = (&#039;&#039;Unnormalized&#039;&#039; - &#039;&#039;Mean&#039;&#039;) / &#039;&#039;Sigma&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Color&#039;&#039;&#039; – The color of the surface.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the surface. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
* &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Interactive Surface (B&amp;lt;sub&amp;gt;IS&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-interactive_surface.png | thumb | 250px | right| Interactive density isosurface at 1.5 σ (2Fo-Fc) shown for a tryptophan residue and its surroundings with radius 2 Angstroms. ]]&lt;br /&gt;
&lt;br /&gt;
This is a visualization of an isosurface of electron density, just as [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]]. The difference is that this surface is shown only when you click on a residue or an atom in the structure. The surface is shown only for the region around the selected residue or atom. An advantage of this interactive visualization is that the relevant region of density surface is not hindered by the rest of the molecule.&lt;br /&gt;
&lt;br /&gt;
Three default &#039;&#039;&#039;Interactive Surfaces&#039;&#039;&#039; are created automatically when loading density data: blue surface corresponds to isovalue 1.5 in 2Fo-Fc density map. Green and red surfaces correspond to isovalues +3 and -3 in Fo-Fc difference density maps.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Interactive Surface&#039;&#039;&#039; – Change the attributes of the visualization. These attributes are the same as in the case of [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity. An extra attribute is &#039;&#039;&#039;Radius&#039;&#039;&#039;, which allows you to change the size of the region for which the isosurface is shown. Attribute &#039;&#039;&#039;Show&#039;&#039;&#039; toggles between interactive visualization around the selected region (&#039;&#039;&#039;Show&#039;&#039;&#039; = Around Selection) and static visualization of the whole map (&#039;&#039;&#039;Show&#039;&#039;&#039; = Everything, practically equivalent to [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Annotations=&lt;br /&gt;
&lt;br /&gt;
This section describes entities which can store additional information about the structures, such as validation issues or sequence annotations.&lt;br /&gt;
&lt;br /&gt;
==Validation Report (VR)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-validation_report.png | thumb | 250px | right| Structure of cytochrome P450 3A4 (1TQN) colored by the &#039;&#039;&#039;Validation Report&#039;&#039;&#039; from PDBe. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-ligand_validation_report.png | thumb | 250px | right| An oligosaccharide in the structure of ribosome-inactivating protein abrin-a (1ABR) colored by the &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;. The right-most residue is missing an atom. One of the residues in the center has an atom with which is the chirality. ]]&lt;br /&gt;
&lt;br /&gt;
Represents geometric validation data for this molecule from the wwPDB validation report. The full validation report in PDF can be downloaded from the [http://www.ebi.ac.uk/pdbe/ PDBe site] (find your molecule, click &#039;&#039;Details&#039;&#039; in &#039;&#039;Experiments and Validation&#039;&#039; section, and then &#039;&#039;Full Validation Report&#039;&#039; in the right panel). An example of a validation report is available [http://www.ebi.ac.uk/pdbe/entry-files/download/1rtc_full_validation.pdf here].&lt;br /&gt;
&lt;br /&gt;
Another type of &#039;&#039;&#039;Validation Report&#039;&#039;&#039; entity is &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;, which represents validation data for the ligands in this structure. These data come from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB]. &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Apply Coloring&#039;&#039;&#039; – The structure will be colored according the validation data. For &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; the color of each residue depends on the number of geometric outliers it contains: green = 0, yellow = 1, orange = 2, and red = 3 or more. For &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; the residues with missing atoms are colored in red. Also the atoms with wrong chirality are shown in red (examples can be found in PDB entry 1ABR). Correct residues are shown in green.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotations (SA)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-annotation.png | thumb | 250px | right| Structure of ricin A chain (4Q2V). The orange color indicates the part annotated as &#039;&#039;Ribosome-inactivating protein, subdomain 1&#039;&#039; by InterPro database. ]]&lt;br /&gt;
&lt;br /&gt;
Represents a collection of sequence annotations via the  PDBe API, grouped by the source database.&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotation (SA)==&lt;br /&gt;
&lt;br /&gt;
Represents a single sequence annotation, i.e. assignment of a name to a part of the structure. When you hover above this entity or click on it, the corresponding part of the structure will be shown in a distinctive color.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update PDBe Sequence Annotation&#039;&#039;&#039; – Allows you to change the color used for this part of the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Raw Data=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that store data from a file, no matter what these data represent and how they are encoded (i.e. original data from a file before they are parsed). The user will encounter them mostly when loading files from a disk or a URL.&lt;br /&gt;
&lt;br /&gt;
==String Data (S&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a file in textual format (e.g. mmCIF file or PDB file). &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. Make sure to select the appropriate format.&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;CIF Dictionary&#039;&#039;&#039; – Treats the data as a CIF dictionary and creates a [[LiteMol:Hierarchy#CIF Dictionary (CD) | CIF Dictionary]] entity. CIF dictionary itself can contain various kinds of data, including molecular structures or density maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Binary Data (B&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a binary file (not human-readable, e.g. [https://github.com/dsehnal/BinaryCIF BinaryCIF] file or CCP4 density file). &#039;&#039;&#039;Binary Data&#039;&#039;&#039; provides exactly the same actions as [[LiteMol:Hierarchy#String Data (SD) | String Data]].&lt;br /&gt;
&lt;br /&gt;
==CIF Dictionary (CD)==&lt;br /&gt;
This entity represents data encoded in a CIF dictionary, which is a flexible format for various kinds of data, so it can contain molecular structures or density maps. A single CIF dictionary can even contain multiple objects (e.g. two density maps: 2Fo-Fc and Fo-Fc).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2410</id>
		<title>LiteMol:Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2410"/>
		<updated>2017-05-05T12:00:10Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Sequence Annotations (SA) */ mjc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LiteMol-hierarchy.png | thumb | 200px | right| An example of an &#039;&#039;&#039;entity tree&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
All data in LiteMol are organized in a hierarchy represented by the &#039;&#039;&#039;entity tree&#039;&#039;&#039;. This tree is shown in LiteMol&#039;s left panel. When you click on an entity in the tree, you will see all actions applicable to this entity listed in the right panel.&lt;br /&gt;
&lt;br /&gt;
This page lists all types of entities and explains the actions they provide. The entity types can be divided into four sections: Structures, Visualization, Annotations, and Raw Data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Structures=&lt;br /&gt;
&lt;br /&gt;
This section describes the entities used for representation of molecular models and electron density maps. It does not contain any information about how these data are visualized.&lt;br /&gt;
&lt;br /&gt;
==Root Entity==&lt;br /&gt;
&lt;br /&gt;
The highest level of the hierarchy is the &#039;&#039;&#039;Root Entity&#039;&#039;&#039;, which is created at the beginning of LiteMol session. It represents the starting point of all actions and all other entities you create are its direct or indirect descendants.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Loads a structure of a molecule and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. The structure can be obtained from several sources:&lt;br /&gt;
** &#039;&#039;&#039;CoordinateServer&#039;&#039;&#039; - Downloads the structure from an internet location that provides [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] functionality. These parameters can be set: &lt;br /&gt;
*** &#039;&#039;&#039;Id&#039;&#039;&#039; - Specify the PDB identifier of the structure.&lt;br /&gt;
*** &#039;&#039;&#039;Type&#039;&#039;&#039; - Can be either &#039;&#039;&#039;Full&#039;&#039;&#039; (coordinates of all atoms are downloaded) or &#039;&#039;&#039;Cartoon&#039;&#039;&#039; (only atoms necessary for cartoon visualization are downloaded, so the download will be faster).&lt;br /&gt;
*** &#039;&#039;&#039;Low Precision&#039;&#039;&#039; - If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = Off, the atomic coordinates are downloaded in full precision (3 decimal places). If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = On, then the coordinates are downloaded only with 1 decimal place. This change is almost unnoticeable in the visualized structure but less data are downloaded.&lt;br /&gt;
*** &#039;&#039;&#039;Server&#039;&#039;&#039; - By default, the data are downloaded from the CoordinateServer located at webchem.ncbr.muni.cz/CoordinateServer, however, this can be changed.&lt;br /&gt;
** &#039;&#039;&#039;PDBe Updated mmCIF&#039;&#039;&#039; - Downloads the structure from the PDBe server (e.g. www.ebi.ac.uk/pdbe/static/entry/1cbs_updated.cif) using the updated mmCIF format file. &lt;br /&gt;
** &#039;&#039;&#039;URL&#039;&#039;&#039; - Downloads the structure from any specified internet location.&lt;br /&gt;
** &#039;&#039;&#039;File on Disk&#039;&#039;&#039; - Loads the structure from a file on your computer. The format of the file will be inferred from its extension.&lt;br /&gt;
* &#039;&#039;&#039;Density Data from PDBe&#039;&#039;&#039; – Downloads the electron density or electronic potential map for a molecule specified by its PDB ID (or EMDB ID) from the PDBe server and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. However, a much faster way to visualize densities is to create a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and then use the &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; action. &lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Downloads the portion of structural data that is necessary for simple visualization of a molecule. If more data are needed later, they will be downloaded automatically. This behavior is particularly useful when working with extremely large molecules, where full download may take more time, or when limited by hardware resources (slow/expensive Internet connection, limited memory) especially on mobile devices. You can specify what server should be used as the source of the data (e.g. http://webchemdev.ncbr.muni.cz/CoordinateServer or http://www.ebi.ac.uk/pdbe/coordinates). Creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Download Data&#039;&#039;&#039; - Acquires a data file from a URL. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Open Data File&#039;&#039;&#039; - Loads a data file from your computer. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule (M)==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule&#039;&#039;&#039; entity represents a set of structural data for a &#039;&#039;&#039;Molecule&#039;&#039;&#039; (which corresponds to one PDB entry or one mmCIF file).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039; – Creates a model of the molecule ([[LiteMol:Hierarchy#Molecule Model (MM) |Molecule Model]] entity). Some PDB entries (mostly NMR structures) contain multiple models, in such case, the sequential number (&#039;&#039;&#039;Index&#039;&#039;&#039;) of the desired model to be displayed can be specified.&lt;br /&gt;
* &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; - Creates a [[LiteMol:Hierarchy#Density Streaming (BDS) |Density Streaming]] for this molecule. Clicking on an atom or residue in the structure will instantly download and display the density data for the surrounding region. This solution is, in general, much faster than downloading the whole density map (often more than 1 GB). More details are available [http://webchem.ncbr.muni.cz/DensityServer here].&lt;br /&gt;
* &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; – Downloads wwPDB validation data for this molecule from PDBe and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; - Downloads validation data for the ligands in this molecule from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB] and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;PDBe Sequence Annotations&#039;&#039;&#039; – Downloads sequence annotation data for this molecule from PDBe (collected from sources such as UniProt, InterProt, Pfam etc.) and creates a [[LiteMol:Hierarchy#Sequence Annotations (SA) | Sequence Annotations]] entity.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model (M&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-default.png | thumb | 400px | right| Model of the protein with PDB identifier 1CBS in default visualization produced by &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; (&#039;&#039;&#039;Cartoon&#039;&#039;&#039; for biopolymer, &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; for non-biopolymer ligand, and &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; with &#039;&#039;&#039;Opacity&#039;&#039;&#039; 0.25 for water molecules). ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity represents a static model of a molecule, i.e. 3D coordinates of each atom. (If your PDB entry contains multiple alternative models, each of them will be in a separate &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity.)&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity. Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Assembly&#039;&#039;&#039; – Some PDB entries contain information about how multiple copies of the molecule should be positioned in space in order to create an assembly (e.g. a virus capsid). Alternatively,  just a part of the model can constitute a relevant assembly (e.g. the model contains a two molecules while a monomer is present &#039;&#039;in vivo&#039;&#039;). This action applies this information to your model and creates a new model containing the assembly. Some PDB entries provide more than one assembly.&lt;br /&gt;
* &#039;&#039;&#039;Crystal Symmetry&#039;&#039;&#039; – Creates a new model containing the original molecule and its closest neighbours in the crystal structure. Two modes are available: &#039;&#039;&#039;Interaction&#039;&#039;&#039; shows only those atoms that are within the specified radius (in Angstrom) from the original structure, &#039;&#039;&#039;Mates&#039;&#039;&#039; shows all copies of the structure that have at least one atom within this radius. This action is obviously not available for structures determined by NMR.&lt;br /&gt;
* &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; – Creates a visual representation of the model. If the model contains several types of molecules (e.g. protein + ligand), these are organized in a group of selections and appropriate visualization is used for each selection (e.g. &#039;&#039;&#039;Cartoon&#039;&#039;&#039; for protein but &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; for ligand). The same visuals are created automatically when the &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity is created.&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Creates a visual representation of the model. This option is less automatic than &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; but more flexible. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Works in a similar way as &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; from the [[LiteMol:Hierarchy#Root Entity | Root Entity]]. If you click on an atom or residue, the coordinates of all atoms in the surrounding volume will be downloaded instantly. This can be useful when a part of the structure has already been downloaded (e.g. the protein backbone) and some additional atoms are required (e.g. sidechains to display the binding site).&lt;br /&gt;
* &#039;&#039;&#039;Update Model&#039;&#039;&#039; – Applicable when multiple models are included in the PDB entry (typical case for NMR structures). This action will remove the current model and create a new model with the specified index (model number). Please keep in mind that this will remove all the changes you have applied to the current model! If you don&#039;t want to loose these changes, go to the superior [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and create a new model in addition to the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Group (G)==&lt;br /&gt;
&lt;br /&gt;
This type of entity is used to organize multiple entities that are logically connected. For example, a group of selections containing different parts of a model (protein, ligand, and water) or a group of sequence annotations obtained from the same database.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model Selection (S&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
This is an entity representing a subset of a molecule model. An example is one protein chain, one atom, or a set of all alanine residues. A selection can be created from either a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] entity or a [[LiteMol:Hierarchy#Molecule Visual (VM) | Molecule Visual]] entity. Selections are created using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Create a visual representation of this selection. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Update Selection&#039;&#039;&#039; - Change the name of the [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] or change its definition using [[LiteMol:SelectionAlgebra | selection algebra language]]. (This action may not be not available for automatically generated selections.)&lt;br /&gt;
&lt;br /&gt;
==Density Data (DD)==&lt;br /&gt;
&lt;br /&gt;
Represents a three-dimensional map of electron density (for X-ray crystal structures) or electronic potential maps (for cryo-EM structures). Two types of maps are available for most crystal structures where structure factors are available in the PDB archive: &#039;&#039;&#039;2Fo-Fc&#039;&#039;&#039; and &#039;&#039;&#039;Fo-Fc&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Surface&#039;&#039;&#039; – Creates a visualization of the density isosurface with the defined isovalue ([[LiteMol:Hierarchy#Density Visual (VDD) |Density Visual]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Interactive Surface&#039;&#039;&#039; – Creates a density isosurface which is shown only for a region of the molecule when you click on that region ([[LiteMol:Hierarchy#Interactive Surface (BIS) |Interactive Surface]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Update CCP4/Map&#039;&#039;&#039; – Allows you to see the properties of this density map, such as standard deviation, minimum, maximum, and mean value.&lt;br /&gt;
&lt;br /&gt;
=Visualization=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that represent different visualizations of molecules and electron density maps.&lt;br /&gt;
&lt;br /&gt;
==Molecule Visual (V&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-cartoon.png | thumb | 250px | right| &#039;&#039;&#039;Cartoon&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-CA_trace.png | thumb | 250px | right| &#039;&#039;&#039;C-α trace&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-balls_and_sticks.png | thumb | 250px | right| &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-VDW_balls.png | thumb | 250px | right| &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-surface.png | thumb | 250px | right| &#039;&#039;&#039;Surface&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Visual&#039;&#039;&#039; is simply a visualization of a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] or its part. It is defined mostly by its type and coloring. These can be changed in &#039;&#039;&#039;Update Visual&#039;&#039;&#039; action. Click on the “+” icon next to “Type” or “Coloring” to modify other attributes. Some attributes are only available for certain types of visualization.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity.  Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Update Visual&#039;&#039;&#039; – Allows you to change the type of visualization and other attributes.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Type&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Cartoon&#039;&#039;&#039; – Schematic representation of the backbone with distinction of helices, strands, and unstructured regions.&lt;br /&gt;
** &#039;&#039;&#039;C-α Trace&#039;&#039;&#039; – Simplified wire-like representation of the backbone (no side-chains).&lt;br /&gt;
** &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; – Atoms are represented by balls, bonds are shown as sticks connecting them. Keep in mind that most structures from X-ray and cryo-EM experiments do not provide positions of hydrogen atoms, so these are not visible in &#039;&#039;&#039;Ball and Sticks&#039;&#039;&#039; representation. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;VDW&#039;&#039;&#039; – Indicates whether all atoms are shown as spheres with uniform radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) or the radius of the sphere radius is based on the element&#039;s Van der Waals radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = On).&lt;br /&gt;
*** &#039;&#039;&#039;Scale&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = On) The ratio between the sphere radius and the element&#039;s Van der Waals radius.&lt;br /&gt;
*** &#039;&#039;&#039;Atom Rds&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) The radius of the sphere in Angstrom. &lt;br /&gt;
*** &#039;&#039;&#039;Bond Rds&#039;&#039;&#039; – The width (radius) of the sticks.&lt;br /&gt;
*** &#039;&#039;&#039;Bond&#039;&#039;&#039; – Color of the sticks. &lt;br /&gt;
** &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; – Shows atoms as spheres width radii corresponding to their Van der Waals radii.&lt;br /&gt;
** &#039;&#039;&#039;Surface&#039;&#039;&#039; – Shows the smoothed boundary surface of the space “filled” by the molecule. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;Probe Radius&#039;&#039;&#039; – How much space around an atom is considered as “filled” by this atom.&lt;br /&gt;
*** &#039;&#039;&#039;Smoothing&#039;&#039;&#039; – With lower values, curvature of the surface around individual atoms will be more noticeable. With higher values the surface will be smoother.&lt;br /&gt;
*** &#039;&#039;&#039;Auto Detail&#039;&#039;&#039; - If set to On, the optimal level of detail is automatically derived from the size of the molecule. If set to Off, the level of detail can be adjusted manually (see the next item).&lt;br /&gt;
*** &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines precisely how the surface should be visualized. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource demanding) when visualizing larger molecules.&lt;br /&gt;
*** &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
* &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the molecule should be visualized and can range from &#039;&#039;&#039;Very Low&#039;&#039;&#039; to &#039;&#039;&#039;Very High&#039;&#039;&#039;. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource demanding) when visualizing larger molecules. If you choose &#039;&#039;&#039;Automatic&#039;&#039;&#039;, LiteMol will infer the optimal level of detail from the molecule&#039;s size.&lt;br /&gt;
* &#039;&#039;&#039;Coloring&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Chain ID&#039;&#039;&#039; – Every chain will be shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Entity ID&#039;&#039;&#039; – The same as &#039;&#039;&#039;Chain ID&#039;&#039;&#039; but chemically identical chains are shown in the same color.&lt;br /&gt;
** &#039;&#039;&#039;Entity Type&#039;&#039;&#039; – Every type of entity (polymer, non-polymer, water) is shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Residue Name&#039;&#039;&#039; – A different color is used for each type of residue.&lt;br /&gt;
** &#039;&#039;&#039;Element Symbol&#039;&#039;&#039; – A different color is used for each element.&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039; - Colors each chain in the colors of rainbow from N-terminus (red) to C-terminus (violet) (or from 5&#039; to 3&#039; in nucleic acids).&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Entity)&#039;&#039;&#039; - Similar to &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039;, but chemically identical chains are treated as a single longer chain (e.g. in a homodimer).&lt;br /&gt;
** &#039;&#039;&#039;Uniform Color&#039;&#039;&#039; – One selected color is used for the whole &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Highlight&#039;&#039;&#039; – The color in which this &#039;&#039;&#039;Visual&#039;&#039;&#039; will be temporarily colored when hovering over the &#039;&#039;&#039;Visual&#039;&#039;&#039; entity in the entity tree. When the cursor is placed on an atom or residue, it will be colored in the same way.&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – If you create a [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] from this &#039;&#039;&#039;Visual&#039;&#039;&#039;, it will be distinguished from the rest of the &#039;&#039;&#039;Visual&#039;&#039;&#039; by having this color.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the &#039;&#039;&#039;Visual&#039;&#039;&#039;. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that changing the type of a &#039;&#039;&#039;Visual&#039;&#039;&#039; will in fact remove the current visual and replace it with a new one, so all changes you have applied to the current &#039;&#039;&#039;Visual&#039;&#039;&#039; (such as creating a selection from it) will be lost! You can go to the superior entity and create a new &#039;&#039;&#039;Visual&#039;&#039;&#039; besides the current &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Density Visual (V&amp;lt;sub&amp;gt;DD&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-density_visual.png | thumb | 250px | right| Density isosurface at 1.5 σ (2Fo-Fc). ]]&lt;br /&gt;
&lt;br /&gt;
Represents an isosurface of electron density, i.e. the surface in 3D connecting all the points with the value of electron density equal to a specified isovalue.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Surface&#039;&#039;&#039; – Allows you to change the attributes of the visualization.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Iso value&#039;&#039;&#039; – The isovalue of electron density used for the visualized surface.&lt;br /&gt;
* &#039;&#039;&#039;Relative&#039;&#039;&#039; - Indicates whether normalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = On) or unnormalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = Off) density values are used. The relationship between the two values is as follows: &#039;&#039;Normalized&#039;&#039; = (&#039;&#039;Unnormalized&#039;&#039; - &#039;&#039;Mean&#039;&#039;) / &#039;&#039;Sigma&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Color&#039;&#039;&#039; – The color of the surface.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the surface. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
* &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Interactive Surface (B&amp;lt;sub&amp;gt;IS&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-interactive_surface.png | thumb | 250px | right| Interactive density isosurface at 1.5 σ (2Fo-Fc) shown for a tryptophan residue and its surroundings with radius 2 Angstroms. ]]&lt;br /&gt;
&lt;br /&gt;
This is a visualization of an isosurface of electron density, just as [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]]. The difference is that this surface is shown only when you click on a residue or an atom in the structure. The surface is shown only for the region around the selected residue or atom. An advantage of this interactive visualization is that the relevant region of density surface is not hindered by the rest of the molecule.&lt;br /&gt;
&lt;br /&gt;
Three default &#039;&#039;&#039;Interactive Surfaces&#039;&#039;&#039; are created automatically when loading density data: blue surface corresponds to isovalue 1.5 in 2Fo-Fc density map. Green and red surfaces correspond to isovalues +3 and -3 in Fo-Fc difference density maps.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Interactive Surface&#039;&#039;&#039; – Change the attributes of the visualization. These attributes are the same as in the case of [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity. An extra attribute is &#039;&#039;&#039;Radius&#039;&#039;&#039;, which allows you to change the size of the region for which the isosurface is shown. Attribute &#039;&#039;&#039;Show&#039;&#039;&#039; toggles between interactive visualization around the selected region (&#039;&#039;&#039;Show&#039;&#039;&#039; = Around Selection) and static visualization of the whole map (&#039;&#039;&#039;Show&#039;&#039;&#039; = Everything, practically equivalent to [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Annotations=&lt;br /&gt;
&lt;br /&gt;
This section describes entities which can store additional information about the structures, such as validation issues or sequence annotations.&lt;br /&gt;
&lt;br /&gt;
==Validation Report (VR)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-validation_report.png | thumb | 250px | right| Structure of cytochrome P450 3A4 (1TQN) colored by the &#039;&#039;&#039;Validation Report&#039;&#039;&#039; from PDBe. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-ligand_validation_report.png | thumb | 250px | right| An oligosaccharide in the structure of ribosome-inactivating protein abrin-a (1ABR) colored by the &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;. The right-most residue is missing an atom. One of the residues in the center has an atom with which is the chirality. ]]&lt;br /&gt;
&lt;br /&gt;
Represents geometric validation data for this molecule from the wwPDB validation report. The full validation report in PDF can be downloaded from the [http://www.ebi.ac.uk/pdbe/ PDBe site] (find your molecule, click &#039;&#039;Details&#039;&#039; in &#039;&#039;Experiments and Validation&#039;&#039; section, and then &#039;&#039;Full Validation Report&#039;&#039; in the right panel). An example of a validation report is available [http://www.ebi.ac.uk/pdbe/entry-files/download/1rtc_full_validation.pdf here].&lt;br /&gt;
&lt;br /&gt;
Another type of &#039;&#039;&#039;Validation Report&#039;&#039;&#039; entity is &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;, which represents validation data for the ligands in this structure. These data come from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB]. &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Apply Coloring&#039;&#039;&#039; – The structure will be colored according the validation data. For &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; the color of each residue depends on the number of geometric outliers it contains: green = 0, yellow = 1, orange = 2, and red = 3 or more. For &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; the residues with missing atoms are colored in red. Also the atoms with wrong chirality are shown in red (examples can be found in PDB entry 1ABR). Correct residues are shown in green.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotations (SA)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-annotation.png | thumb | 250px | right| Structure of ricin A chain (4Q2V). The orange color indicates the part annotated as &#039;&#039;Ribosome-inactivating protein, subdomain 1&#039;&#039; by InterPro database. ]]&lt;br /&gt;
&lt;br /&gt;
Represents a collection of sequence annotations via the  PDBe API, grouped by the source database.&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotation (SA)==&lt;br /&gt;
&lt;br /&gt;
Represents a single sequence annotation, i.e. assignment of a name to a part of the structure. When you hover above this entity or click on it, the corresponding part of the structure will be shown in a distinctive color.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update PDBe Sequence Annotation&#039;&#039;&#039; – Allows you to change the color used for this part of the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Raw Data=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that store data from a file, no matter what these data represent and how their are encoded (i.e. original data from a file before they are parsed). The user will encounter them mostly when loading files from a disk or a URL.&lt;br /&gt;
&lt;br /&gt;
==String Data (S&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a file in textual format (e.g. mmCIF file or PDB file). &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. Make sure to select the appropriate format.&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;CIF Dictionary&#039;&#039;&#039; – Treats the data as a CIF dictionary and creates a [[LiteMol:Hierarchy#CIF Dictionary (CD) | CIF Dictionary]] entity. CIF dictionary itself can contain various kinds of data, including molecular structures or density maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Binary Data (B&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a binary file (not human-readable, e.g. [https://github.com/dsehnal/BinaryCIF BinaryCIF] file or CCP4 density file). &#039;&#039;&#039;Binary Data&#039;&#039;&#039; provides exactly the same actions as [[LiteMol:Hierarchy#String Data (SD) | String Data]].&lt;br /&gt;
&lt;br /&gt;
==CIF Dictionary (CD)==&lt;br /&gt;
This entity represents data encoded in a CIF dictionary, which is a flexible format for various kinds of data, so it can contain molecular structures or density maps. A single CIF dictionary can even contain multiple objects (e.g. two density maps: 2Fo-Fc and Fo-Fc).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2409</id>
		<title>LiteMol:Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2409"/>
		<updated>2017-05-05T11:59:12Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Validation Report (VR) */ mjc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LiteMol-hierarchy.png | thumb | 200px | right| An example of an &#039;&#039;&#039;entity tree&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
All data in LiteMol are organized in a hierarchy represented by the &#039;&#039;&#039;entity tree&#039;&#039;&#039;. This tree is shown in LiteMol&#039;s left panel. When you click on an entity in the tree, you will see all actions applicable to this entity listed in the right panel.&lt;br /&gt;
&lt;br /&gt;
This page lists all types of entities and explains the actions they provide. The entity types can be divided into four sections: Structures, Visualization, Annotations, and Raw Data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Structures=&lt;br /&gt;
&lt;br /&gt;
This section describes the entities used for representation of molecular models and electron density maps. It does not contain any information about how these data are visualized.&lt;br /&gt;
&lt;br /&gt;
==Root Entity==&lt;br /&gt;
&lt;br /&gt;
The highest level of the hierarchy is the &#039;&#039;&#039;Root Entity&#039;&#039;&#039;, which is created at the beginning of LiteMol session. It represents the starting point of all actions and all other entities you create are its direct or indirect descendants.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Loads a structure of a molecule and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. The structure can be obtained from several sources:&lt;br /&gt;
** &#039;&#039;&#039;CoordinateServer&#039;&#039;&#039; - Downloads the structure from an internet location that provides [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] functionality. These parameters can be set: &lt;br /&gt;
*** &#039;&#039;&#039;Id&#039;&#039;&#039; - Specify the PDB identifier of the structure.&lt;br /&gt;
*** &#039;&#039;&#039;Type&#039;&#039;&#039; - Can be either &#039;&#039;&#039;Full&#039;&#039;&#039; (coordinates of all atoms are downloaded) or &#039;&#039;&#039;Cartoon&#039;&#039;&#039; (only atoms necessary for cartoon visualization are downloaded, so the download will be faster).&lt;br /&gt;
*** &#039;&#039;&#039;Low Precision&#039;&#039;&#039; - If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = Off, the atomic coordinates are downloaded in full precision (3 decimal places). If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = On, then the coordinates are downloaded only with 1 decimal place. This change is almost unnoticeable in the visualized structure but less data are downloaded.&lt;br /&gt;
*** &#039;&#039;&#039;Server&#039;&#039;&#039; - By default, the data are downloaded from the CoordinateServer located at webchem.ncbr.muni.cz/CoordinateServer, however, this can be changed.&lt;br /&gt;
** &#039;&#039;&#039;PDBe Updated mmCIF&#039;&#039;&#039; - Downloads the structure from the PDBe server (e.g. www.ebi.ac.uk/pdbe/static/entry/1cbs_updated.cif) using the updated mmCIF format file. &lt;br /&gt;
** &#039;&#039;&#039;URL&#039;&#039;&#039; - Downloads the structure from any specified internet location.&lt;br /&gt;
** &#039;&#039;&#039;File on Disk&#039;&#039;&#039; - Loads the structure from a file on your computer. The format of the file will be inferred from its extension.&lt;br /&gt;
* &#039;&#039;&#039;Density Data from PDBe&#039;&#039;&#039; – Downloads the electron density or electronic potential map for a molecule specified by its PDB ID (or EMDB ID) from the PDBe server and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. However, a much faster way to visualize densities is to create a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and then use the &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; action. &lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Downloads the portion of structural data that is necessary for simple visualization of a molecule. If more data are needed later, they will be downloaded automatically. This behavior is particularly useful when working with extremely large molecules, where full download may take more time, or when limited by hardware resources (slow/expensive Internet connection, limited memory) especially on mobile devices. You can specify what server should be used as the source of the data (e.g. http://webchemdev.ncbr.muni.cz/CoordinateServer or http://www.ebi.ac.uk/pdbe/coordinates). Creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Download Data&#039;&#039;&#039; - Acquires a data file from a URL. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Open Data File&#039;&#039;&#039; - Loads a data file from your computer. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule (M)==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule&#039;&#039;&#039; entity represents a set of structural data for a &#039;&#039;&#039;Molecule&#039;&#039;&#039; (which corresponds to one PDB entry or one mmCIF file).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039; – Creates a model of the molecule ([[LiteMol:Hierarchy#Molecule Model (MM) |Molecule Model]] entity). Some PDB entries (mostly NMR structures) contain multiple models, in such case, the sequential number (&#039;&#039;&#039;Index&#039;&#039;&#039;) of the desired model to be displayed can be specified.&lt;br /&gt;
* &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; - Creates a [[LiteMol:Hierarchy#Density Streaming (BDS) |Density Streaming]] for this molecule. Clicking on an atom or residue in the structure will instantly download and display the density data for the surrounding region. This solution is, in general, much faster than downloading the whole density map (often more than 1 GB). More details are available [http://webchem.ncbr.muni.cz/DensityServer here].&lt;br /&gt;
* &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; – Downloads wwPDB validation data for this molecule from PDBe and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; - Downloads validation data for the ligands in this molecule from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB] and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;PDBe Sequence Annotations&#039;&#039;&#039; – Downloads sequence annotation data for this molecule from PDBe (collected from sources such as UniProt, InterProt, Pfam etc.) and creates a [[LiteMol:Hierarchy#Sequence Annotations (SA) | Sequence Annotations]] entity.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model (M&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-default.png | thumb | 400px | right| Model of the protein with PDB identifier 1CBS in default visualization produced by &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; (&#039;&#039;&#039;Cartoon&#039;&#039;&#039; for biopolymer, &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; for non-biopolymer ligand, and &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; with &#039;&#039;&#039;Opacity&#039;&#039;&#039; 0.25 for water molecules). ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity represents a static model of a molecule, i.e. 3D coordinates of each atom. (If your PDB entry contains multiple alternative models, each of them will be in a separate &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity.)&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity. Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Assembly&#039;&#039;&#039; – Some PDB entries contain information about how multiple copies of the molecule should be positioned in space in order to create an assembly (e.g. a virus capsid). Alternatively,  just a part of the model can constitute a relevant assembly (e.g. the model contains a two molecules while a monomer is present &#039;&#039;in vivo&#039;&#039;). This action applies this information to your model and creates a new model containing the assembly. Some PDB entries provide more than one assembly.&lt;br /&gt;
* &#039;&#039;&#039;Crystal Symmetry&#039;&#039;&#039; – Creates a new model containing the original molecule and its closest neighbours in the crystal structure. Two modes are available: &#039;&#039;&#039;Interaction&#039;&#039;&#039; shows only those atoms that are within the specified radius (in Angstrom) from the original structure, &#039;&#039;&#039;Mates&#039;&#039;&#039; shows all copies of the structure that have at least one atom within this radius. This action is obviously not available for structures determined by NMR.&lt;br /&gt;
* &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; – Creates a visual representation of the model. If the model contains several types of molecules (e.g. protein + ligand), these are organized in a group of selections and appropriate visualization is used for each selection (e.g. &#039;&#039;&#039;Cartoon&#039;&#039;&#039; for protein but &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; for ligand). The same visuals are created automatically when the &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity is created.&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Creates a visual representation of the model. This option is less automatic than &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; but more flexible. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Works in a similar way as &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; from the [[LiteMol:Hierarchy#Root Entity | Root Entity]]. If you click on an atom or residue, the coordinates of all atoms in the surrounding volume will be downloaded instantly. This can be useful when a part of the structure has already been downloaded (e.g. the protein backbone) and some additional atoms are required (e.g. sidechains to display the binding site).&lt;br /&gt;
* &#039;&#039;&#039;Update Model&#039;&#039;&#039; – Applicable when multiple models are included in the PDB entry (typical case for NMR structures). This action will remove the current model and create a new model with the specified index (model number). Please keep in mind that this will remove all the changes you have applied to the current model! If you don&#039;t want to loose these changes, go to the superior [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and create a new model in addition to the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Group (G)==&lt;br /&gt;
&lt;br /&gt;
This type of entity is used to organize multiple entities that are logically connected. For example, a group of selections containing different parts of a model (protein, ligand, and water) or a group of sequence annotations obtained from the same database.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model Selection (S&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
This is an entity representing a subset of a molecule model. An example is one protein chain, one atom, or a set of all alanine residues. A selection can be created from either a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] entity or a [[LiteMol:Hierarchy#Molecule Visual (VM) | Molecule Visual]] entity. Selections are created using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Create a visual representation of this selection. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Update Selection&#039;&#039;&#039; - Change the name of the [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] or change its definition using [[LiteMol:SelectionAlgebra | selection algebra language]]. (This action may not be not available for automatically generated selections.)&lt;br /&gt;
&lt;br /&gt;
==Density Data (DD)==&lt;br /&gt;
&lt;br /&gt;
Represents a three-dimensional map of electron density (for X-ray crystal structures) or electronic potential maps (for cryo-EM structures). Two types of maps are available for most crystal structures where structure factors are available in the PDB archive: &#039;&#039;&#039;2Fo-Fc&#039;&#039;&#039; and &#039;&#039;&#039;Fo-Fc&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Surface&#039;&#039;&#039; – Creates a visualization of the density isosurface with the defined isovalue ([[LiteMol:Hierarchy#Density Visual (VDD) |Density Visual]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Interactive Surface&#039;&#039;&#039; – Creates a density isosurface which is shown only for a region of the molecule when you click on that region ([[LiteMol:Hierarchy#Interactive Surface (BIS) |Interactive Surface]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Update CCP4/Map&#039;&#039;&#039; – Allows you to see the properties of this density map, such as standard deviation, minimum, maximum, and mean value.&lt;br /&gt;
&lt;br /&gt;
=Visualization=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that represent different visualizations of molecules and electron density maps.&lt;br /&gt;
&lt;br /&gt;
==Molecule Visual (V&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-cartoon.png | thumb | 250px | right| &#039;&#039;&#039;Cartoon&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-CA_trace.png | thumb | 250px | right| &#039;&#039;&#039;C-α trace&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-balls_and_sticks.png | thumb | 250px | right| &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-VDW_balls.png | thumb | 250px | right| &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-surface.png | thumb | 250px | right| &#039;&#039;&#039;Surface&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Visual&#039;&#039;&#039; is simply a visualization of a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] or its part. It is defined mostly by its type and coloring. These can be changed in &#039;&#039;&#039;Update Visual&#039;&#039;&#039; action. Click on the “+” icon next to “Type” or “Coloring” to modify other attributes. Some attributes are only available for certain types of visualization.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity.  Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Update Visual&#039;&#039;&#039; – Allows you to change the type of visualization and other attributes.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Type&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Cartoon&#039;&#039;&#039; – Schematic representation of the backbone with distinction of helices, strands, and unstructured regions.&lt;br /&gt;
** &#039;&#039;&#039;C-α Trace&#039;&#039;&#039; – Simplified wire-like representation of the backbone (no side-chains).&lt;br /&gt;
** &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; – Atoms are represented by balls, bonds are shown as sticks connecting them. Keep in mind that most structures from X-ray and cryo-EM experiments do not provide positions of hydrogen atoms, so these are not visible in &#039;&#039;&#039;Ball and Sticks&#039;&#039;&#039; representation. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;VDW&#039;&#039;&#039; – Indicates whether all atoms are shown as spheres with uniform radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) or the radius of the sphere radius is based on the element&#039;s Van der Waals radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = On).&lt;br /&gt;
*** &#039;&#039;&#039;Scale&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = On) The ratio between the sphere radius and the element&#039;s Van der Waals radius.&lt;br /&gt;
*** &#039;&#039;&#039;Atom Rds&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) The radius of the sphere in Angstrom. &lt;br /&gt;
*** &#039;&#039;&#039;Bond Rds&#039;&#039;&#039; – The width (radius) of the sticks.&lt;br /&gt;
*** &#039;&#039;&#039;Bond&#039;&#039;&#039; – Color of the sticks. &lt;br /&gt;
** &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; – Shows atoms as spheres width radii corresponding to their Van der Waals radii.&lt;br /&gt;
** &#039;&#039;&#039;Surface&#039;&#039;&#039; – Shows the smoothed boundary surface of the space “filled” by the molecule. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;Probe Radius&#039;&#039;&#039; – How much space around an atom is considered as “filled” by this atom.&lt;br /&gt;
*** &#039;&#039;&#039;Smoothing&#039;&#039;&#039; – With lower values, curvature of the surface around individual atoms will be more noticeable. With higher values the surface will be smoother.&lt;br /&gt;
*** &#039;&#039;&#039;Auto Detail&#039;&#039;&#039; - If set to On, the optimal level of detail is automatically derived from the size of the molecule. If set to Off, the level of detail can be adjusted manually (see the next item).&lt;br /&gt;
*** &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines precisely how the surface should be visualized. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource demanding) when visualizing larger molecules.&lt;br /&gt;
*** &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
* &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the molecule should be visualized and can range from &#039;&#039;&#039;Very Low&#039;&#039;&#039; to &#039;&#039;&#039;Very High&#039;&#039;&#039;. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource demanding) when visualizing larger molecules. If you choose &#039;&#039;&#039;Automatic&#039;&#039;&#039;, LiteMol will infer the optimal level of detail from the molecule&#039;s size.&lt;br /&gt;
* &#039;&#039;&#039;Coloring&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Chain ID&#039;&#039;&#039; – Every chain will be shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Entity ID&#039;&#039;&#039; – The same as &#039;&#039;&#039;Chain ID&#039;&#039;&#039; but chemically identical chains are shown in the same color.&lt;br /&gt;
** &#039;&#039;&#039;Entity Type&#039;&#039;&#039; – Every type of entity (polymer, non-polymer, water) is shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Residue Name&#039;&#039;&#039; – A different color is used for each type of residue.&lt;br /&gt;
** &#039;&#039;&#039;Element Symbol&#039;&#039;&#039; – A different color is used for each element.&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039; - Colors each chain in the colors of rainbow from N-terminus (red) to C-terminus (violet) (or from 5&#039; to 3&#039; in nucleic acids).&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Entity)&#039;&#039;&#039; - Similar to &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039;, but chemically identical chains are treated as a single longer chain (e.g. in a homodimer).&lt;br /&gt;
** &#039;&#039;&#039;Uniform Color&#039;&#039;&#039; – One selected color is used for the whole &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Highlight&#039;&#039;&#039; – The color in which this &#039;&#039;&#039;Visual&#039;&#039;&#039; will be temporarily colored when hovering over the &#039;&#039;&#039;Visual&#039;&#039;&#039; entity in the entity tree. When the cursor is placed on an atom or residue, it will be colored in the same way.&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – If you create a [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] from this &#039;&#039;&#039;Visual&#039;&#039;&#039;, it will be distinguished from the rest of the &#039;&#039;&#039;Visual&#039;&#039;&#039; by having this color.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the &#039;&#039;&#039;Visual&#039;&#039;&#039;. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that changing the type of a &#039;&#039;&#039;Visual&#039;&#039;&#039; will in fact remove the current visual and replace it with a new one, so all changes you have applied to the current &#039;&#039;&#039;Visual&#039;&#039;&#039; (such as creating a selection from it) will be lost! You can go to the superior entity and create a new &#039;&#039;&#039;Visual&#039;&#039;&#039; besides the current &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Density Visual (V&amp;lt;sub&amp;gt;DD&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-density_visual.png | thumb | 250px | right| Density isosurface at 1.5 σ (2Fo-Fc). ]]&lt;br /&gt;
&lt;br /&gt;
Represents an isosurface of electron density, i.e. the surface in 3D connecting all the points with the value of electron density equal to a specified isovalue.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Surface&#039;&#039;&#039; – Allows you to change the attributes of the visualization.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Iso value&#039;&#039;&#039; – The isovalue of electron density used for the visualized surface.&lt;br /&gt;
* &#039;&#039;&#039;Relative&#039;&#039;&#039; - Indicates whether normalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = On) or unnormalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = Off) density values are used. The relationship between the two values is as follows: &#039;&#039;Normalized&#039;&#039; = (&#039;&#039;Unnormalized&#039;&#039; - &#039;&#039;Mean&#039;&#039;) / &#039;&#039;Sigma&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Color&#039;&#039;&#039; – The color of the surface.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the surface. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
* &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Interactive Surface (B&amp;lt;sub&amp;gt;IS&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-interactive_surface.png | thumb | 250px | right| Interactive density isosurface at 1.5 σ (2Fo-Fc) shown for a tryptophan residue and its surroundings with radius 2 Angstroms. ]]&lt;br /&gt;
&lt;br /&gt;
This is a visualization of an isosurface of electron density, just as [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]]. The difference is that this surface is shown only when you click on a residue or an atom in the structure. The surface is shown only for the region around the selected residue or atom. An advantage of this interactive visualization is that the relevant region of density surface is not hindered by the rest of the molecule.&lt;br /&gt;
&lt;br /&gt;
Three default &#039;&#039;&#039;Interactive Surfaces&#039;&#039;&#039; are created automatically when loading density data: blue surface corresponds to isovalue 1.5 in 2Fo-Fc density map. Green and red surfaces correspond to isovalues +3 and -3 in Fo-Fc difference density maps.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Interactive Surface&#039;&#039;&#039; – Change the attributes of the visualization. These attributes are the same as in the case of [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity. An extra attribute is &#039;&#039;&#039;Radius&#039;&#039;&#039;, which allows you to change the size of the region for which the isosurface is shown. Attribute &#039;&#039;&#039;Show&#039;&#039;&#039; toggles between interactive visualization around the selected region (&#039;&#039;&#039;Show&#039;&#039;&#039; = Around Selection) and static visualization of the whole map (&#039;&#039;&#039;Show&#039;&#039;&#039; = Everything, practically equivalent to [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Annotations=&lt;br /&gt;
&lt;br /&gt;
This section describes entities which can store additional information about the structures, such as validation issues or sequence annotations.&lt;br /&gt;
&lt;br /&gt;
==Validation Report (VR)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-validation_report.png | thumb | 250px | right| Structure of cytochrome P450 3A4 (1TQN) colored by the &#039;&#039;&#039;Validation Report&#039;&#039;&#039; from PDBe. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-ligand_validation_report.png | thumb | 250px | right| An oligosaccharide in the structure of ribosome-inactivating protein abrin-a (1ABR) colored by the &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;. The right-most residue is missing an atom. One of the residues in the center has an atom with which is the chirality. ]]&lt;br /&gt;
&lt;br /&gt;
Represents geometric validation data for this molecule from the wwPDB validation report. The full validation report in PDF can be downloaded from the [http://www.ebi.ac.uk/pdbe/ PDBe site] (find your molecule, click &#039;&#039;Details&#039;&#039; in &#039;&#039;Experiments and Validation&#039;&#039; section, and then &#039;&#039;Full Validation Report&#039;&#039; in the right panel). An example of a validation report is available [http://www.ebi.ac.uk/pdbe/entry-files/download/1rtc_full_validation.pdf here].&lt;br /&gt;
&lt;br /&gt;
Another type of &#039;&#039;&#039;Validation Report&#039;&#039;&#039; entity is &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;, which represents validation data for the ligands in this structure. These data come from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB]. &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Apply Coloring&#039;&#039;&#039; – The structure will be colored according the validation data. For &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; the color of each residue depends on the number of geometric outliers it contains: green = 0, yellow = 1, orange = 2, and red = 3 or more. For &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; the residues with missing atoms are colored in red. Also the atoms with wrong chirality are shown in red (examples can be found in PDB entry 1ABR). Correct residues are shown in green.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotations (SA)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-annotation.png | thumb | 250px | right| Structure of ricin A chain (4Q2V). The orange color indicates the part annotated as &#039;&#039;Ribosome-inactivating protein, subdomain 1&#039;&#039; by InterPro database. ]]&lt;br /&gt;
&lt;br /&gt;
Represents a collection of sequence annotations from PDBe, grouped by the source database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotation (SA)==&lt;br /&gt;
&lt;br /&gt;
Represents a single sequence annotation, i.e. assignment of a name to a part of the structure. When you hover above this entity or click on it, the corresponding part of the structure will be shown in a distinctive color.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update PDBe Sequence Annotation&#039;&#039;&#039; – Allows you to change the color used for this part of the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Raw Data=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that store data from a file, no matter what these data represent and how their are encoded (i.e. original data from a file before they are parsed). The user will encounter them mostly when loading files from a disk or a URL.&lt;br /&gt;
&lt;br /&gt;
==String Data (S&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a file in textual format (e.g. mmCIF file or PDB file). &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. Make sure to select the appropriate format.&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;CIF Dictionary&#039;&#039;&#039; – Treats the data as a CIF dictionary and creates a [[LiteMol:Hierarchy#CIF Dictionary (CD) | CIF Dictionary]] entity. CIF dictionary itself can contain various kinds of data, including molecular structures or density maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Binary Data (B&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a binary file (not human-readable, e.g. [https://github.com/dsehnal/BinaryCIF BinaryCIF] file or CCP4 density file). &#039;&#039;&#039;Binary Data&#039;&#039;&#039; provides exactly the same actions as [[LiteMol:Hierarchy#String Data (SD) | String Data]].&lt;br /&gt;
&lt;br /&gt;
==CIF Dictionary (CD)==&lt;br /&gt;
This entity represents data encoded in a CIF dictionary, which is a flexible format for various kinds of data, so it can contain molecular structures or density maps. A single CIF dictionary can even contain multiple objects (e.g. two density maps: 2Fo-Fc and Fo-Fc).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2408</id>
		<title>LiteMol:Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2408"/>
		<updated>2017-05-05T11:52:39Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Interactive Surface (BIS) */ mjc edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LiteMol-hierarchy.png | thumb | 200px | right| An example of an &#039;&#039;&#039;entity tree&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
All data in LiteMol are organized in a hierarchy represented by the &#039;&#039;&#039;entity tree&#039;&#039;&#039;. This tree is shown in LiteMol&#039;s left panel. When you click on an entity in the tree, you will see all actions applicable to this entity listed in the right panel.&lt;br /&gt;
&lt;br /&gt;
This page lists all types of entities and explains the actions they provide. The entity types can be divided into four sections: Structures, Visualization, Annotations, and Raw Data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Structures=&lt;br /&gt;
&lt;br /&gt;
This section describes the entities used for representation of molecular models and electron density maps. It does not contain any information about how these data are visualized.&lt;br /&gt;
&lt;br /&gt;
==Root Entity==&lt;br /&gt;
&lt;br /&gt;
The highest level of the hierarchy is the &#039;&#039;&#039;Root Entity&#039;&#039;&#039;, which is created at the beginning of LiteMol session. It represents the starting point of all actions and all other entities you create are its direct or indirect descendants.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Loads a structure of a molecule and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. The structure can be obtained from several sources:&lt;br /&gt;
** &#039;&#039;&#039;CoordinateServer&#039;&#039;&#039; - Downloads the structure from an internet location that provides [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] functionality. These parameters can be set: &lt;br /&gt;
*** &#039;&#039;&#039;Id&#039;&#039;&#039; - Specify the PDB identifier of the structure.&lt;br /&gt;
*** &#039;&#039;&#039;Type&#039;&#039;&#039; - Can be either &#039;&#039;&#039;Full&#039;&#039;&#039; (coordinates of all atoms are downloaded) or &#039;&#039;&#039;Cartoon&#039;&#039;&#039; (only atoms necessary for cartoon visualization are downloaded, so the download will be faster).&lt;br /&gt;
*** &#039;&#039;&#039;Low Precision&#039;&#039;&#039; - If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = Off, the atomic coordinates are downloaded in full precision (3 decimal places). If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = On, then the coordinates are downloaded only with 1 decimal place. This change is almost unnoticeable in the visualized structure but less data are downloaded.&lt;br /&gt;
*** &#039;&#039;&#039;Server&#039;&#039;&#039; - By default, the data are downloaded from the CoordinateServer located at webchem.ncbr.muni.cz/CoordinateServer, however, this can be changed.&lt;br /&gt;
** &#039;&#039;&#039;PDBe Updated mmCIF&#039;&#039;&#039; - Downloads the structure from the PDBe server (e.g. www.ebi.ac.uk/pdbe/static/entry/1cbs_updated.cif) using the updated mmCIF format file. &lt;br /&gt;
** &#039;&#039;&#039;URL&#039;&#039;&#039; - Downloads the structure from any specified internet location.&lt;br /&gt;
** &#039;&#039;&#039;File on Disk&#039;&#039;&#039; - Loads the structure from a file on your computer. The format of the file will be inferred from its extension.&lt;br /&gt;
* &#039;&#039;&#039;Density Data from PDBe&#039;&#039;&#039; – Downloads the electron density or electronic potential map for a molecule specified by its PDB ID (or EMDB ID) from the PDBe server and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. However, a much faster way to visualize densities is to create a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and then use the &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; action. &lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Downloads the portion of structural data that is necessary for simple visualization of a molecule. If more data are needed later, they will be downloaded automatically. This behavior is particularly useful when working with extremely large molecules, where full download may take more time, or when limited by hardware resources (slow/expensive Internet connection, limited memory) especially on mobile devices. You can specify what server should be used as the source of the data (e.g. http://webchemdev.ncbr.muni.cz/CoordinateServer or http://www.ebi.ac.uk/pdbe/coordinates). Creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Download Data&#039;&#039;&#039; - Acquires a data file from a URL. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Open Data File&#039;&#039;&#039; - Loads a data file from your computer. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule (M)==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule&#039;&#039;&#039; entity represents a set of structural data for a &#039;&#039;&#039;Molecule&#039;&#039;&#039; (which corresponds to one PDB entry or one mmCIF file).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039; – Creates a model of the molecule ([[LiteMol:Hierarchy#Molecule Model (MM) |Molecule Model]] entity). Some PDB entries (mostly NMR structures) contain multiple models, in such case, the sequential number (&#039;&#039;&#039;Index&#039;&#039;&#039;) of the desired model to be displayed can be specified.&lt;br /&gt;
* &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; - Creates a [[LiteMol:Hierarchy#Density Streaming (BDS) |Density Streaming]] for this molecule. Clicking on an atom or residue in the structure will instantly download and display the density data for the surrounding region. This solution is, in general, much faster than downloading the whole density map (often more than 1 GB). More details are available [http://webchem.ncbr.muni.cz/DensityServer here].&lt;br /&gt;
* &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; – Downloads wwPDB validation data for this molecule from PDBe and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; - Downloads validation data for the ligands in this molecule from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB] and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;PDBe Sequence Annotations&#039;&#039;&#039; – Downloads sequence annotation data for this molecule from PDBe (collected from sources such as UniProt, InterProt, Pfam etc.) and creates a [[LiteMol:Hierarchy#Sequence Annotations (SA) | Sequence Annotations]] entity.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model (M&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-default.png | thumb | 400px | right| Model of the protein with PDB identifier 1CBS in default visualization produced by &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; (&#039;&#039;&#039;Cartoon&#039;&#039;&#039; for biopolymer, &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; for non-biopolymer ligand, and &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; with &#039;&#039;&#039;Opacity&#039;&#039;&#039; 0.25 for water molecules). ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity represents a static model of a molecule, i.e. 3D coordinates of each atom. (If your PDB entry contains multiple alternative models, each of them will be in a separate &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity.)&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity. Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Assembly&#039;&#039;&#039; – Some PDB entries contain information about how multiple copies of the molecule should be positioned in space in order to create an assembly (e.g. a virus capsid). Alternatively,  just a part of the model can constitute a relevant assembly (e.g. the model contains a two molecules while a monomer is present &#039;&#039;in vivo&#039;&#039;). This action applies this information to your model and creates a new model containing the assembly. Some PDB entries provide more than one assembly.&lt;br /&gt;
* &#039;&#039;&#039;Crystal Symmetry&#039;&#039;&#039; – Creates a new model containing the original molecule and its closest neighbours in the crystal structure. Two modes are available: &#039;&#039;&#039;Interaction&#039;&#039;&#039; shows only those atoms that are within the specified radius (in Angstrom) from the original structure, &#039;&#039;&#039;Mates&#039;&#039;&#039; shows all copies of the structure that have at least one atom within this radius. This action is obviously not available for structures determined by NMR.&lt;br /&gt;
* &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; – Creates a visual representation of the model. If the model contains several types of molecules (e.g. protein + ligand), these are organized in a group of selections and appropriate visualization is used for each selection (e.g. &#039;&#039;&#039;Cartoon&#039;&#039;&#039; for protein but &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; for ligand). The same visuals are created automatically when the &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity is created.&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Creates a visual representation of the model. This option is less automatic than &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; but more flexible. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Works in a similar way as &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; from the [[LiteMol:Hierarchy#Root Entity | Root Entity]]. If you click on an atom or residue, the coordinates of all atoms in the surrounding volume will be downloaded instantly. This can be useful when a part of the structure has already been downloaded (e.g. the protein backbone) and some additional atoms are required (e.g. sidechains to display the binding site).&lt;br /&gt;
* &#039;&#039;&#039;Update Model&#039;&#039;&#039; – Applicable when multiple models are included in the PDB entry (typical case for NMR structures). This action will remove the current model and create a new model with the specified index (model number). Please keep in mind that this will remove all the changes you have applied to the current model! If you don&#039;t want to loose these changes, go to the superior [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and create a new model in addition to the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Group (G)==&lt;br /&gt;
&lt;br /&gt;
This type of entity is used to organize multiple entities that are logically connected. For example, a group of selections containing different parts of a model (protein, ligand, and water) or a group of sequence annotations obtained from the same database.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model Selection (S&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
This is an entity representing a subset of a molecule model. An example is one protein chain, one atom, or a set of all alanine residues. A selection can be created from either a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] entity or a [[LiteMol:Hierarchy#Molecule Visual (VM) | Molecule Visual]] entity. Selections are created using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Create a visual representation of this selection. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Update Selection&#039;&#039;&#039; - Change the name of the [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] or change its definition using [[LiteMol:SelectionAlgebra | selection algebra language]]. (This action may not be not available for automatically generated selections.)&lt;br /&gt;
&lt;br /&gt;
==Density Data (DD)==&lt;br /&gt;
&lt;br /&gt;
Represents a three-dimensional map of electron density (for X-ray crystal structures) or electronic potential maps (for cryo-EM structures). Two types of maps are available for most crystal structures where structure factors are available in the PDB archive: &#039;&#039;&#039;2Fo-Fc&#039;&#039;&#039; and &#039;&#039;&#039;Fo-Fc&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Surface&#039;&#039;&#039; – Creates a visualization of the density isosurface with the defined isovalue ([[LiteMol:Hierarchy#Density Visual (VDD) |Density Visual]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Interactive Surface&#039;&#039;&#039; – Creates a density isosurface which is shown only for a region of the molecule when you click on that region ([[LiteMol:Hierarchy#Interactive Surface (BIS) |Interactive Surface]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Update CCP4/Map&#039;&#039;&#039; – Allows you to see the properties of this density map, such as standard deviation, minimum, maximum, and mean value.&lt;br /&gt;
&lt;br /&gt;
=Visualization=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that represent different visualizations of molecules and electron density maps.&lt;br /&gt;
&lt;br /&gt;
==Molecule Visual (V&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-cartoon.png | thumb | 250px | right| &#039;&#039;&#039;Cartoon&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-CA_trace.png | thumb | 250px | right| &#039;&#039;&#039;C-α trace&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-balls_and_sticks.png | thumb | 250px | right| &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-VDW_balls.png | thumb | 250px | right| &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-surface.png | thumb | 250px | right| &#039;&#039;&#039;Surface&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Visual&#039;&#039;&#039; is simply a visualization of a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] or its part. It is defined mostly by its type and coloring. These can be changed in &#039;&#039;&#039;Update Visual&#039;&#039;&#039; action. Click on the “+” icon next to “Type” or “Coloring” to modify other attributes. Some attributes are only available for certain types of visualization.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity.  Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Update Visual&#039;&#039;&#039; – Allows you to change the type of visualization and other attributes.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Type&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Cartoon&#039;&#039;&#039; – Schematic representation of the backbone with distinction of helices, strands, and unstructured regions.&lt;br /&gt;
** &#039;&#039;&#039;C-α Trace&#039;&#039;&#039; – Simplified wire-like representation of the backbone (no side-chains).&lt;br /&gt;
** &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; – Atoms are represented by balls, bonds are shown as sticks connecting them. Keep in mind that most structures from X-ray and cryo-EM experiments do not provide positions of hydrogen atoms, so these are not visible in &#039;&#039;&#039;Ball and Sticks&#039;&#039;&#039; representation. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;VDW&#039;&#039;&#039; – Indicates whether all atoms are shown as spheres with uniform radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) or the radius of the sphere radius is based on the element&#039;s Van der Waals radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = On).&lt;br /&gt;
*** &#039;&#039;&#039;Scale&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = On) The ratio between the sphere radius and the element&#039;s Van der Waals radius.&lt;br /&gt;
*** &#039;&#039;&#039;Atom Rds&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) The radius of the sphere in Angstrom. &lt;br /&gt;
*** &#039;&#039;&#039;Bond Rds&#039;&#039;&#039; – The width (radius) of the sticks.&lt;br /&gt;
*** &#039;&#039;&#039;Bond&#039;&#039;&#039; – Color of the sticks. &lt;br /&gt;
** &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; – Shows atoms as spheres width radii corresponding to their Van der Waals radii.&lt;br /&gt;
** &#039;&#039;&#039;Surface&#039;&#039;&#039; – Shows the smoothed boundary surface of the space “filled” by the molecule. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;Probe Radius&#039;&#039;&#039; – How much space around an atom is considered as “filled” by this atom.&lt;br /&gt;
*** &#039;&#039;&#039;Smoothing&#039;&#039;&#039; – With lower values, curvature of the surface around individual atoms will be more noticeable. With higher values the surface will be smoother.&lt;br /&gt;
*** &#039;&#039;&#039;Auto Detail&#039;&#039;&#039; - If set to On, the optimal level of detail is automatically derived from the size of the molecule. If set to Off, the level of detail can be adjusted manually (see the next item).&lt;br /&gt;
*** &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines precisely how the surface should be visualized. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource demanding) when visualizing larger molecules.&lt;br /&gt;
*** &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
* &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the molecule should be visualized and can range from &#039;&#039;&#039;Very Low&#039;&#039;&#039; to &#039;&#039;&#039;Very High&#039;&#039;&#039;. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource demanding) when visualizing larger molecules. If you choose &#039;&#039;&#039;Automatic&#039;&#039;&#039;, LiteMol will infer the optimal level of detail from the molecule&#039;s size.&lt;br /&gt;
* &#039;&#039;&#039;Coloring&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Chain ID&#039;&#039;&#039; – Every chain will be shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Entity ID&#039;&#039;&#039; – The same as &#039;&#039;&#039;Chain ID&#039;&#039;&#039; but chemically identical chains are shown in the same color.&lt;br /&gt;
** &#039;&#039;&#039;Entity Type&#039;&#039;&#039; – Every type of entity (polymer, non-polymer, water) is shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Residue Name&#039;&#039;&#039; – A different color is used for each type of residue.&lt;br /&gt;
** &#039;&#039;&#039;Element Symbol&#039;&#039;&#039; – A different color is used for each element.&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039; - Colors each chain in the colors of rainbow from N-terminus (red) to C-terminus (violet) (or from 5&#039; to 3&#039; in nucleic acids).&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Entity)&#039;&#039;&#039; - Similar to &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039;, but chemically identical chains are treated as a single longer chain (e.g. in a homodimer).&lt;br /&gt;
** &#039;&#039;&#039;Uniform Color&#039;&#039;&#039; – One selected color is used for the whole &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Highlight&#039;&#039;&#039; – The color in which this &#039;&#039;&#039;Visual&#039;&#039;&#039; will be temporarily colored when hovering over the &#039;&#039;&#039;Visual&#039;&#039;&#039; entity in the entity tree. When the cursor is placed on an atom or residue, it will be colored in the same way.&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – If you create a [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] from this &#039;&#039;&#039;Visual&#039;&#039;&#039;, it will be distinguished from the rest of the &#039;&#039;&#039;Visual&#039;&#039;&#039; by having this color.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the &#039;&#039;&#039;Visual&#039;&#039;&#039;. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that changing the type of a &#039;&#039;&#039;Visual&#039;&#039;&#039; will in fact remove the current visual and replace it with a new one, so all changes you have applied to the current &#039;&#039;&#039;Visual&#039;&#039;&#039; (such as creating a selection from it) will be lost! You can go to the superior entity and create a new &#039;&#039;&#039;Visual&#039;&#039;&#039; besides the current &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Density Visual (V&amp;lt;sub&amp;gt;DD&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-density_visual.png | thumb | 250px | right| Density isosurface at 1.5 σ (2Fo-Fc). ]]&lt;br /&gt;
&lt;br /&gt;
Represents an isosurface of electron density, i.e. the surface in 3D connecting all the points with the value of electron density equal to a specified isovalue.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Surface&#039;&#039;&#039; – Allows you to change the attributes of the visualization.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Iso value&#039;&#039;&#039; – The isovalue of electron density used for the visualized surface.&lt;br /&gt;
* &#039;&#039;&#039;Relative&#039;&#039;&#039; - Indicates whether normalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = On) or unnormalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = Off) density values are used. The relationship between the two values is as follows: &#039;&#039;Normalized&#039;&#039; = (&#039;&#039;Unnormalized&#039;&#039; - &#039;&#039;Mean&#039;&#039;) / &#039;&#039;Sigma&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Color&#039;&#039;&#039; – The color of the surface.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the surface. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
* &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Interactive Surface (B&amp;lt;sub&amp;gt;IS&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-interactive_surface.png | thumb | 250px | right| Interactive density isosurface at 1.5 σ (2Fo-Fc) shown for a tryptophan residue and its surroundings with radius 2 Angstroms. ]]&lt;br /&gt;
&lt;br /&gt;
This is a visualization of an isosurface of electron density, just as [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]]. The difference is that this surface is shown only when you click on a residue or an atom in the structure. The surface is shown only for the region around the selected residue or atom. An advantage of this interactive visualization is that the relevant region of density surface is not hindered by the rest of the molecule.&lt;br /&gt;
&lt;br /&gt;
Three default &#039;&#039;&#039;Interactive Surfaces&#039;&#039;&#039; are created automatically when loading density data: blue surface corresponds to isovalue 1.5 in 2Fo-Fc density map. Green and red surfaces correspond to isovalues +3 and -3 in Fo-Fc difference density maps.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Interactive Surface&#039;&#039;&#039; – Change the attributes of the visualization. These attributes are the same as in the case of [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity. An extra attribute is &#039;&#039;&#039;Radius&#039;&#039;&#039;, which allows you to change the size of the region for which the isosurface is shown. Attribute &#039;&#039;&#039;Show&#039;&#039;&#039; toggles between interactive visualization around the selected region (&#039;&#039;&#039;Show&#039;&#039;&#039; = Around Selection) and static visualization of the whole map (&#039;&#039;&#039;Show&#039;&#039;&#039; = Everything, practically equivalent to [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Annotations=&lt;br /&gt;
&lt;br /&gt;
This section describes entities which can store additional information about the structures, such as validation issues or sequence annotations.&lt;br /&gt;
&lt;br /&gt;
==Validation Report (VR)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-validation_report.png | thumb | 250px | right| Structure of cytochrome P450 3A4 (1TQN) colored by the &#039;&#039;&#039;Validation Report&#039;&#039;&#039; from PDBe. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-ligand_validation_report.png | thumb | 250px | right| An oligosaccharide in the structure of ribosom-inactivating protein abrin-a (1ABR) colored by the &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;. The right-most residue is missing an atom. One of the residues in the center has an atom with wrongly annotated chirality. ]]&lt;br /&gt;
&lt;br /&gt;
Represents validation data for this molecule from PDBe. The full validation report in PDF can be downloaded from the [http://www.ebi.ac.uk/pdbe/ PDBe site] (find your molecule, click &#039;&#039;Details&#039;&#039; in &#039;&#039;Experiments and Validation&#039;&#039; section, and then &#039;&#039;Full Validation Report&#039;&#039; in the right panel). An example of a validation report is available [http://www.ebi.ac.uk/pdbe/entry-files/download/1rtc_full_validation.pdf here].&lt;br /&gt;
&lt;br /&gt;
Another type of &#039;&#039;&#039;Validation Report&#039;&#039;&#039; entity is &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;, which represents validation data for the ligands in this molecule. This data come from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB]. &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Apply Coloring&#039;&#039;&#039; – The structure will be colored according the validation data. For &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; the color of each residue depends on the number of geometric quality criteria for which they contain at least one outlier: green = 0, yellow = 1, orange = 2, and red = 3 or more. For &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; the residues with missing atoms are colored in red. Also the atoms with wrong chirality are shown in red (examples can be found in PDB entry 1ABR). The correct residues are shown in green.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Sequence Annotations (SA)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-annotation.png | thumb | 250px | right| Structure of ricin A chain (4Q2V). The orange color indicates the part annotated as &#039;&#039;Ribosome-inactivating protein, subdomain 1&#039;&#039; by InterPro database. ]]&lt;br /&gt;
&lt;br /&gt;
Represents a collection of sequence annotations from PDBe, grouped by the source database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotation (SA)==&lt;br /&gt;
&lt;br /&gt;
Represents a single sequence annotation, i.e. assignment of a name to a part of the structure. When you hover above this entity or click on it, the corresponding part of the structure will be shown in a distinctive color.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update PDBe Sequence Annotation&#039;&#039;&#039; – Allows you to change the color used for this part of the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Raw Data=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that store data from a file, no matter what these data represent and how their are encoded (i.e. original data from a file before they are parsed). The user will encounter them mostly when loading files from a disk or a URL.&lt;br /&gt;
&lt;br /&gt;
==String Data (S&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a file in textual format (e.g. mmCIF file or PDB file). &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. Make sure to select the appropriate format.&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;CIF Dictionary&#039;&#039;&#039; – Treats the data as a CIF dictionary and creates a [[LiteMol:Hierarchy#CIF Dictionary (CD) | CIF Dictionary]] entity. CIF dictionary itself can contain various kinds of data, including molecular structures or density maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Binary Data (B&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a binary file (not human-readable, e.g. [https://github.com/dsehnal/BinaryCIF BinaryCIF] file or CCP4 density file). &#039;&#039;&#039;Binary Data&#039;&#039;&#039; provides exactly the same actions as [[LiteMol:Hierarchy#String Data (SD) | String Data]].&lt;br /&gt;
&lt;br /&gt;
==CIF Dictionary (CD)==&lt;br /&gt;
This entity represents data encoded in a CIF dictionary, which is a flexible format for various kinds of data, so it can contain molecular structures or density maps. A single CIF dictionary can even contain multiple objects (e.g. two density maps: 2Fo-Fc and Fo-Fc).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2407</id>
		<title>LiteMol:Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2407"/>
		<updated>2017-05-05T10:57:04Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Molecule Visual (VM) */ mjc edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LiteMol-hierarchy.png | thumb | 200px | right| An example of an &#039;&#039;&#039;entity tree&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
All data in LiteMol are organized in a hierarchy represented by the &#039;&#039;&#039;entity tree&#039;&#039;&#039;. This tree is shown in LiteMol&#039;s left panel. When you click on an entity in the tree, you will see all actions applicable to this entity listed in the right panel.&lt;br /&gt;
&lt;br /&gt;
This page lists all types of entities and explains the actions they provide. The entity types can be divided into four sections: Structures, Visualization, Annotations, and Raw Data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Structures=&lt;br /&gt;
&lt;br /&gt;
This section describes the entities used for representation of molecular models and electron density maps. It does not contain any information about how these data are visualized.&lt;br /&gt;
&lt;br /&gt;
==Root Entity==&lt;br /&gt;
&lt;br /&gt;
The highest level of the hierarchy is the &#039;&#039;&#039;Root Entity&#039;&#039;&#039;, which is created at the beginning of LiteMol session. It represents the starting point of all actions and all other entities you create are its direct or indirect descendants.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Loads a structure of a molecule and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. The structure can be obtained from several sources:&lt;br /&gt;
** &#039;&#039;&#039;CoordinateServer&#039;&#039;&#039; - Downloads the structure from an internet location that provides [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] functionality. These parameters can be set: &lt;br /&gt;
*** &#039;&#039;&#039;Id&#039;&#039;&#039; - Specify the PDB identifier of the structure.&lt;br /&gt;
*** &#039;&#039;&#039;Type&#039;&#039;&#039; - Can be either &#039;&#039;&#039;Full&#039;&#039;&#039; (coordinates of all atoms are downloaded) or &#039;&#039;&#039;Cartoon&#039;&#039;&#039; (only atoms necessary for cartoon visualization are downloaded, so the download will be faster).&lt;br /&gt;
*** &#039;&#039;&#039;Low Precision&#039;&#039;&#039; - If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = Off, the atomic coordinates are downloaded in full precision (3 decimal places). If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = On, then the coordinates are downloaded only with 1 decimal place. This change is almost unnoticeable in the visualized structure but less data are downloaded.&lt;br /&gt;
*** &#039;&#039;&#039;Server&#039;&#039;&#039; - By default, the data are downloaded from the CoordinateServer located at webchem.ncbr.muni.cz/CoordinateServer, however, this can be changed.&lt;br /&gt;
** &#039;&#039;&#039;PDBe Updated mmCIF&#039;&#039;&#039; - Downloads the structure from the PDBe server (e.g. www.ebi.ac.uk/pdbe/static/entry/1cbs_updated.cif) using the updated mmCIF format file. &lt;br /&gt;
** &#039;&#039;&#039;URL&#039;&#039;&#039; - Downloads the structure from any specified internet location.&lt;br /&gt;
** &#039;&#039;&#039;File on Disk&#039;&#039;&#039; - Loads the structure from a file on your computer. The format of the file will be inferred from its extension.&lt;br /&gt;
* &#039;&#039;&#039;Density Data from PDBe&#039;&#039;&#039; – Downloads the electron density or electronic potential map for a molecule specified by its PDB ID (or EMDB ID) from the PDBe server and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. However, a much faster way to visualize densities is to create a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and then use the &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; action. &lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Downloads the portion of structural data that is necessary for simple visualization of a molecule. If more data are needed later, they will be downloaded automatically. This behavior is particularly useful when working with extremely large molecules, where full download may take more time, or when limited by hardware resources (slow/expensive Internet connection, limited memory) especially on mobile devices. You can specify what server should be used as the source of the data (e.g. http://webchemdev.ncbr.muni.cz/CoordinateServer or http://www.ebi.ac.uk/pdbe/coordinates). Creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Download Data&#039;&#039;&#039; - Acquires a data file from a URL. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Open Data File&#039;&#039;&#039; - Loads a data file from your computer. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule (M)==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule&#039;&#039;&#039; entity represents a set of structural data for a &#039;&#039;&#039;Molecule&#039;&#039;&#039; (which corresponds to one PDB entry or one mmCIF file).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039; – Creates a model of the molecule ([[LiteMol:Hierarchy#Molecule Model (MM) |Molecule Model]] entity). Some PDB entries (mostly NMR structures) contain multiple models, in such case, the sequential number (&#039;&#039;&#039;Index&#039;&#039;&#039;) of the desired model to be displayed can be specified.&lt;br /&gt;
* &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; - Creates a [[LiteMol:Hierarchy#Density Streaming (BDS) |Density Streaming]] for this molecule. Clicking on an atom or residue in the structure will instantly download and display the density data for the surrounding region. This solution is, in general, much faster than downloading the whole density map (often more than 1 GB). More details are available [http://webchem.ncbr.muni.cz/DensityServer here].&lt;br /&gt;
* &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; – Downloads wwPDB validation data for this molecule from PDBe and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; - Downloads validation data for the ligands in this molecule from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB] and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;PDBe Sequence Annotations&#039;&#039;&#039; – Downloads sequence annotation data for this molecule from PDBe (collected from sources such as UniProt, InterProt, Pfam etc.) and creates a [[LiteMol:Hierarchy#Sequence Annotations (SA) | Sequence Annotations]] entity.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model (M&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-default.png | thumb | 400px | right| Model of the protein with PDB identifier 1CBS in default visualization produced by &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; (&#039;&#039;&#039;Cartoon&#039;&#039;&#039; for biopolymer, &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; for non-biopolymer ligand, and &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; with &#039;&#039;&#039;Opacity&#039;&#039;&#039; 0.25 for water molecules). ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity represents a static model of a molecule, i.e. 3D coordinates of each atom. (If your PDB entry contains multiple alternative models, each of them will be in a separate &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity.)&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity. Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Assembly&#039;&#039;&#039; – Some PDB entries contain information about how multiple copies of the molecule should be positioned in space in order to create an assembly (e.g. a virus capsid). Alternatively,  just a part of the model can constitute a relevant assembly (e.g. the model contains a two molecules while a monomer is present &#039;&#039;in vivo&#039;&#039;). This action applies this information to your model and creates a new model containing the assembly. Some PDB entries provide more than one assembly.&lt;br /&gt;
* &#039;&#039;&#039;Crystal Symmetry&#039;&#039;&#039; – Creates a new model containing the original molecule and its closest neighbours in the crystal structure. Two modes are available: &#039;&#039;&#039;Interaction&#039;&#039;&#039; shows only those atoms that are within the specified radius (in Angstrom) from the original structure, &#039;&#039;&#039;Mates&#039;&#039;&#039; shows all copies of the structure that have at least one atom within this radius. This action is obviously not available for structures determined by NMR.&lt;br /&gt;
* &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; – Creates a visual representation of the model. If the model contains several types of molecules (e.g. protein + ligand), these are organized in a group of selections and appropriate visualization is used for each selection (e.g. &#039;&#039;&#039;Cartoon&#039;&#039;&#039; for protein but &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; for ligand). The same visuals are created automatically when the &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity is created.&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Creates a visual representation of the model. This option is less automatic than &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; but more flexible. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Works in a similar way as &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; from the [[LiteMol:Hierarchy#Root Entity | Root Entity]]. If you click on an atom or residue, the coordinates of all atoms in the surrounding volume will be downloaded instantly. This can be useful when a part of the structure has already been downloaded (e.g. the protein backbone) and some additional atoms are required (e.g. sidechains to display the binding site).&lt;br /&gt;
* &#039;&#039;&#039;Update Model&#039;&#039;&#039; – Applicable when multiple models are included in the PDB entry (typical case for NMR structures). This action will remove the current model and create a new model with the specified index (model number). Please keep in mind that this will remove all the changes you have applied to the current model! If you don&#039;t want to loose these changes, go to the superior [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and create a new model in addition to the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Group (G)==&lt;br /&gt;
&lt;br /&gt;
This type of entity is used to organize multiple entities that are logically connected. For example, a group of selections containing different parts of a model (protein, ligand, and water) or a group of sequence annotations obtained from the same database.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model Selection (S&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
This is an entity representing a subset of a molecule model. An example is one protein chain, one atom, or a set of all alanine residues. A selection can be created from either a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] entity or a [[LiteMol:Hierarchy#Molecule Visual (VM) | Molecule Visual]] entity. Selections are created using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Create a visual representation of this selection. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Update Selection&#039;&#039;&#039; - Change the name of the [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] or change its definition using [[LiteMol:SelectionAlgebra | selection algebra language]]. (This action may not be not available for automatically generated selections.)&lt;br /&gt;
&lt;br /&gt;
==Density Data (DD)==&lt;br /&gt;
&lt;br /&gt;
Represents a three-dimensional map of electron density (for X-ray crystal structures) or electronic potential maps (for cryo-EM structures). Two types of maps are available for most crystal structures where structure factors are available in the PDB archive: &#039;&#039;&#039;2Fo-Fc&#039;&#039;&#039; and &#039;&#039;&#039;Fo-Fc&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Surface&#039;&#039;&#039; – Creates a visualization of the density isosurface with the defined isovalue ([[LiteMol:Hierarchy#Density Visual (VDD) |Density Visual]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Interactive Surface&#039;&#039;&#039; – Creates a density isosurface which is shown only for a region of the molecule when you click on that region ([[LiteMol:Hierarchy#Interactive Surface (BIS) |Interactive Surface]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Update CCP4/Map&#039;&#039;&#039; – Allows you to see the properties of this density map, such as standard deviation, minimum, maximum, and mean value.&lt;br /&gt;
&lt;br /&gt;
=Visualization=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that represent different visualizations of molecules and electron density maps.&lt;br /&gt;
&lt;br /&gt;
==Molecule Visual (V&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-cartoon.png | thumb | 250px | right| &#039;&#039;&#039;Cartoon&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-CA_trace.png | thumb | 250px | right| &#039;&#039;&#039;C-α trace&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-balls_and_sticks.png | thumb | 250px | right| &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-VDW_balls.png | thumb | 250px | right| &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-surface.png | thumb | 250px | right| &#039;&#039;&#039;Surface&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Visual&#039;&#039;&#039; is simply a visualization of a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] or its part. It is defined mostly by its type and coloring. These can be changed in &#039;&#039;&#039;Update Visual&#039;&#039;&#039; action. Click on the “+” icon next to “Type” or “Coloring” to modify other attributes. Some attributes are only available for certain types of visualization.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity.  Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Update Visual&#039;&#039;&#039; – Allows you to change the type of visualization and other attributes.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Type&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Cartoon&#039;&#039;&#039; – Schematic representation of the backbone with distinction of helices, strands, and unstructured regions.&lt;br /&gt;
** &#039;&#039;&#039;C-α Trace&#039;&#039;&#039; – Simplified wire-like representation of the backbone (no side-chains).&lt;br /&gt;
** &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; – Atoms are represented by balls, bonds are shown as sticks connecting them. Keep in mind that most structures from X-ray and cryo-EM experiments do not provide positions of hydrogen atoms, so these are not visible in &#039;&#039;&#039;Ball and Sticks&#039;&#039;&#039; representation. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;VDW&#039;&#039;&#039; – Indicates whether all atoms are shown as spheres with uniform radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) or the radius of the sphere radius is based on the element&#039;s Van der Waals radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = On).&lt;br /&gt;
*** &#039;&#039;&#039;Scale&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = On) The ratio between the sphere radius and the element&#039;s Van der Waals radius.&lt;br /&gt;
*** &#039;&#039;&#039;Atom Rds&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) The radius of the sphere in Angstrom. &lt;br /&gt;
*** &#039;&#039;&#039;Bond Rds&#039;&#039;&#039; – The width (radius) of the sticks.&lt;br /&gt;
*** &#039;&#039;&#039;Bond&#039;&#039;&#039; – Color of the sticks. &lt;br /&gt;
** &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; – Shows atoms as spheres width radii corresponding to their Van der Waals radii.&lt;br /&gt;
** &#039;&#039;&#039;Surface&#039;&#039;&#039; – Shows the smoothed boundary surface of the space “filled” by the molecule. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;Probe Radius&#039;&#039;&#039; – How much space around an atom is considered as “filled” by this atom.&lt;br /&gt;
*** &#039;&#039;&#039;Smoothing&#039;&#039;&#039; – With lower values, curvature of the surface around individual atoms will be more noticeable. With higher values the surface will be smoother.&lt;br /&gt;
*** &#039;&#039;&#039;Auto Detail&#039;&#039;&#039; - If set to On, the optimal level of detail is automatically derived from the size of the molecule. If set to Off, the level of detail can be adjusted manually (see the next item).&lt;br /&gt;
*** &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines precisely how the surface should be visualized. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource demanding) when visualizing larger molecules.&lt;br /&gt;
*** &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
* &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the molecule should be visualized and can range from &#039;&#039;&#039;Very Low&#039;&#039;&#039; to &#039;&#039;&#039;Very High&#039;&#039;&#039;. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource demanding) when visualizing larger molecules. If you choose &#039;&#039;&#039;Automatic&#039;&#039;&#039;, LiteMol will infer the optimal level of detail from the molecule&#039;s size.&lt;br /&gt;
* &#039;&#039;&#039;Coloring&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Chain ID&#039;&#039;&#039; – Every chain will be shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Entity ID&#039;&#039;&#039; – The same as &#039;&#039;&#039;Chain ID&#039;&#039;&#039; but chemically identical chains are shown in the same color.&lt;br /&gt;
** &#039;&#039;&#039;Entity Type&#039;&#039;&#039; – Every type of entity (polymer, non-polymer, water) is shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Residue Name&#039;&#039;&#039; – A different color is used for each type of residue.&lt;br /&gt;
** &#039;&#039;&#039;Element Symbol&#039;&#039;&#039; – A different color is used for each element.&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039; - Colors each chain in the colors of rainbow from N-terminus (red) to C-terminus (violet) (or from 5&#039; to 3&#039; in nucleic acids).&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Entity)&#039;&#039;&#039; - Similar to &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039;, but chemically identical chains are treated as a single longer chain (e.g. in a homodimer).&lt;br /&gt;
** &#039;&#039;&#039;Uniform Color&#039;&#039;&#039; – One selected color is used for the whole &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Highlight&#039;&#039;&#039; – The color in which this &#039;&#039;&#039;Visual&#039;&#039;&#039; will be temporarily colored when hovering over the &#039;&#039;&#039;Visual&#039;&#039;&#039; entity in the entity tree. When the cursor is placed on an atom or residue, it will be colored in the same way.&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – If you create a [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] from this &#039;&#039;&#039;Visual&#039;&#039;&#039;, it will be distinguished from the rest of the &#039;&#039;&#039;Visual&#039;&#039;&#039; by having this color.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the &#039;&#039;&#039;Visual&#039;&#039;&#039;. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that changing the type of a &#039;&#039;&#039;Visual&#039;&#039;&#039; will in fact remove the current visual and replace it with a new one, so all changes you have applied to the current &#039;&#039;&#039;Visual&#039;&#039;&#039; (such as creating a selection from it) will be lost! You can go to the superior entity and create a new &#039;&#039;&#039;Visual&#039;&#039;&#039; besides the current &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Density Visual (V&amp;lt;sub&amp;gt;DD&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-density_visual.png | thumb | 250px | right| Density isosurface at 1.5 σ (2Fo-Fc). ]]&lt;br /&gt;
&lt;br /&gt;
Represents an isosurface of electron density, i.e. the surface in 3D connecting all the points with the value of electron density equal to a specified isovalue.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Surface&#039;&#039;&#039; – Allows you to change the attributes of the visualization.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Iso value&#039;&#039;&#039; – The isovalue of electron density used for the visualized surface.&lt;br /&gt;
* &#039;&#039;&#039;Relative&#039;&#039;&#039; - Indicates whether normalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = On) or unnormalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = Off) density values are used. The relationship between the two values is as follows: &#039;&#039;Normalized&#039;&#039; = (&#039;&#039;Unnormalized&#039;&#039; - &#039;&#039;Mean&#039;&#039;) / &#039;&#039;Sigma&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Color&#039;&#039;&#039; – The color of the surface.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the surface. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
* &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Interactive Surface (B&amp;lt;sub&amp;gt;IS&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-interactive_surface.png | thumb | 250px | right| Interactive density isosurface at 1.5 σ (2Fo-Fc) shown for a tryptophan residue and its surroundings with radius 2 Angstroms. ]]&lt;br /&gt;
&lt;br /&gt;
This is a visualization of an isosurface of electron density, just as [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]]. The difference is that this surface is shown only when you click on a residue or an atom in the structure. The surface is shown only for the region around the selected residue or atom. An advantage of this interactive visualization is that the relevant region of density surface is not hindered by the rest of the molecule.&lt;br /&gt;
&lt;br /&gt;
Three default &#039;&#039;&#039;Interactive Surfaces&#039;&#039;&#039; are created automatically when loading density data: blue surface corresponds to isovalue 1.5 in 2Fo-Fc density map. Green and red surfaces correspond to isovalues +3 and -3 in Fo-Fc density map.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Interactive Surface&#039;&#039;&#039; – Change the attributes of the visualization. These attributes are the same as in the case of [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity. An extra attribute is &#039;&#039;&#039;Radius&#039;&#039;&#039;, which allows you to change the size of the region for which the isosurface is shown. Attribute &#039;&#039;&#039;Show&#039;&#039;&#039; toggles between interactive visualization around the selected region (&#039;&#039;&#039;Show&#039;&#039;&#039; = Around Selection) and static visualization of the whole map (&#039;&#039;&#039;Show&#039;&#039;&#039; = Everything, practically equivalent to [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Annotations=&lt;br /&gt;
&lt;br /&gt;
This section describes entities which can store additional information about the structures, such as validation issues or sequence annotations.&lt;br /&gt;
&lt;br /&gt;
==Validation Report (VR)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-validation_report.png | thumb | 250px | right| Structure of cytochrome P450 3A4 (1TQN) colored by the &#039;&#039;&#039;Validation Report&#039;&#039;&#039; from PDBe. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-ligand_validation_report.png | thumb | 250px | right| An oligosaccharide in the structure of ribosom-inactivating protein abrin-a (1ABR) colored by the &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;. The right-most residue is missing an atom. One of the residues in the center has an atom with wrongly annotated chirality. ]]&lt;br /&gt;
&lt;br /&gt;
Represents validation data for this molecule from PDBe. The full validation report in PDF can be downloaded from the [http://www.ebi.ac.uk/pdbe/ PDBe site] (find your molecule, click &#039;&#039;Details&#039;&#039; in &#039;&#039;Experiments and Validation&#039;&#039; section, and then &#039;&#039;Full Validation Report&#039;&#039; in the right panel). An example of a validation report is available [http://www.ebi.ac.uk/pdbe/entry-files/download/1rtc_full_validation.pdf here].&lt;br /&gt;
&lt;br /&gt;
Another type of &#039;&#039;&#039;Validation Report&#039;&#039;&#039; entity is &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;, which represents validation data for the ligands in this molecule. This data come from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB]. &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Apply Coloring&#039;&#039;&#039; – The structure will be colored according the validation data. For &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; the color of each residue depends on the number of geometric quality criteria for which they contain at least one outlier: green = 0, yellow = 1, orange = 2, and red = 3 or more. For &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; the residues with missing atoms are colored in red. Also the atoms with wrong chirality are shown in red (examples can be found in PDB entry 1ABR). The correct residues are shown in green.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Sequence Annotations (SA)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-annotation.png | thumb | 250px | right| Structure of ricin A chain (4Q2V). The orange color indicates the part annotated as &#039;&#039;Ribosome-inactivating protein, subdomain 1&#039;&#039; by InterPro database. ]]&lt;br /&gt;
&lt;br /&gt;
Represents a collection of sequence annotations from PDBe, grouped by the source database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotation (SA)==&lt;br /&gt;
&lt;br /&gt;
Represents a single sequence annotation, i.e. assignment of a name to a part of the structure. When you hover above this entity or click on it, the corresponding part of the structure will be shown in a distinctive color.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update PDBe Sequence Annotation&#039;&#039;&#039; – Allows you to change the color used for this part of the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Raw Data=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that store data from a file, no matter what these data represent and how their are encoded (i.e. original data from a file before they are parsed). The user will encounter them mostly when loading files from a disk or a URL.&lt;br /&gt;
&lt;br /&gt;
==String Data (S&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a file in textual format (e.g. mmCIF file or PDB file). &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. Make sure to select the appropriate format.&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;CIF Dictionary&#039;&#039;&#039; – Treats the data as a CIF dictionary and creates a [[LiteMol:Hierarchy#CIF Dictionary (CD) | CIF Dictionary]] entity. CIF dictionary itself can contain various kinds of data, including molecular structures or density maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Binary Data (B&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a binary file (not human-readable, e.g. [https://github.com/dsehnal/BinaryCIF BinaryCIF] file or CCP4 density file). &#039;&#039;&#039;Binary Data&#039;&#039;&#039; provides exactly the same actions as [[LiteMol:Hierarchy#String Data (SD) | String Data]].&lt;br /&gt;
&lt;br /&gt;
==CIF Dictionary (CD)==&lt;br /&gt;
This entity represents data encoded in a CIF dictionary, which is a flexible format for various kinds of data, so it can contain molecular structures or density maps. A single CIF dictionary can even contain multiple objects (e.g. two density maps: 2Fo-Fc and Fo-Fc).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2406</id>
		<title>LiteMol:Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2406"/>
		<updated>2017-05-05T10:01:39Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Density Data (DD) */ mjc edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LiteMol-hierarchy.png | thumb | 200px | right| An example of an &#039;&#039;&#039;entity tree&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
All data in LiteMol are organized in a hierarchy represented by the &#039;&#039;&#039;entity tree&#039;&#039;&#039;. This tree is shown in LiteMol&#039;s left panel. When you click on an entity in the tree, you will see all actions applicable to this entity listed in the right panel.&lt;br /&gt;
&lt;br /&gt;
This page lists all types of entities and explains the actions they provide. The entity types can be divided into four sections: Structures, Visualization, Annotations, and Raw Data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Structures=&lt;br /&gt;
&lt;br /&gt;
This section describes the entities used for representation of molecular models and electron density maps. It does not contain any information about how these data are visualized.&lt;br /&gt;
&lt;br /&gt;
==Root Entity==&lt;br /&gt;
&lt;br /&gt;
The highest level of the hierarchy is the &#039;&#039;&#039;Root Entity&#039;&#039;&#039;, which is created at the beginning of LiteMol session. It represents the starting point of all actions and all other entities you create are its direct or indirect descendants.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Loads a structure of a molecule and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. The structure can be obtained from several sources:&lt;br /&gt;
** &#039;&#039;&#039;CoordinateServer&#039;&#039;&#039; - Downloads the structure from an internet location that provides [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] functionality. These parameters can be set: &lt;br /&gt;
*** &#039;&#039;&#039;Id&#039;&#039;&#039; - Specify the PDB identifier of the structure.&lt;br /&gt;
*** &#039;&#039;&#039;Type&#039;&#039;&#039; - Can be either &#039;&#039;&#039;Full&#039;&#039;&#039; (coordinates of all atoms are downloaded) or &#039;&#039;&#039;Cartoon&#039;&#039;&#039; (only atoms necessary for cartoon visualization are downloaded, so the download will be faster).&lt;br /&gt;
*** &#039;&#039;&#039;Low Precision&#039;&#039;&#039; - If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = Off, the atomic coordinates are downloaded in full precision (3 decimal places). If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = On, then the coordinates are downloaded only with 1 decimal place. This change is almost unnoticeable in the visualized structure but less data are downloaded.&lt;br /&gt;
*** &#039;&#039;&#039;Server&#039;&#039;&#039; - By default, the data are downloaded from the CoordinateServer located at webchem.ncbr.muni.cz/CoordinateServer, however, this can be changed.&lt;br /&gt;
** &#039;&#039;&#039;PDBe Updated mmCIF&#039;&#039;&#039; - Downloads the structure from the PDBe server (e.g. www.ebi.ac.uk/pdbe/static/entry/1cbs_updated.cif) using the updated mmCIF format file. &lt;br /&gt;
** &#039;&#039;&#039;URL&#039;&#039;&#039; - Downloads the structure from any specified internet location.&lt;br /&gt;
** &#039;&#039;&#039;File on Disk&#039;&#039;&#039; - Loads the structure from a file on your computer. The format of the file will be inferred from its extension.&lt;br /&gt;
* &#039;&#039;&#039;Density Data from PDBe&#039;&#039;&#039; – Downloads the electron density or electronic potential map for a molecule specified by its PDB ID (or EMDB ID) from the PDBe server and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. However, a much faster way to visualize densities is to create a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and then use the &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; action. &lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Downloads the portion of structural data that is necessary for simple visualization of a molecule. If more data are needed later, they will be downloaded automatically. This behavior is particularly useful when working with extremely large molecules, where full download may take more time, or when limited by hardware resources (slow/expensive Internet connection, limited memory) especially on mobile devices. You can specify what server should be used as the source of the data (e.g. http://webchemdev.ncbr.muni.cz/CoordinateServer or http://www.ebi.ac.uk/pdbe/coordinates). Creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Download Data&#039;&#039;&#039; - Acquires a data file from a URL. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Open Data File&#039;&#039;&#039; - Loads a data file from your computer. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule (M)==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule&#039;&#039;&#039; entity represents a set of structural data for a &#039;&#039;&#039;Molecule&#039;&#039;&#039; (which corresponds to one PDB entry or one mmCIF file).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039; – Creates a model of the molecule ([[LiteMol:Hierarchy#Molecule Model (MM) |Molecule Model]] entity). Some PDB entries (mostly NMR structures) contain multiple models, in such case, the sequential number (&#039;&#039;&#039;Index&#039;&#039;&#039;) of the desired model to be displayed can be specified.&lt;br /&gt;
* &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; - Creates a [[LiteMol:Hierarchy#Density Streaming (BDS) |Density Streaming]] for this molecule. Clicking on an atom or residue in the structure will instantly download and display the density data for the surrounding region. This solution is, in general, much faster than downloading the whole density map (often more than 1 GB). More details are available [http://webchem.ncbr.muni.cz/DensityServer here].&lt;br /&gt;
* &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; – Downloads wwPDB validation data for this molecule from PDBe and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; - Downloads validation data for the ligands in this molecule from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB] and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;PDBe Sequence Annotations&#039;&#039;&#039; – Downloads sequence annotation data for this molecule from PDBe (collected from sources such as UniProt, InterProt, Pfam etc.) and creates a [[LiteMol:Hierarchy#Sequence Annotations (SA) | Sequence Annotations]] entity.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model (M&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-default.png | thumb | 400px | right| Model of the protein with PDB identifier 1CBS in default visualization produced by &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; (&#039;&#039;&#039;Cartoon&#039;&#039;&#039; for biopolymer, &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; for non-biopolymer ligand, and &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; with &#039;&#039;&#039;Opacity&#039;&#039;&#039; 0.25 for water molecules). ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity represents a static model of a molecule, i.e. 3D coordinates of each atom. (If your PDB entry contains multiple alternative models, each of them will be in a separate &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity.)&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity. Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Assembly&#039;&#039;&#039; – Some PDB entries contain information about how multiple copies of the molecule should be positioned in space in order to create an assembly (e.g. a virus capsid). Alternatively,  just a part of the model can constitute a relevant assembly (e.g. the model contains a two molecules while a monomer is present &#039;&#039;in vivo&#039;&#039;). This action applies this information to your model and creates a new model containing the assembly. Some PDB entries provide more than one assembly.&lt;br /&gt;
* &#039;&#039;&#039;Crystal Symmetry&#039;&#039;&#039; – Creates a new model containing the original molecule and its closest neighbours in the crystal structure. Two modes are available: &#039;&#039;&#039;Interaction&#039;&#039;&#039; shows only those atoms that are within the specified radius (in Angstrom) from the original structure, &#039;&#039;&#039;Mates&#039;&#039;&#039; shows all copies of the structure that have at least one atom within this radius. This action is obviously not available for structures determined by NMR.&lt;br /&gt;
* &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; – Creates a visual representation of the model. If the model contains several types of molecules (e.g. protein + ligand), these are organized in a group of selections and appropriate visualization is used for each selection (e.g. &#039;&#039;&#039;Cartoon&#039;&#039;&#039; for protein but &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; for ligand). The same visuals are created automatically when the &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity is created.&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Creates a visual representation of the model. This option is less automatic than &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; but more flexible. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Works in a similar way as &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; from the [[LiteMol:Hierarchy#Root Entity | Root Entity]]. If you click on an atom or residue, the coordinates of all atoms in the surrounding volume will be downloaded instantly. This can be useful when a part of the structure has already been downloaded (e.g. the protein backbone) and some additional atoms are required (e.g. sidechains to display the binding site).&lt;br /&gt;
* &#039;&#039;&#039;Update Model&#039;&#039;&#039; – Applicable when multiple models are included in the PDB entry (typical case for NMR structures). This action will remove the current model and create a new model with the specified index (model number). Please keep in mind that this will remove all the changes you have applied to the current model! If you don&#039;t want to loose these changes, go to the superior [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and create a new model in addition to the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Group (G)==&lt;br /&gt;
&lt;br /&gt;
This type of entity is used to organize multiple entities that are logically connected. For example, a group of selections containing different parts of a model (protein, ligand, and water) or a group of sequence annotations obtained from the same database.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model Selection (S&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
This is an entity representing a subset of a molecule model. An example is one protein chain, one atom, or a set of all alanine residues. A selection can be created from either a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] entity or a [[LiteMol:Hierarchy#Molecule Visual (VM) | Molecule Visual]] entity. Selections are created using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Create a visual representation of this selection. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Update Selection&#039;&#039;&#039; - Change the name of the [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] or change its definition using [[LiteMol:SelectionAlgebra | selection algebra language]]. (This action may not be not available for automatically generated selections.)&lt;br /&gt;
&lt;br /&gt;
==Density Data (DD)==&lt;br /&gt;
&lt;br /&gt;
Represents a three-dimensional map of electron density (for X-ray crystal structures) or electronic potential maps (for cryo-EM structures). Two types of maps are available for most crystal structures where structure factors are available in the PDB archive: &#039;&#039;&#039;2Fo-Fc&#039;&#039;&#039; and &#039;&#039;&#039;Fo-Fc&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Surface&#039;&#039;&#039; – Creates a visualization of the density isosurface with the defined isovalue ([[LiteMol:Hierarchy#Density Visual (VDD) |Density Visual]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Interactive Surface&#039;&#039;&#039; – Creates a density isosurface which is shown only for a region of the molecule when you click on that region ([[LiteMol:Hierarchy#Interactive Surface (BIS) |Interactive Surface]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Update CCP4/Map&#039;&#039;&#039; – Allows you to see the properties of this density map, such as standard deviation, minimum, maximum, and mean value.&lt;br /&gt;
&lt;br /&gt;
=Visualization=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that represent different visualizations of molecules and electron density maps.&lt;br /&gt;
&lt;br /&gt;
==Molecule Visual (V&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-cartoon.png | thumb | 250px | right| &#039;&#039;&#039;Cartoon&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-CA_trace.png | thumb | 250px | right| &#039;&#039;&#039;C-α trace&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-balls_and_sticks.png | thumb | 250px | right| &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-VDW_balls.png | thumb | 250px | right| &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-surface.png | thumb | 250px | right| &#039;&#039;&#039;Surface&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Visual&#039;&#039;&#039; is simply a visualization of a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] or its part. It is defined mostly by its type and coloring. These can be changed in &#039;&#039;&#039;Update Visual&#039;&#039;&#039; action. Click on the “+” icon next to “Type” or “Coloring” to modify other attributes. Some attributes are only available for certain types of visualization.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity.  Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Update Visual&#039;&#039;&#039; – Allows you to change the type of visualization and other attributes.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Type&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Cartoon&#039;&#039;&#039; – Schematic representation of the backbone with distinction of helices, sheets, and unstructured regions.&lt;br /&gt;
** &#039;&#039;&#039;C-α Trace&#039;&#039;&#039; – Simplified wire-like representation of the backbone (no side-chains).&lt;br /&gt;
** &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; – Atoms are represented by balls, bonds are shown as sticks connecting them. Keep in mind that most structures from X-ray and cryo-EM experiments do not provide positions of hydrogen atoms, so these are not visible in &#039;&#039;&#039;Ball and Sticks&#039;&#039;&#039; representation. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;VDW&#039;&#039;&#039; – Indicates whether all atoms are shown as balls with uniform radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) or ball&#039;s radius is based on the element&#039;s van der Waals radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = On).&lt;br /&gt;
*** &#039;&#039;&#039;Scale&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = On) The ratio between the ball&#039;s radius and the element&#039;s van der Waals radius.&lt;br /&gt;
*** &#039;&#039;&#039;Atom Rds&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) The radius of the balls in Angstroms. &lt;br /&gt;
*** &#039;&#039;&#039;Bond Rds&#039;&#039;&#039; – The width (radius) of the sticks.&lt;br /&gt;
*** &#039;&#039;&#039;Bond&#039;&#039;&#039; – Color of the sticks. &lt;br /&gt;
** &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; – Shows atoms as balls width radii corresponding to their van der Waals radii.&lt;br /&gt;
** &#039;&#039;&#039;Surface&#039;&#039;&#039; – Shows the smoothed boundary surface of the space “filled” by the molecule. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;Probe Radius&#039;&#039;&#039; – How much space around an atom is considered as “filled” by this atom.&lt;br /&gt;
*** &#039;&#039;&#039;Smoothing&#039;&#039;&#039; – With lower values curvature of the surface around individual atoms will be more noticeable. With higher values the surface will be smoother.&lt;br /&gt;
*** &#039;&#039;&#039;Auto Detail&#039;&#039;&#039; - If set to On, the optimal level of detail is automatically derived from the size of the molecule. If set to Off, the level of detail can be adjusted manually (see the next item).&lt;br /&gt;
*** &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the surface should be visualized. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules.&lt;br /&gt;
*** &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
* &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the molecule should be visualized and can range from &#039;&#039;&#039;Very Low&#039;&#039;&#039; to &#039;&#039;&#039;Very High&#039;&#039;&#039;. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules. If you choose &#039;&#039;&#039;Automatic&#039;&#039;&#039;, LiteMol will infer the optimal level of detail from the molecule&#039;s size.&lt;br /&gt;
* &#039;&#039;&#039;Coloring&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Chain ID&#039;&#039;&#039; – Every chain will be shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Entity ID&#039;&#039;&#039; – The same as &#039;&#039;&#039;Chain ID&#039;&#039;&#039; but identical chains are shown in the same color.&lt;br /&gt;
** &#039;&#039;&#039;Entity Type&#039;&#039;&#039; – Every type of entity (polymer, non-polymer, water) is shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Residue Name&#039;&#039;&#039; – A different color is used for each type of residue.&lt;br /&gt;
** &#039;&#039;&#039;Element Symbol&#039;&#039;&#039; – A different color is used for each element.&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039; - Colors each chain in the colors of rainbow from N-terminus (red) to C-terminus (violet) (or from 5&#039; to 3&#039; in nucleic acids).&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Entity)&#039;&#039;&#039; - Similar to &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039;, but identical chains are treated as a single longer chain (e.g. in a homodimer).&lt;br /&gt;
** &#039;&#039;&#039;Uniform Color&#039;&#039;&#039; – One selected color is used for the whole &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Highlight&#039;&#039;&#039; – The color in which this &#039;&#039;&#039;Visual&#039;&#039;&#039; will be temporarily colored when hovering over the &#039;&#039;&#039;Visual&#039;&#039;&#039; entity in the entity tree. When the cursor is placed on an atom or residue, it will be colored in the same way.&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – If you create a [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] from this &#039;&#039;&#039;Visual&#039;&#039;&#039;, it will be distinguished from the rest of the &#039;&#039;&#039;Visual&#039;&#039;&#039; by having this color.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the &#039;&#039;&#039;Visual&#039;&#039;&#039;. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that changing the type of a &#039;&#039;&#039;Visual&#039;&#039;&#039; will in fact remove the current visual and replace it with a new one, so all changes you have applied to the current &#039;&#039;&#039;Visual&#039;&#039;&#039; (such as creating a selection from it) will be lost! You can go to the superior entity and create a new &#039;&#039;&#039;Visual&#039;&#039;&#039; besides the current &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Density Visual (V&amp;lt;sub&amp;gt;DD&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-density_visual.png | thumb | 250px | right| Density isosurface at 1.5 σ (2Fo-Fc). ]]&lt;br /&gt;
&lt;br /&gt;
Represents an isosurface of electron density, i.e. the surface in 3D connecting all the points with the value of electron density equal to a specified isovalue.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Surface&#039;&#039;&#039; – Allows you to change the attributes of the visualization.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Iso value&#039;&#039;&#039; – The isovalue of electron density used for the visualized surface.&lt;br /&gt;
* &#039;&#039;&#039;Relative&#039;&#039;&#039; - Indicates whether normalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = On) or unnormalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = Off) density values are used. The relationship between the two values is as follows: &#039;&#039;Normalized&#039;&#039; = (&#039;&#039;Unnormalized&#039;&#039; - &#039;&#039;Mean&#039;&#039;) / &#039;&#039;Sigma&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Color&#039;&#039;&#039; – The color of the surface.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the surface. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
* &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Interactive Surface (B&amp;lt;sub&amp;gt;IS&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-interactive_surface.png | thumb | 250px | right| Interactive density isosurface at 1.5 σ (2Fo-Fc) shown for a tryptophan residue and its surroundings with radius 2 Angstroms. ]]&lt;br /&gt;
&lt;br /&gt;
This is a visualization of an isosurface of electron density, just as [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]]. The difference is that this surface is shown only when you click on a residue or an atom in the structure. The surface is shown only for the region around the selected residue or atom. An advantage of this interactive visualization is that the relevant region of density surface is not hindered by the rest of the molecule.&lt;br /&gt;
&lt;br /&gt;
Three default &#039;&#039;&#039;Interactive Surfaces&#039;&#039;&#039; are created automatically when loading density data: blue surface corresponds to isovalue 1.5 in 2Fo-Fc density map. Green and red surfaces correspond to isovalues +3 and -3 in Fo-Fc density map.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Interactive Surface&#039;&#039;&#039; – Change the attributes of the visualization. These attributes are the same as in the case of [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity. An extra attribute is &#039;&#039;&#039;Radius&#039;&#039;&#039;, which allows you to change the size of the region for which the isosurface is shown. Attribute &#039;&#039;&#039;Show&#039;&#039;&#039; toggles between interactive visualization around the selected region (&#039;&#039;&#039;Show&#039;&#039;&#039; = Around Selection) and static visualization of the whole map (&#039;&#039;&#039;Show&#039;&#039;&#039; = Everything, practically equivalent to [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Annotations=&lt;br /&gt;
&lt;br /&gt;
This section describes entities which can store additional information about the structures, such as validation issues or sequence annotations.&lt;br /&gt;
&lt;br /&gt;
==Validation Report (VR)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-validation_report.png | thumb | 250px | right| Structure of cytochrome P450 3A4 (1TQN) colored by the &#039;&#039;&#039;Validation Report&#039;&#039;&#039; from PDBe. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-ligand_validation_report.png | thumb | 250px | right| An oligosaccharide in the structure of ribosom-inactivating protein abrin-a (1ABR) colored by the &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;. The right-most residue is missing an atom. One of the residues in the center has an atom with wrongly annotated chirality. ]]&lt;br /&gt;
&lt;br /&gt;
Represents validation data for this molecule from PDBe. The full validation report in PDF can be downloaded from the [http://www.ebi.ac.uk/pdbe/ PDBe site] (find your molecule, click &#039;&#039;Details&#039;&#039; in &#039;&#039;Experiments and Validation&#039;&#039; section, and then &#039;&#039;Full Validation Report&#039;&#039; in the right panel). An example of a validation report is available [http://www.ebi.ac.uk/pdbe/entry-files/download/1rtc_full_validation.pdf here].&lt;br /&gt;
&lt;br /&gt;
Another type of &#039;&#039;&#039;Validation Report&#039;&#039;&#039; entity is &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;, which represents validation data for the ligands in this molecule. This data come from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB]. &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Apply Coloring&#039;&#039;&#039; – The structure will be colored according the validation data. For &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; the color of each residue depends on the number of geometric quality criteria for which they contain at least one outlier: green = 0, yellow = 1, orange = 2, and red = 3 or more. For &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; the residues with missing atoms are colored in red. Also the atoms with wrong chirality are shown in red (examples can be found in PDB entry 1ABR). The correct residues are shown in green.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Sequence Annotations (SA)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-annotation.png | thumb | 250px | right| Structure of ricin A chain (4Q2V). The orange color indicates the part annotated as &#039;&#039;Ribosome-inactivating protein, subdomain 1&#039;&#039; by InterPro database. ]]&lt;br /&gt;
&lt;br /&gt;
Represents a collection of sequence annotations from PDBe, grouped by the source database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotation (SA)==&lt;br /&gt;
&lt;br /&gt;
Represents a single sequence annotation, i.e. assignment of a name to a part of the structure. When you hover above this entity or click on it, the corresponding part of the structure will be shown in a distinctive color.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update PDBe Sequence Annotation&#039;&#039;&#039; – Allows you to change the color used for this part of the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Raw Data=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that store data from a file, no matter what these data represent and how their are encoded (i.e. original data from a file before they are parsed). The user will encounter them mostly when loading files from a disk or a URL.&lt;br /&gt;
&lt;br /&gt;
==String Data (S&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a file in textual format (e.g. mmCIF file or PDB file). &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. Make sure to select the appropriate format.&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;CIF Dictionary&#039;&#039;&#039; – Treats the data as a CIF dictionary and creates a [[LiteMol:Hierarchy#CIF Dictionary (CD) | CIF Dictionary]] entity. CIF dictionary itself can contain various kinds of data, including molecular structures or density maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Binary Data (B&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a binary file (not human-readable, e.g. [https://github.com/dsehnal/BinaryCIF BinaryCIF] file or CCP4 density file). &#039;&#039;&#039;Binary Data&#039;&#039;&#039; provides exactly the same actions as [[LiteMol:Hierarchy#String Data (SD) | String Data]].&lt;br /&gt;
&lt;br /&gt;
==CIF Dictionary (CD)==&lt;br /&gt;
This entity represents data encoded in a CIF dictionary, which is a flexible format for various kinds of data, so it can contain molecular structures or density maps. A single CIF dictionary can even contain multiple objects (e.g. two density maps: 2Fo-Fc and Fo-Fc).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2405</id>
		<title>LiteMol:Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2405"/>
		<updated>2017-05-05T09:56:18Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Molecule Model Selection (SM) */ mjc edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LiteMol-hierarchy.png | thumb | 200px | right| An example of an &#039;&#039;&#039;entity tree&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
All data in LiteMol are organized in a hierarchy represented by the &#039;&#039;&#039;entity tree&#039;&#039;&#039;. This tree is shown in LiteMol&#039;s left panel. When you click on an entity in the tree, you will see all actions applicable to this entity listed in the right panel.&lt;br /&gt;
&lt;br /&gt;
This page lists all types of entities and explains the actions they provide. The entity types can be divided into four sections: Structures, Visualization, Annotations, and Raw Data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Structures=&lt;br /&gt;
&lt;br /&gt;
This section describes the entities used for representation of molecular models and electron density maps. It does not contain any information about how these data are visualized.&lt;br /&gt;
&lt;br /&gt;
==Root Entity==&lt;br /&gt;
&lt;br /&gt;
The highest level of the hierarchy is the &#039;&#039;&#039;Root Entity&#039;&#039;&#039;, which is created at the beginning of LiteMol session. It represents the starting point of all actions and all other entities you create are its direct or indirect descendants.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Loads a structure of a molecule and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. The structure can be obtained from several sources:&lt;br /&gt;
** &#039;&#039;&#039;CoordinateServer&#039;&#039;&#039; - Downloads the structure from an internet location that provides [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] functionality. These parameters can be set: &lt;br /&gt;
*** &#039;&#039;&#039;Id&#039;&#039;&#039; - Specify the PDB identifier of the structure.&lt;br /&gt;
*** &#039;&#039;&#039;Type&#039;&#039;&#039; - Can be either &#039;&#039;&#039;Full&#039;&#039;&#039; (coordinates of all atoms are downloaded) or &#039;&#039;&#039;Cartoon&#039;&#039;&#039; (only atoms necessary for cartoon visualization are downloaded, so the download will be faster).&lt;br /&gt;
*** &#039;&#039;&#039;Low Precision&#039;&#039;&#039; - If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = Off, the atomic coordinates are downloaded in full precision (3 decimal places). If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = On, then the coordinates are downloaded only with 1 decimal place. This change is almost unnoticeable in the visualized structure but less data are downloaded.&lt;br /&gt;
*** &#039;&#039;&#039;Server&#039;&#039;&#039; - By default, the data are downloaded from the CoordinateServer located at webchem.ncbr.muni.cz/CoordinateServer, however, this can be changed.&lt;br /&gt;
** &#039;&#039;&#039;PDBe Updated mmCIF&#039;&#039;&#039; - Downloads the structure from the PDBe server (e.g. www.ebi.ac.uk/pdbe/static/entry/1cbs_updated.cif) using the updated mmCIF format file. &lt;br /&gt;
** &#039;&#039;&#039;URL&#039;&#039;&#039; - Downloads the structure from any specified internet location.&lt;br /&gt;
** &#039;&#039;&#039;File on Disk&#039;&#039;&#039; - Loads the structure from a file on your computer. The format of the file will be inferred from its extension.&lt;br /&gt;
* &#039;&#039;&#039;Density Data from PDBe&#039;&#039;&#039; – Downloads the electron density or electronic potential map for a molecule specified by its PDB ID (or EMDB ID) from the PDBe server and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. However, a much faster way to visualize densities is to create a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and then use the &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; action. &lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Downloads the portion of structural data that is necessary for simple visualization of a molecule. If more data are needed later, they will be downloaded automatically. This behavior is particularly useful when working with extremely large molecules, where full download may take more time, or when limited by hardware resources (slow/expensive Internet connection, limited memory) especially on mobile devices. You can specify what server should be used as the source of the data (e.g. http://webchemdev.ncbr.muni.cz/CoordinateServer or http://www.ebi.ac.uk/pdbe/coordinates). Creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Download Data&#039;&#039;&#039; - Acquires a data file from a URL. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Open Data File&#039;&#039;&#039; - Loads a data file from your computer. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule (M)==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule&#039;&#039;&#039; entity represents a set of structural data for a &#039;&#039;&#039;Molecule&#039;&#039;&#039; (which corresponds to one PDB entry or one mmCIF file).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039; – Creates a model of the molecule ([[LiteMol:Hierarchy#Molecule Model (MM) |Molecule Model]] entity). Some PDB entries (mostly NMR structures) contain multiple models, in such case, the sequential number (&#039;&#039;&#039;Index&#039;&#039;&#039;) of the desired model to be displayed can be specified.&lt;br /&gt;
* &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; - Creates a [[LiteMol:Hierarchy#Density Streaming (BDS) |Density Streaming]] for this molecule. Clicking on an atom or residue in the structure will instantly download and display the density data for the surrounding region. This solution is, in general, much faster than downloading the whole density map (often more than 1 GB). More details are available [http://webchem.ncbr.muni.cz/DensityServer here].&lt;br /&gt;
* &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; – Downloads wwPDB validation data for this molecule from PDBe and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; - Downloads validation data for the ligands in this molecule from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB] and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;PDBe Sequence Annotations&#039;&#039;&#039; – Downloads sequence annotation data for this molecule from PDBe (collected from sources such as UniProt, InterProt, Pfam etc.) and creates a [[LiteMol:Hierarchy#Sequence Annotations (SA) | Sequence Annotations]] entity.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model (M&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-default.png | thumb | 400px | right| Model of the protein with PDB identifier 1CBS in default visualization produced by &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; (&#039;&#039;&#039;Cartoon&#039;&#039;&#039; for biopolymer, &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; for non-biopolymer ligand, and &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; with &#039;&#039;&#039;Opacity&#039;&#039;&#039; 0.25 for water molecules). ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity represents a static model of a molecule, i.e. 3D coordinates of each atom. (If your PDB entry contains multiple alternative models, each of them will be in a separate &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity.)&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity. Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Assembly&#039;&#039;&#039; – Some PDB entries contain information about how multiple copies of the molecule should be positioned in space in order to create an assembly (e.g. a virus capsid). Alternatively,  just a part of the model can constitute a relevant assembly (e.g. the model contains a two molecules while a monomer is present &#039;&#039;in vivo&#039;&#039;). This action applies this information to your model and creates a new model containing the assembly. Some PDB entries provide more than one assembly.&lt;br /&gt;
* &#039;&#039;&#039;Crystal Symmetry&#039;&#039;&#039; – Creates a new model containing the original molecule and its closest neighbours in the crystal structure. Two modes are available: &#039;&#039;&#039;Interaction&#039;&#039;&#039; shows only those atoms that are within the specified radius (in Angstrom) from the original structure, &#039;&#039;&#039;Mates&#039;&#039;&#039; shows all copies of the structure that have at least one atom within this radius. This action is obviously not available for structures determined by NMR.&lt;br /&gt;
* &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; – Creates a visual representation of the model. If the model contains several types of molecules (e.g. protein + ligand), these are organized in a group of selections and appropriate visualization is used for each selection (e.g. &#039;&#039;&#039;Cartoon&#039;&#039;&#039; for protein but &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; for ligand). The same visuals are created automatically when the &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity is created.&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Creates a visual representation of the model. This option is less automatic than &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; but more flexible. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Works in a similar way as &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; from the [[LiteMol:Hierarchy#Root Entity | Root Entity]]. If you click on an atom or residue, the coordinates of all atoms in the surrounding volume will be downloaded instantly. This can be useful when a part of the structure has already been downloaded (e.g. the protein backbone) and some additional atoms are required (e.g. sidechains to display the binding site).&lt;br /&gt;
* &#039;&#039;&#039;Update Model&#039;&#039;&#039; – Applicable when multiple models are included in the PDB entry (typical case for NMR structures). This action will remove the current model and create a new model with the specified index (model number). Please keep in mind that this will remove all the changes you have applied to the current model! If you don&#039;t want to loose these changes, go to the superior [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and create a new model in addition to the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Group (G)==&lt;br /&gt;
&lt;br /&gt;
This type of entity is used to organize multiple entities that are logically connected. For example, a group of selections containing different parts of a model (protein, ligand, and water) or a group of sequence annotations obtained from the same database.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model Selection (S&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
This is an entity representing a subset of a molecule model. An example is one protein chain, one atom, or a set of all alanine residues. A selection can be created from either a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] entity or a [[LiteMol:Hierarchy#Molecule Visual (VM) | Molecule Visual]] entity. Selections are created using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Create a visual representation of this selection. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Update Selection&#039;&#039;&#039; - Change the name of the [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] or change its definition using [[LiteMol:SelectionAlgebra | selection algebra language]]. (This action may not be not available for automatically generated selections.)&lt;br /&gt;
&lt;br /&gt;
==Density Data (DD)==&lt;br /&gt;
&lt;br /&gt;
Represents a three-dimensional map of electron density. Two types of maps are available for most crystal structures: &#039;&#039;&#039;2Fo-Fc&#039;&#039;&#039; and &#039;&#039;&#039;Fo-Fc&#039;&#039;&#039;. Only one map is available for cryo-EM structures.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Surface&#039;&#039;&#039; – Creates a visualization of the density isosurface with given isovalue ([[LiteMol:Hierarchy#Density Visual (VDD) |Density Visual]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Interactive Surface&#039;&#039;&#039; – Creates a density isosurface which is shown only for a region of the molecule when you click on that region ([[LiteMol:Hierarchy#Interactive Surface (BIS) |Interactive Surface]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Update CCP4/Map&#039;&#039;&#039; – Allows you to see the properties of this density map, such as standard deviation, minimum, maximum, and mean value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Visualization=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that represent different visualizations of molecules and electron density maps.&lt;br /&gt;
&lt;br /&gt;
==Molecule Visual (V&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-cartoon.png | thumb | 250px | right| &#039;&#039;&#039;Cartoon&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-CA_trace.png | thumb | 250px | right| &#039;&#039;&#039;C-α trace&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-balls_and_sticks.png | thumb | 250px | right| &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-VDW_balls.png | thumb | 250px | right| &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-surface.png | thumb | 250px | right| &#039;&#039;&#039;Surface&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Visual&#039;&#039;&#039; is simply a visualization of a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] or its part. It is defined mostly by its type and coloring. These can be changed in &#039;&#039;&#039;Update Visual&#039;&#039;&#039; action. Click on the “+” icon next to “Type” or “Coloring” to modify other attributes. Some attributes are only available for certain types of visualization.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity.  Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Update Visual&#039;&#039;&#039; – Allows you to change the type of visualization and other attributes.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Type&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Cartoon&#039;&#039;&#039; – Schematic representation of the backbone with distinction of helices, sheets, and unstructured regions.&lt;br /&gt;
** &#039;&#039;&#039;C-α Trace&#039;&#039;&#039; – Simplified wire-like representation of the backbone (no side-chains).&lt;br /&gt;
** &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; – Atoms are represented by balls, bonds are shown as sticks connecting them. Keep in mind that most structures from X-ray and cryo-EM experiments do not provide positions of hydrogen atoms, so these are not visible in &#039;&#039;&#039;Ball and Sticks&#039;&#039;&#039; representation. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;VDW&#039;&#039;&#039; – Indicates whether all atoms are shown as balls with uniform radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) or ball&#039;s radius is based on the element&#039;s van der Waals radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = On).&lt;br /&gt;
*** &#039;&#039;&#039;Scale&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = On) The ratio between the ball&#039;s radius and the element&#039;s van der Waals radius.&lt;br /&gt;
*** &#039;&#039;&#039;Atom Rds&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) The radius of the balls in Angstroms. &lt;br /&gt;
*** &#039;&#039;&#039;Bond Rds&#039;&#039;&#039; – The width (radius) of the sticks.&lt;br /&gt;
*** &#039;&#039;&#039;Bond&#039;&#039;&#039; – Color of the sticks. &lt;br /&gt;
** &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; – Shows atoms as balls width radii corresponding to their van der Waals radii.&lt;br /&gt;
** &#039;&#039;&#039;Surface&#039;&#039;&#039; – Shows the smoothed boundary surface of the space “filled” by the molecule. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;Probe Radius&#039;&#039;&#039; – How much space around an atom is considered as “filled” by this atom.&lt;br /&gt;
*** &#039;&#039;&#039;Smoothing&#039;&#039;&#039; – With lower values curvature of the surface around individual atoms will be more noticeable. With higher values the surface will be smoother.&lt;br /&gt;
*** &#039;&#039;&#039;Auto Detail&#039;&#039;&#039; - If set to On, the optimal level of detail is automatically derived from the size of the molecule. If set to Off, the level of detail can be adjusted manually (see the next item).&lt;br /&gt;
*** &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the surface should be visualized. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules.&lt;br /&gt;
*** &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
* &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the molecule should be visualized and can range from &#039;&#039;&#039;Very Low&#039;&#039;&#039; to &#039;&#039;&#039;Very High&#039;&#039;&#039;. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules. If you choose &#039;&#039;&#039;Automatic&#039;&#039;&#039;, LiteMol will infer the optimal level of detail from the molecule&#039;s size.&lt;br /&gt;
* &#039;&#039;&#039;Coloring&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Chain ID&#039;&#039;&#039; – Every chain will be shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Entity ID&#039;&#039;&#039; – The same as &#039;&#039;&#039;Chain ID&#039;&#039;&#039; but identical chains are shown in the same color.&lt;br /&gt;
** &#039;&#039;&#039;Entity Type&#039;&#039;&#039; – Every type of entity (polymer, non-polymer, water) is shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Residue Name&#039;&#039;&#039; – A different color is used for each type of residue.&lt;br /&gt;
** &#039;&#039;&#039;Element Symbol&#039;&#039;&#039; – A different color is used for each element.&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039; - Colors each chain in the colors of rainbow from N-terminus (red) to C-terminus (violet) (or from 5&#039; to 3&#039; in nucleic acids).&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Entity)&#039;&#039;&#039; - Similar to &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039;, but identical chains are treated as a single longer chain (e.g. in a homodimer).&lt;br /&gt;
** &#039;&#039;&#039;Uniform Color&#039;&#039;&#039; – One selected color is used for the whole &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Highlight&#039;&#039;&#039; – The color in which this &#039;&#039;&#039;Visual&#039;&#039;&#039; will be temporarily colored when hovering over the &#039;&#039;&#039;Visual&#039;&#039;&#039; entity in the entity tree. When the cursor is placed on an atom or residue, it will be colored in the same way.&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – If you create a [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] from this &#039;&#039;&#039;Visual&#039;&#039;&#039;, it will be distinguished from the rest of the &#039;&#039;&#039;Visual&#039;&#039;&#039; by having this color.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the &#039;&#039;&#039;Visual&#039;&#039;&#039;. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that changing the type of a &#039;&#039;&#039;Visual&#039;&#039;&#039; will in fact remove the current visual and replace it with a new one, so all changes you have applied to the current &#039;&#039;&#039;Visual&#039;&#039;&#039; (such as creating a selection from it) will be lost! You can go to the superior entity and create a new &#039;&#039;&#039;Visual&#039;&#039;&#039; besides the current &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Density Visual (V&amp;lt;sub&amp;gt;DD&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-density_visual.png | thumb | 250px | right| Density isosurface at 1.5 σ (2Fo-Fc). ]]&lt;br /&gt;
&lt;br /&gt;
Represents an isosurface of electron density, i.e. the surface in 3D connecting all the points with the value of electron density equal to a specified isovalue.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Surface&#039;&#039;&#039; – Allows you to change the attributes of the visualization.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Iso value&#039;&#039;&#039; – The isovalue of electron density used for the visualized surface.&lt;br /&gt;
* &#039;&#039;&#039;Relative&#039;&#039;&#039; - Indicates whether normalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = On) or unnormalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = Off) density values are used. The relationship between the two values is as follows: &#039;&#039;Normalized&#039;&#039; = (&#039;&#039;Unnormalized&#039;&#039; - &#039;&#039;Mean&#039;&#039;) / &#039;&#039;Sigma&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Color&#039;&#039;&#039; – The color of the surface.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the surface. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
* &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Interactive Surface (B&amp;lt;sub&amp;gt;IS&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-interactive_surface.png | thumb | 250px | right| Interactive density isosurface at 1.5 σ (2Fo-Fc) shown for a tryptophan residue and its surroundings with radius 2 Angstroms. ]]&lt;br /&gt;
&lt;br /&gt;
This is a visualization of an isosurface of electron density, just as [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]]. The difference is that this surface is shown only when you click on a residue or an atom in the structure. The surface is shown only for the region around the selected residue or atom. An advantage of this interactive visualization is that the relevant region of density surface is not hindered by the rest of the molecule.&lt;br /&gt;
&lt;br /&gt;
Three default &#039;&#039;&#039;Interactive Surfaces&#039;&#039;&#039; are created automatically when loading density data: blue surface corresponds to isovalue 1.5 in 2Fo-Fc density map. Green and red surfaces correspond to isovalues +3 and -3 in Fo-Fc density map.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Interactive Surface&#039;&#039;&#039; – Change the attributes of the visualization. These attributes are the same as in the case of [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity. An extra attribute is &#039;&#039;&#039;Radius&#039;&#039;&#039;, which allows you to change the size of the region for which the isosurface is shown. Attribute &#039;&#039;&#039;Show&#039;&#039;&#039; toggles between interactive visualization around the selected region (&#039;&#039;&#039;Show&#039;&#039;&#039; = Around Selection) and static visualization of the whole map (&#039;&#039;&#039;Show&#039;&#039;&#039; = Everything, practically equivalent to [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Annotations=&lt;br /&gt;
&lt;br /&gt;
This section describes entities which can store additional information about the structures, such as validation issues or sequence annotations.&lt;br /&gt;
&lt;br /&gt;
==Validation Report (VR)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-validation_report.png | thumb | 250px | right| Structure of cytochrome P450 3A4 (1TQN) colored by the &#039;&#039;&#039;Validation Report&#039;&#039;&#039; from PDBe. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-ligand_validation_report.png | thumb | 250px | right| An oligosaccharide in the structure of ribosom-inactivating protein abrin-a (1ABR) colored by the &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;. The right-most residue is missing an atom. One of the residues in the center has an atom with wrongly annotated chirality. ]]&lt;br /&gt;
&lt;br /&gt;
Represents validation data for this molecule from PDBe. The full validation report in PDF can be downloaded from the [http://www.ebi.ac.uk/pdbe/ PDBe site] (find your molecule, click &#039;&#039;Details&#039;&#039; in &#039;&#039;Experiments and Validation&#039;&#039; section, and then &#039;&#039;Full Validation Report&#039;&#039; in the right panel). An example of a validation report is available [http://www.ebi.ac.uk/pdbe/entry-files/download/1rtc_full_validation.pdf here].&lt;br /&gt;
&lt;br /&gt;
Another type of &#039;&#039;&#039;Validation Report&#039;&#039;&#039; entity is &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;, which represents validation data for the ligands in this molecule. This data come from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB]. &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Apply Coloring&#039;&#039;&#039; – The structure will be colored according the validation data. For &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; the color of each residue depends on the number of geometric quality criteria for which they contain at least one outlier: green = 0, yellow = 1, orange = 2, and red = 3 or more. For &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; the residues with missing atoms are colored in red. Also the atoms with wrong chirality are shown in red (examples can be found in PDB entry 1ABR). The correct residues are shown in green.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Sequence Annotations (SA)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-annotation.png | thumb | 250px | right| Structure of ricin A chain (4Q2V). The orange color indicates the part annotated as &#039;&#039;Ribosome-inactivating protein, subdomain 1&#039;&#039; by InterPro database. ]]&lt;br /&gt;
&lt;br /&gt;
Represents a collection of sequence annotations from PDBe, grouped by the source database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotation (SA)==&lt;br /&gt;
&lt;br /&gt;
Represents a single sequence annotation, i.e. assignment of a name to a part of the structure. When you hover above this entity or click on it, the corresponding part of the structure will be shown in a distinctive color.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update PDBe Sequence Annotation&#039;&#039;&#039; – Allows you to change the color used for this part of the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Raw Data=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that store data from a file, no matter what these data represent and how their are encoded (i.e. original data from a file before they are parsed). The user will encounter them mostly when loading files from a disk or a URL.&lt;br /&gt;
&lt;br /&gt;
==String Data (S&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a file in textual format (e.g. mmCIF file or PDB file). &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. Make sure to select the appropriate format.&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;CIF Dictionary&#039;&#039;&#039; – Treats the data as a CIF dictionary and creates a [[LiteMol:Hierarchy#CIF Dictionary (CD) | CIF Dictionary]] entity. CIF dictionary itself can contain various kinds of data, including molecular structures or density maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Binary Data (B&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a binary file (not human-readable, e.g. [https://github.com/dsehnal/BinaryCIF BinaryCIF] file or CCP4 density file). &#039;&#039;&#039;Binary Data&#039;&#039;&#039; provides exactly the same actions as [[LiteMol:Hierarchy#String Data (SD) | String Data]].&lt;br /&gt;
&lt;br /&gt;
==CIF Dictionary (CD)==&lt;br /&gt;
This entity represents data encoded in a CIF dictionary, which is a flexible format for various kinds of data, so it can contain molecular structures or density maps. A single CIF dictionary can even contain multiple objects (e.g. two density maps: 2Fo-Fc and Fo-Fc).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2404</id>
		<title>LiteMol:Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2404"/>
		<updated>2017-05-05T09:54:03Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Group (G) */ mjc edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LiteMol-hierarchy.png | thumb | 200px | right| An example of an &#039;&#039;&#039;entity tree&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
All data in LiteMol are organized in a hierarchy represented by the &#039;&#039;&#039;entity tree&#039;&#039;&#039;. This tree is shown in LiteMol&#039;s left panel. When you click on an entity in the tree, you will see all actions applicable to this entity listed in the right panel.&lt;br /&gt;
&lt;br /&gt;
This page lists all types of entities and explains the actions they provide. The entity types can be divided into four sections: Structures, Visualization, Annotations, and Raw Data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Structures=&lt;br /&gt;
&lt;br /&gt;
This section describes the entities used for representation of molecular models and electron density maps. It does not contain any information about how these data are visualized.&lt;br /&gt;
&lt;br /&gt;
==Root Entity==&lt;br /&gt;
&lt;br /&gt;
The highest level of the hierarchy is the &#039;&#039;&#039;Root Entity&#039;&#039;&#039;, which is created at the beginning of LiteMol session. It represents the starting point of all actions and all other entities you create are its direct or indirect descendants.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Loads a structure of a molecule and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. The structure can be obtained from several sources:&lt;br /&gt;
** &#039;&#039;&#039;CoordinateServer&#039;&#039;&#039; - Downloads the structure from an internet location that provides [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] functionality. These parameters can be set: &lt;br /&gt;
*** &#039;&#039;&#039;Id&#039;&#039;&#039; - Specify the PDB identifier of the structure.&lt;br /&gt;
*** &#039;&#039;&#039;Type&#039;&#039;&#039; - Can be either &#039;&#039;&#039;Full&#039;&#039;&#039; (coordinates of all atoms are downloaded) or &#039;&#039;&#039;Cartoon&#039;&#039;&#039; (only atoms necessary for cartoon visualization are downloaded, so the download will be faster).&lt;br /&gt;
*** &#039;&#039;&#039;Low Precision&#039;&#039;&#039; - If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = Off, the atomic coordinates are downloaded in full precision (3 decimal places). If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = On, then the coordinates are downloaded only with 1 decimal place. This change is almost unnoticeable in the visualized structure but less data are downloaded.&lt;br /&gt;
*** &#039;&#039;&#039;Server&#039;&#039;&#039; - By default, the data are downloaded from the CoordinateServer located at webchem.ncbr.muni.cz/CoordinateServer, however, this can be changed.&lt;br /&gt;
** &#039;&#039;&#039;PDBe Updated mmCIF&#039;&#039;&#039; - Downloads the structure from the PDBe server (e.g. www.ebi.ac.uk/pdbe/static/entry/1cbs_updated.cif) using the updated mmCIF format file. &lt;br /&gt;
** &#039;&#039;&#039;URL&#039;&#039;&#039; - Downloads the structure from any specified internet location.&lt;br /&gt;
** &#039;&#039;&#039;File on Disk&#039;&#039;&#039; - Loads the structure from a file on your computer. The format of the file will be inferred from its extension.&lt;br /&gt;
* &#039;&#039;&#039;Density Data from PDBe&#039;&#039;&#039; – Downloads the electron density or electronic potential map for a molecule specified by its PDB ID (or EMDB ID) from the PDBe server and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. However, a much faster way to visualize densities is to create a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and then use the &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; action. &lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Downloads the portion of structural data that is necessary for simple visualization of a molecule. If more data are needed later, they will be downloaded automatically. This behavior is particularly useful when working with extremely large molecules, where full download may take more time, or when limited by hardware resources (slow/expensive Internet connection, limited memory) especially on mobile devices. You can specify what server should be used as the source of the data (e.g. http://webchemdev.ncbr.muni.cz/CoordinateServer or http://www.ebi.ac.uk/pdbe/coordinates). Creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Download Data&#039;&#039;&#039; - Acquires a data file from a URL. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Open Data File&#039;&#039;&#039; - Loads a data file from your computer. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule (M)==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule&#039;&#039;&#039; entity represents a set of structural data for a &#039;&#039;&#039;Molecule&#039;&#039;&#039; (which corresponds to one PDB entry or one mmCIF file).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039; – Creates a model of the molecule ([[LiteMol:Hierarchy#Molecule Model (MM) |Molecule Model]] entity). Some PDB entries (mostly NMR structures) contain multiple models, in such case, the sequential number (&#039;&#039;&#039;Index&#039;&#039;&#039;) of the desired model to be displayed can be specified.&lt;br /&gt;
* &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; - Creates a [[LiteMol:Hierarchy#Density Streaming (BDS) |Density Streaming]] for this molecule. Clicking on an atom or residue in the structure will instantly download and display the density data for the surrounding region. This solution is, in general, much faster than downloading the whole density map (often more than 1 GB). More details are available [http://webchem.ncbr.muni.cz/DensityServer here].&lt;br /&gt;
* &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; – Downloads wwPDB validation data for this molecule from PDBe and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; - Downloads validation data for the ligands in this molecule from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB] and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;PDBe Sequence Annotations&#039;&#039;&#039; – Downloads sequence annotation data for this molecule from PDBe (collected from sources such as UniProt, InterProt, Pfam etc.) and creates a [[LiteMol:Hierarchy#Sequence Annotations (SA) | Sequence Annotations]] entity.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model (M&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-default.png | thumb | 400px | right| Model of the protein with PDB identifier 1CBS in default visualization produced by &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; (&#039;&#039;&#039;Cartoon&#039;&#039;&#039; for biopolymer, &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; for non-biopolymer ligand, and &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; with &#039;&#039;&#039;Opacity&#039;&#039;&#039; 0.25 for water molecules). ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity represents a static model of a molecule, i.e. 3D coordinates of each atom. (If your PDB entry contains multiple alternative models, each of them will be in a separate &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity.)&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity. Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Assembly&#039;&#039;&#039; – Some PDB entries contain information about how multiple copies of the molecule should be positioned in space in order to create an assembly (e.g. a virus capsid). Alternatively,  just a part of the model can constitute a relevant assembly (e.g. the model contains a two molecules while a monomer is present &#039;&#039;in vivo&#039;&#039;). This action applies this information to your model and creates a new model containing the assembly. Some PDB entries provide more than one assembly.&lt;br /&gt;
* &#039;&#039;&#039;Crystal Symmetry&#039;&#039;&#039; – Creates a new model containing the original molecule and its closest neighbours in the crystal structure. Two modes are available: &#039;&#039;&#039;Interaction&#039;&#039;&#039; shows only those atoms that are within the specified radius (in Angstrom) from the original structure, &#039;&#039;&#039;Mates&#039;&#039;&#039; shows all copies of the structure that have at least one atom within this radius. This action is obviously not available for structures determined by NMR.&lt;br /&gt;
* &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; – Creates a visual representation of the model. If the model contains several types of molecules (e.g. protein + ligand), these are organized in a group of selections and appropriate visualization is used for each selection (e.g. &#039;&#039;&#039;Cartoon&#039;&#039;&#039; for protein but &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; for ligand). The same visuals are created automatically when the &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity is created.&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Creates a visual representation of the model. This option is less automatic than &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; but more flexible. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Works in a similar way as &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; from the [[LiteMol:Hierarchy#Root Entity | Root Entity]]. If you click on an atom or residue, the coordinates of all atoms in the surrounding volume will be downloaded instantly. This can be useful when a part of the structure has already been downloaded (e.g. the protein backbone) and some additional atoms are required (e.g. sidechains to display the binding site).&lt;br /&gt;
* &#039;&#039;&#039;Update Model&#039;&#039;&#039; – Applicable when multiple models are included in the PDB entry (typical case for NMR structures). This action will remove the current model and create a new model with the specified index (model number). Please keep in mind that this will remove all the changes you have applied to the current model! If you don&#039;t want to loose these changes, go to the superior [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and create a new model in addition to the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Group (G)==&lt;br /&gt;
&lt;br /&gt;
This type of entity is used to organize multiple entities that are logically connected. For example, a group of selections containing different parts of a model (protein, ligand, and water) or a group of sequence annotations obtained from the same database.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model Selection (S&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
This is an entity representing a subset of a molecule model. An example is one protein chain, one atom, or a set of all alanine residues. A selection can be created from either a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] entity or a [[LiteMol:Hierarchy#Molecule Visual (VM) | Molecule Visual]] entity. Selections are created using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Create a visual representation of this selection. Type, coloring, and other attributes of created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Update Selection&#039;&#039;&#039; - Change the name of the [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] or change its definition using [[LiteMol:SelectionAlgebra | selection algebra language]]. (This action may not be not available for automatically generated selections.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Density Data (DD)==&lt;br /&gt;
&lt;br /&gt;
Represents a three-dimensional map of electron density. Two types of maps are available for most crystal structures: &#039;&#039;&#039;2Fo-Fc&#039;&#039;&#039; and &#039;&#039;&#039;Fo-Fc&#039;&#039;&#039;. Only one map is available for cryo-EM structures.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Surface&#039;&#039;&#039; – Creates a visualization of the density isosurface with given isovalue ([[LiteMol:Hierarchy#Density Visual (VDD) |Density Visual]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Interactive Surface&#039;&#039;&#039; – Creates a density isosurface which is shown only for a region of the molecule when you click on that region ([[LiteMol:Hierarchy#Interactive Surface (BIS) |Interactive Surface]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Update CCP4/Map&#039;&#039;&#039; – Allows you to see the properties of this density map, such as standard deviation, minimum, maximum, and mean value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Visualization=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that represent different visualizations of molecules and electron density maps.&lt;br /&gt;
&lt;br /&gt;
==Molecule Visual (V&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-cartoon.png | thumb | 250px | right| &#039;&#039;&#039;Cartoon&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-CA_trace.png | thumb | 250px | right| &#039;&#039;&#039;C-α trace&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-balls_and_sticks.png | thumb | 250px | right| &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-VDW_balls.png | thumb | 250px | right| &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-surface.png | thumb | 250px | right| &#039;&#039;&#039;Surface&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Visual&#039;&#039;&#039; is simply a visualization of a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] or its part. It is defined mostly by its type and coloring. These can be changed in &#039;&#039;&#039;Update Visual&#039;&#039;&#039; action. Click on the “+” icon next to “Type” or “Coloring” to modify other attributes. Some attributes are only available for certain types of visualization.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity.  Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Update Visual&#039;&#039;&#039; – Allows you to change the type of visualization and other attributes.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Type&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Cartoon&#039;&#039;&#039; – Schematic representation of the backbone with distinction of helices, sheets, and unstructured regions.&lt;br /&gt;
** &#039;&#039;&#039;C-α Trace&#039;&#039;&#039; – Simplified wire-like representation of the backbone (no side-chains).&lt;br /&gt;
** &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; – Atoms are represented by balls, bonds are shown as sticks connecting them. Keep in mind that most structures from X-ray and cryo-EM experiments do not provide positions of hydrogen atoms, so these are not visible in &#039;&#039;&#039;Ball and Sticks&#039;&#039;&#039; representation. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;VDW&#039;&#039;&#039; – Indicates whether all atoms are shown as balls with uniform radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) or ball&#039;s radius is based on the element&#039;s van der Waals radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = On).&lt;br /&gt;
*** &#039;&#039;&#039;Scale&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = On) The ratio between the ball&#039;s radius and the element&#039;s van der Waals radius.&lt;br /&gt;
*** &#039;&#039;&#039;Atom Rds&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) The radius of the balls in Angstroms. &lt;br /&gt;
*** &#039;&#039;&#039;Bond Rds&#039;&#039;&#039; – The width (radius) of the sticks.&lt;br /&gt;
*** &#039;&#039;&#039;Bond&#039;&#039;&#039; – Color of the sticks. &lt;br /&gt;
** &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; – Shows atoms as balls width radii corresponding to their van der Waals radii.&lt;br /&gt;
** &#039;&#039;&#039;Surface&#039;&#039;&#039; – Shows the smoothed boundary surface of the space “filled” by the molecule. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;Probe Radius&#039;&#039;&#039; – How much space around an atom is considered as “filled” by this atom.&lt;br /&gt;
*** &#039;&#039;&#039;Smoothing&#039;&#039;&#039; – With lower values curvature of the surface around individual atoms will be more noticeable. With higher values the surface will be smoother.&lt;br /&gt;
*** &#039;&#039;&#039;Auto Detail&#039;&#039;&#039; - If set to On, the optimal level of detail is automatically derived from the size of the molecule. If set to Off, the level of detail can be adjusted manually (see the next item).&lt;br /&gt;
*** &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the surface should be visualized. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules.&lt;br /&gt;
*** &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
* &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the molecule should be visualized and can range from &#039;&#039;&#039;Very Low&#039;&#039;&#039; to &#039;&#039;&#039;Very High&#039;&#039;&#039;. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules. If you choose &#039;&#039;&#039;Automatic&#039;&#039;&#039;, LiteMol will infer the optimal level of detail from the molecule&#039;s size.&lt;br /&gt;
* &#039;&#039;&#039;Coloring&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Chain ID&#039;&#039;&#039; – Every chain will be shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Entity ID&#039;&#039;&#039; – The same as &#039;&#039;&#039;Chain ID&#039;&#039;&#039; but identical chains are shown in the same color.&lt;br /&gt;
** &#039;&#039;&#039;Entity Type&#039;&#039;&#039; – Every type of entity (polymer, non-polymer, water) is shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Residue Name&#039;&#039;&#039; – A different color is used for each type of residue.&lt;br /&gt;
** &#039;&#039;&#039;Element Symbol&#039;&#039;&#039; – A different color is used for each element.&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039; - Colors each chain in the colors of rainbow from N-terminus (red) to C-terminus (violet) (or from 5&#039; to 3&#039; in nucleic acids).&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Entity)&#039;&#039;&#039; - Similar to &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039;, but identical chains are treated as a single longer chain (e.g. in a homodimer).&lt;br /&gt;
** &#039;&#039;&#039;Uniform Color&#039;&#039;&#039; – One selected color is used for the whole &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Highlight&#039;&#039;&#039; – The color in which this &#039;&#039;&#039;Visual&#039;&#039;&#039; will be temporarily colored when hovering over the &#039;&#039;&#039;Visual&#039;&#039;&#039; entity in the entity tree. When the cursor is placed on an atom or residue, it will be colored in the same way.&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – If you create a [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] from this &#039;&#039;&#039;Visual&#039;&#039;&#039;, it will be distinguished from the rest of the &#039;&#039;&#039;Visual&#039;&#039;&#039; by having this color.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the &#039;&#039;&#039;Visual&#039;&#039;&#039;. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that changing the type of a &#039;&#039;&#039;Visual&#039;&#039;&#039; will in fact remove the current visual and replace it with a new one, so all changes you have applied to the current &#039;&#039;&#039;Visual&#039;&#039;&#039; (such as creating a selection from it) will be lost! You can go to the superior entity and create a new &#039;&#039;&#039;Visual&#039;&#039;&#039; besides the current &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Density Visual (V&amp;lt;sub&amp;gt;DD&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-density_visual.png | thumb | 250px | right| Density isosurface at 1.5 σ (2Fo-Fc). ]]&lt;br /&gt;
&lt;br /&gt;
Represents an isosurface of electron density, i.e. the surface in 3D connecting all the points with the value of electron density equal to a specified isovalue.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Surface&#039;&#039;&#039; – Allows you to change the attributes of the visualization.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Iso value&#039;&#039;&#039; – The isovalue of electron density used for the visualized surface.&lt;br /&gt;
* &#039;&#039;&#039;Relative&#039;&#039;&#039; - Indicates whether normalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = On) or unnormalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = Off) density values are used. The relationship between the two values is as follows: &#039;&#039;Normalized&#039;&#039; = (&#039;&#039;Unnormalized&#039;&#039; - &#039;&#039;Mean&#039;&#039;) / &#039;&#039;Sigma&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Color&#039;&#039;&#039; – The color of the surface.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the surface. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
* &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Interactive Surface (B&amp;lt;sub&amp;gt;IS&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-interactive_surface.png | thumb | 250px | right| Interactive density isosurface at 1.5 σ (2Fo-Fc) shown for a tryptophan residue and its surroundings with radius 2 Angstroms. ]]&lt;br /&gt;
&lt;br /&gt;
This is a visualization of an isosurface of electron density, just as [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]]. The difference is that this surface is shown only when you click on a residue or an atom in the structure. The surface is shown only for the region around the selected residue or atom. An advantage of this interactive visualization is that the relevant region of density surface is not hindered by the rest of the molecule.&lt;br /&gt;
&lt;br /&gt;
Three default &#039;&#039;&#039;Interactive Surfaces&#039;&#039;&#039; are created automatically when loading density data: blue surface corresponds to isovalue 1.5 in 2Fo-Fc density map. Green and red surfaces correspond to isovalues +3 and -3 in Fo-Fc density map.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Interactive Surface&#039;&#039;&#039; – Change the attributes of the visualization. These attributes are the same as in the case of [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity. An extra attribute is &#039;&#039;&#039;Radius&#039;&#039;&#039;, which allows you to change the size of the region for which the isosurface is shown. Attribute &#039;&#039;&#039;Show&#039;&#039;&#039; toggles between interactive visualization around the selected region (&#039;&#039;&#039;Show&#039;&#039;&#039; = Around Selection) and static visualization of the whole map (&#039;&#039;&#039;Show&#039;&#039;&#039; = Everything, practically equivalent to [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Annotations=&lt;br /&gt;
&lt;br /&gt;
This section describes entities which can store additional information about the structures, such as validation issues or sequence annotations.&lt;br /&gt;
&lt;br /&gt;
==Validation Report (VR)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-validation_report.png | thumb | 250px | right| Structure of cytochrome P450 3A4 (1TQN) colored by the &#039;&#039;&#039;Validation Report&#039;&#039;&#039; from PDBe. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-ligand_validation_report.png | thumb | 250px | right| An oligosaccharide in the structure of ribosom-inactivating protein abrin-a (1ABR) colored by the &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;. The right-most residue is missing an atom. One of the residues in the center has an atom with wrongly annotated chirality. ]]&lt;br /&gt;
&lt;br /&gt;
Represents validation data for this molecule from PDBe. The full validation report in PDF can be downloaded from the [http://www.ebi.ac.uk/pdbe/ PDBe site] (find your molecule, click &#039;&#039;Details&#039;&#039; in &#039;&#039;Experiments and Validation&#039;&#039; section, and then &#039;&#039;Full Validation Report&#039;&#039; in the right panel). An example of a validation report is available [http://www.ebi.ac.uk/pdbe/entry-files/download/1rtc_full_validation.pdf here].&lt;br /&gt;
&lt;br /&gt;
Another type of &#039;&#039;&#039;Validation Report&#039;&#039;&#039; entity is &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;, which represents validation data for the ligands in this molecule. This data come from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB]. &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Apply Coloring&#039;&#039;&#039; – The structure will be colored according the validation data. For &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; the color of each residue depends on the number of geometric quality criteria for which they contain at least one outlier: green = 0, yellow = 1, orange = 2, and red = 3 or more. For &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; the residues with missing atoms are colored in red. Also the atoms with wrong chirality are shown in red (examples can be found in PDB entry 1ABR). The correct residues are shown in green.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Sequence Annotations (SA)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-annotation.png | thumb | 250px | right| Structure of ricin A chain (4Q2V). The orange color indicates the part annotated as &#039;&#039;Ribosome-inactivating protein, subdomain 1&#039;&#039; by InterPro database. ]]&lt;br /&gt;
&lt;br /&gt;
Represents a collection of sequence annotations from PDBe, grouped by the source database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotation (SA)==&lt;br /&gt;
&lt;br /&gt;
Represents a single sequence annotation, i.e. assignment of a name to a part of the structure. When you hover above this entity or click on it, the corresponding part of the structure will be shown in a distinctive color.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update PDBe Sequence Annotation&#039;&#039;&#039; – Allows you to change the color used for this part of the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Raw Data=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that store data from a file, no matter what these data represent and how their are encoded (i.e. original data from a file before they are parsed). The user will encounter them mostly when loading files from a disk or a URL.&lt;br /&gt;
&lt;br /&gt;
==String Data (S&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a file in textual format (e.g. mmCIF file or PDB file). &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. Make sure to select the appropriate format.&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;CIF Dictionary&#039;&#039;&#039; – Treats the data as a CIF dictionary and creates a [[LiteMol:Hierarchy#CIF Dictionary (CD) | CIF Dictionary]] entity. CIF dictionary itself can contain various kinds of data, including molecular structures or density maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Binary Data (B&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a binary file (not human-readable, e.g. [https://github.com/dsehnal/BinaryCIF BinaryCIF] file or CCP4 density file). &#039;&#039;&#039;Binary Data&#039;&#039;&#039; provides exactly the same actions as [[LiteMol:Hierarchy#String Data (SD) | String Data]].&lt;br /&gt;
&lt;br /&gt;
==CIF Dictionary (CD)==&lt;br /&gt;
This entity represents data encoded in a CIF dictionary, which is a flexible format for various kinds of data, so it can contain molecular structures or density maps. A single CIF dictionary can even contain multiple objects (e.g. two density maps: 2Fo-Fc and Fo-Fc).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2403</id>
		<title>LiteMol:Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2403"/>
		<updated>2017-05-05T09:49:14Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Molecule Model (MM) */ mjc edit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LiteMol-hierarchy.png | thumb | 200px | right| An example of an &#039;&#039;&#039;entity tree&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
All data in LiteMol are organized in a hierarchy represented by the &#039;&#039;&#039;entity tree&#039;&#039;&#039;. This tree is shown in LiteMol&#039;s left panel. When you click on an entity in the tree, you will see all actions applicable to this entity listed in the right panel.&lt;br /&gt;
&lt;br /&gt;
This page lists all types of entities and explains the actions they provide. The entity types can be divided into four sections: Structures, Visualization, Annotations, and Raw Data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Structures=&lt;br /&gt;
&lt;br /&gt;
This section describes the entities used for representation of molecular models and electron density maps. It does not contain any information about how these data are visualized.&lt;br /&gt;
&lt;br /&gt;
==Root Entity==&lt;br /&gt;
&lt;br /&gt;
The highest level of the hierarchy is the &#039;&#039;&#039;Root Entity&#039;&#039;&#039;, which is created at the beginning of LiteMol session. It represents the starting point of all actions and all other entities you create are its direct or indirect descendants.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Loads a structure of a molecule and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. The structure can be obtained from several sources:&lt;br /&gt;
** &#039;&#039;&#039;CoordinateServer&#039;&#039;&#039; - Downloads the structure from an internet location that provides [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] functionality. These parameters can be set: &lt;br /&gt;
*** &#039;&#039;&#039;Id&#039;&#039;&#039; - Specify the PDB identifier of the structure.&lt;br /&gt;
*** &#039;&#039;&#039;Type&#039;&#039;&#039; - Can be either &#039;&#039;&#039;Full&#039;&#039;&#039; (coordinates of all atoms are downloaded) or &#039;&#039;&#039;Cartoon&#039;&#039;&#039; (only atoms necessary for cartoon visualization are downloaded, so the download will be faster).&lt;br /&gt;
*** &#039;&#039;&#039;Low Precision&#039;&#039;&#039; - If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = Off, the atomic coordinates are downloaded in full precision (3 decimal places). If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = On, then the coordinates are downloaded only with 1 decimal place. This change is almost unnoticeable in the visualized structure but less data are downloaded.&lt;br /&gt;
*** &#039;&#039;&#039;Server&#039;&#039;&#039; - By default, the data are downloaded from the CoordinateServer located at webchem.ncbr.muni.cz/CoordinateServer, however, this can be changed.&lt;br /&gt;
** &#039;&#039;&#039;PDBe Updated mmCIF&#039;&#039;&#039; - Downloads the structure from the PDBe server (e.g. www.ebi.ac.uk/pdbe/static/entry/1cbs_updated.cif) using the updated mmCIF format file. &lt;br /&gt;
** &#039;&#039;&#039;URL&#039;&#039;&#039; - Downloads the structure from any specified internet location.&lt;br /&gt;
** &#039;&#039;&#039;File on Disk&#039;&#039;&#039; - Loads the structure from a file on your computer. The format of the file will be inferred from its extension.&lt;br /&gt;
* &#039;&#039;&#039;Density Data from PDBe&#039;&#039;&#039; – Downloads the electron density or electronic potential map for a molecule specified by its PDB ID (or EMDB ID) from the PDBe server and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. However, a much faster way to visualize densities is to create a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and then use the &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; action. &lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Downloads the portion of structural data that is necessary for simple visualization of a molecule. If more data are needed later, they will be downloaded automatically. This behavior is particularly useful when working with extremely large molecules, where full download may take more time, or when limited by hardware resources (slow/expensive Internet connection, limited memory) especially on mobile devices. You can specify what server should be used as the source of the data (e.g. http://webchemdev.ncbr.muni.cz/CoordinateServer or http://www.ebi.ac.uk/pdbe/coordinates). Creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Download Data&#039;&#039;&#039; - Acquires a data file from a URL. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Open Data File&#039;&#039;&#039; - Loads a data file from your computer. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule (M)==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule&#039;&#039;&#039; entity represents a set of structural data for a &#039;&#039;&#039;Molecule&#039;&#039;&#039; (which corresponds to one PDB entry or one mmCIF file).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039; – Creates a model of the molecule ([[LiteMol:Hierarchy#Molecule Model (MM) |Molecule Model]] entity). Some PDB entries (mostly NMR structures) contain multiple models, in such case, the sequential number (&#039;&#039;&#039;Index&#039;&#039;&#039;) of the desired model to be displayed can be specified.&lt;br /&gt;
* &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; - Creates a [[LiteMol:Hierarchy#Density Streaming (BDS) |Density Streaming]] for this molecule. Clicking on an atom or residue in the structure will instantly download and display the density data for the surrounding region. This solution is, in general, much faster than downloading the whole density map (often more than 1 GB). More details are available [http://webchem.ncbr.muni.cz/DensityServer here].&lt;br /&gt;
* &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; – Downloads wwPDB validation data for this molecule from PDBe and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; - Downloads validation data for the ligands in this molecule from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB] and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;PDBe Sequence Annotations&#039;&#039;&#039; – Downloads sequence annotation data for this molecule from PDBe (collected from sources such as UniProt, InterProt, Pfam etc.) and creates a [[LiteMol:Hierarchy#Sequence Annotations (SA) | Sequence Annotations]] entity.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model (M&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-default.png | thumb | 400px | right| Model of the protein with PDB identifier 1CBS in default visualization produced by &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; (&#039;&#039;&#039;Cartoon&#039;&#039;&#039; for biopolymer, &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; for non-biopolymer ligand, and &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; with &#039;&#039;&#039;Opacity&#039;&#039;&#039; 0.25 for water molecules). ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity represents a static model of a molecule, i.e. 3D coordinates of each atom. (If your PDB entry contains multiple alternative models, each of them will be in a separate &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity.)&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity. Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Assembly&#039;&#039;&#039; – Some PDB entries contain information about how multiple copies of the molecule should be positioned in space in order to create an assembly (e.g. a virus capsid). Alternatively,  just a part of the model can constitute a relevant assembly (e.g. the model contains a two molecules while a monomer is present &#039;&#039;in vivo&#039;&#039;). This action applies this information to your model and creates a new model containing the assembly. Some PDB entries provide more than one assembly.&lt;br /&gt;
* &#039;&#039;&#039;Crystal Symmetry&#039;&#039;&#039; – Creates a new model containing the original molecule and its closest neighbours in the crystal structure. Two modes are available: &#039;&#039;&#039;Interaction&#039;&#039;&#039; shows only those atoms that are within the specified radius (in Angstrom) from the original structure, &#039;&#039;&#039;Mates&#039;&#039;&#039; shows all copies of the structure that have at least one atom within this radius. This action is obviously not available for structures determined by NMR.&lt;br /&gt;
* &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; – Creates a visual representation of the model. If the model contains several types of molecules (e.g. protein + ligand), these are organized in a group of selections and appropriate visualization is used for each selection (e.g. &#039;&#039;&#039;Cartoon&#039;&#039;&#039; for protein but &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; for ligand). The same visuals are created automatically when the &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity is created.&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Creates a visual representation of the model. This option is less automatic than &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; but more flexible. Type, coloring, and other attributes of the created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Works in a similar way as &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; from the [[LiteMol:Hierarchy#Root Entity | Root Entity]]. If you click on an atom or residue, the coordinates of all atoms in the surrounding volume will be downloaded instantly. This can be useful when a part of the structure has already been downloaded (e.g. the protein backbone) and some additional atoms are required (e.g. sidechains to display the binding site).&lt;br /&gt;
* &#039;&#039;&#039;Update Model&#039;&#039;&#039; – Applicable when multiple models are included in the PDB entry (typical case for NMR structures). This action will remove the current model and create a new model with the specified index (model number). Please keep in mind that this will remove all the changes you have applied to the current model! If you don&#039;t want to loose these changes, go to the superior [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and create a new model in addition to the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Group (G)==&lt;br /&gt;
&lt;br /&gt;
This type of entity is merely used to organize multiple entities that are logically connected. An example is a group of selections containing different parts of a model (protein, ligand, and water) or a group of sequence annotations obtained from the same database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule Model Selection (S&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
This is an entity representing a subset of a molecule model. An example is one protein chain, one atom, or a set of all alanine residues. A selection can be created from either a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] entity or a [[LiteMol:Hierarchy#Molecule Visual (VM) | Molecule Visual]] entity. Selections are created using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Create a visual representation of this selection. Type, coloring, and other attributes of created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Update Selection&#039;&#039;&#039; - Change the name of the [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] or change its definition using [[LiteMol:SelectionAlgebra | selection algebra language]]. (This action may not be not available for automatically generated selections.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Density Data (DD)==&lt;br /&gt;
&lt;br /&gt;
Represents a three-dimensional map of electron density. Two types of maps are available for most crystal structures: &#039;&#039;&#039;2Fo-Fc&#039;&#039;&#039; and &#039;&#039;&#039;Fo-Fc&#039;&#039;&#039;. Only one map is available for cryo-EM structures.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Surface&#039;&#039;&#039; – Creates a visualization of the density isosurface with given isovalue ([[LiteMol:Hierarchy#Density Visual (VDD) |Density Visual]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Interactive Surface&#039;&#039;&#039; – Creates a density isosurface which is shown only for a region of the molecule when you click on that region ([[LiteMol:Hierarchy#Interactive Surface (BIS) |Interactive Surface]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Update CCP4/Map&#039;&#039;&#039; – Allows you to see the properties of this density map, such as standard deviation, minimum, maximum, and mean value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Visualization=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that represent different visualizations of molecules and electron density maps.&lt;br /&gt;
&lt;br /&gt;
==Molecule Visual (V&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-cartoon.png | thumb | 250px | right| &#039;&#039;&#039;Cartoon&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-CA_trace.png | thumb | 250px | right| &#039;&#039;&#039;C-α trace&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-balls_and_sticks.png | thumb | 250px | right| &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-VDW_balls.png | thumb | 250px | right| &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-surface.png | thumb | 250px | right| &#039;&#039;&#039;Surface&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Visual&#039;&#039;&#039; is simply a visualization of a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] or its part. It is defined mostly by its type and coloring. These can be changed in &#039;&#039;&#039;Update Visual&#039;&#039;&#039; action. Click on the “+” icon next to “Type” or “Coloring” to modify other attributes. Some attributes are only available for certain types of visualization.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity.  Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Update Visual&#039;&#039;&#039; – Allows you to change the type of visualization and other attributes.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Type&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Cartoon&#039;&#039;&#039; – Schematic representation of the backbone with distinction of helices, sheets, and unstructured regions.&lt;br /&gt;
** &#039;&#039;&#039;C-α Trace&#039;&#039;&#039; – Simplified wire-like representation of the backbone (no side-chains).&lt;br /&gt;
** &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; – Atoms are represented by balls, bonds are shown as sticks connecting them. Keep in mind that most structures from X-ray and cryo-EM experiments do not provide positions of hydrogen atoms, so these are not visible in &#039;&#039;&#039;Ball and Sticks&#039;&#039;&#039; representation. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;VDW&#039;&#039;&#039; – Indicates whether all atoms are shown as balls with uniform radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) or ball&#039;s radius is based on the element&#039;s van der Waals radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = On).&lt;br /&gt;
*** &#039;&#039;&#039;Scale&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = On) The ratio between the ball&#039;s radius and the element&#039;s van der Waals radius.&lt;br /&gt;
*** &#039;&#039;&#039;Atom Rds&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) The radius of the balls in Angstroms. &lt;br /&gt;
*** &#039;&#039;&#039;Bond Rds&#039;&#039;&#039; – The width (radius) of the sticks.&lt;br /&gt;
*** &#039;&#039;&#039;Bond&#039;&#039;&#039; – Color of the sticks. &lt;br /&gt;
** &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; – Shows atoms as balls width radii corresponding to their van der Waals radii.&lt;br /&gt;
** &#039;&#039;&#039;Surface&#039;&#039;&#039; – Shows the smoothed boundary surface of the space “filled” by the molecule. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;Probe Radius&#039;&#039;&#039; – How much space around an atom is considered as “filled” by this atom.&lt;br /&gt;
*** &#039;&#039;&#039;Smoothing&#039;&#039;&#039; – With lower values curvature of the surface around individual atoms will be more noticeable. With higher values the surface will be smoother.&lt;br /&gt;
*** &#039;&#039;&#039;Auto Detail&#039;&#039;&#039; - If set to On, the optimal level of detail is automatically derived from the size of the molecule. If set to Off, the level of detail can be adjusted manually (see the next item).&lt;br /&gt;
*** &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the surface should be visualized. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules.&lt;br /&gt;
*** &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
* &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the molecule should be visualized and can range from &#039;&#039;&#039;Very Low&#039;&#039;&#039; to &#039;&#039;&#039;Very High&#039;&#039;&#039;. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules. If you choose &#039;&#039;&#039;Automatic&#039;&#039;&#039;, LiteMol will infer the optimal level of detail from the molecule&#039;s size.&lt;br /&gt;
* &#039;&#039;&#039;Coloring&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Chain ID&#039;&#039;&#039; – Every chain will be shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Entity ID&#039;&#039;&#039; – The same as &#039;&#039;&#039;Chain ID&#039;&#039;&#039; but identical chains are shown in the same color.&lt;br /&gt;
** &#039;&#039;&#039;Entity Type&#039;&#039;&#039; – Every type of entity (polymer, non-polymer, water) is shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Residue Name&#039;&#039;&#039; – A different color is used for each type of residue.&lt;br /&gt;
** &#039;&#039;&#039;Element Symbol&#039;&#039;&#039; – A different color is used for each element.&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039; - Colors each chain in the colors of rainbow from N-terminus (red) to C-terminus (violet) (or from 5&#039; to 3&#039; in nucleic acids).&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Entity)&#039;&#039;&#039; - Similar to &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039;, but identical chains are treated as a single longer chain (e.g. in a homodimer).&lt;br /&gt;
** &#039;&#039;&#039;Uniform Color&#039;&#039;&#039; – One selected color is used for the whole &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Highlight&#039;&#039;&#039; – The color in which this &#039;&#039;&#039;Visual&#039;&#039;&#039; will be temporarily colored when hovering over the &#039;&#039;&#039;Visual&#039;&#039;&#039; entity in the entity tree. When the cursor is placed on an atom or residue, it will be colored in the same way.&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – If you create a [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] from this &#039;&#039;&#039;Visual&#039;&#039;&#039;, it will be distinguished from the rest of the &#039;&#039;&#039;Visual&#039;&#039;&#039; by having this color.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the &#039;&#039;&#039;Visual&#039;&#039;&#039;. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that changing the type of a &#039;&#039;&#039;Visual&#039;&#039;&#039; will in fact remove the current visual and replace it with a new one, so all changes you have applied to the current &#039;&#039;&#039;Visual&#039;&#039;&#039; (such as creating a selection from it) will be lost! You can go to the superior entity and create a new &#039;&#039;&#039;Visual&#039;&#039;&#039; besides the current &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Density Visual (V&amp;lt;sub&amp;gt;DD&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-density_visual.png | thumb | 250px | right| Density isosurface at 1.5 σ (2Fo-Fc). ]]&lt;br /&gt;
&lt;br /&gt;
Represents an isosurface of electron density, i.e. the surface in 3D connecting all the points with the value of electron density equal to a specified isovalue.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Surface&#039;&#039;&#039; – Allows you to change the attributes of the visualization.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Iso value&#039;&#039;&#039; – The isovalue of electron density used for the visualized surface.&lt;br /&gt;
* &#039;&#039;&#039;Relative&#039;&#039;&#039; - Indicates whether normalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = On) or unnormalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = Off) density values are used. The relationship between the two values is as follows: &#039;&#039;Normalized&#039;&#039; = (&#039;&#039;Unnormalized&#039;&#039; - &#039;&#039;Mean&#039;&#039;) / &#039;&#039;Sigma&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Color&#039;&#039;&#039; – The color of the surface.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the surface. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
* &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Interactive Surface (B&amp;lt;sub&amp;gt;IS&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-interactive_surface.png | thumb | 250px | right| Interactive density isosurface at 1.5 σ (2Fo-Fc) shown for a tryptophan residue and its surroundings with radius 2 Angstroms. ]]&lt;br /&gt;
&lt;br /&gt;
This is a visualization of an isosurface of electron density, just as [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]]. The difference is that this surface is shown only when you click on a residue or an atom in the structure. The surface is shown only for the region around the selected residue or atom. An advantage of this interactive visualization is that the relevant region of density surface is not hindered by the rest of the molecule.&lt;br /&gt;
&lt;br /&gt;
Three default &#039;&#039;&#039;Interactive Surfaces&#039;&#039;&#039; are created automatically when loading density data: blue surface corresponds to isovalue 1.5 in 2Fo-Fc density map. Green and red surfaces correspond to isovalues +3 and -3 in Fo-Fc density map.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Interactive Surface&#039;&#039;&#039; – Change the attributes of the visualization. These attributes are the same as in the case of [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity. An extra attribute is &#039;&#039;&#039;Radius&#039;&#039;&#039;, which allows you to change the size of the region for which the isosurface is shown. Attribute &#039;&#039;&#039;Show&#039;&#039;&#039; toggles between interactive visualization around the selected region (&#039;&#039;&#039;Show&#039;&#039;&#039; = Around Selection) and static visualization of the whole map (&#039;&#039;&#039;Show&#039;&#039;&#039; = Everything, practically equivalent to [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Annotations=&lt;br /&gt;
&lt;br /&gt;
This section describes entities which can store additional information about the structures, such as validation issues or sequence annotations.&lt;br /&gt;
&lt;br /&gt;
==Validation Report (VR)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-validation_report.png | thumb | 250px | right| Structure of cytochrome P450 3A4 (1TQN) colored by the &#039;&#039;&#039;Validation Report&#039;&#039;&#039; from PDBe. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-ligand_validation_report.png | thumb | 250px | right| An oligosaccharide in the structure of ribosom-inactivating protein abrin-a (1ABR) colored by the &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;. The right-most residue is missing an atom. One of the residues in the center has an atom with wrongly annotated chirality. ]]&lt;br /&gt;
&lt;br /&gt;
Represents validation data for this molecule from PDBe. The full validation report in PDF can be downloaded from the [http://www.ebi.ac.uk/pdbe/ PDBe site] (find your molecule, click &#039;&#039;Details&#039;&#039; in &#039;&#039;Experiments and Validation&#039;&#039; section, and then &#039;&#039;Full Validation Report&#039;&#039; in the right panel). An example of a validation report is available [http://www.ebi.ac.uk/pdbe/entry-files/download/1rtc_full_validation.pdf here].&lt;br /&gt;
&lt;br /&gt;
Another type of &#039;&#039;&#039;Validation Report&#039;&#039;&#039; entity is &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;, which represents validation data for the ligands in this molecule. This data come from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB]. &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Apply Coloring&#039;&#039;&#039; – The structure will be colored according the validation data. For &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; the color of each residue depends on the number of geometric quality criteria for which they contain at least one outlier: green = 0, yellow = 1, orange = 2, and red = 3 or more. For &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; the residues with missing atoms are colored in red. Also the atoms with wrong chirality are shown in red (examples can be found in PDB entry 1ABR). The correct residues are shown in green.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Sequence Annotations (SA)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-annotation.png | thumb | 250px | right| Structure of ricin A chain (4Q2V). The orange color indicates the part annotated as &#039;&#039;Ribosome-inactivating protein, subdomain 1&#039;&#039; by InterPro database. ]]&lt;br /&gt;
&lt;br /&gt;
Represents a collection of sequence annotations from PDBe, grouped by the source database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotation (SA)==&lt;br /&gt;
&lt;br /&gt;
Represents a single sequence annotation, i.e. assignment of a name to a part of the structure. When you hover above this entity or click on it, the corresponding part of the structure will be shown in a distinctive color.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update PDBe Sequence Annotation&#039;&#039;&#039; – Allows you to change the color used for this part of the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Raw Data=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that store data from a file, no matter what these data represent and how their are encoded (i.e. original data from a file before they are parsed). The user will encounter them mostly when loading files from a disk or a URL.&lt;br /&gt;
&lt;br /&gt;
==String Data (S&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a file in textual format (e.g. mmCIF file or PDB file). &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. Make sure to select the appropriate format.&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;CIF Dictionary&#039;&#039;&#039; – Treats the data as a CIF dictionary and creates a [[LiteMol:Hierarchy#CIF Dictionary (CD) | CIF Dictionary]] entity. CIF dictionary itself can contain various kinds of data, including molecular structures or density maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Binary Data (B&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a binary file (not human-readable, e.g. [https://github.com/dsehnal/BinaryCIF BinaryCIF] file or CCP4 density file). &#039;&#039;&#039;Binary Data&#039;&#039;&#039; provides exactly the same actions as [[LiteMol:Hierarchy#String Data (SD) | String Data]].&lt;br /&gt;
&lt;br /&gt;
==CIF Dictionary (CD)==&lt;br /&gt;
This entity represents data encoded in a CIF dictionary, which is a flexible format for various kinds of data, so it can contain molecular structures or density maps. A single CIF dictionary can even contain multiple objects (e.g. two density maps: 2Fo-Fc and Fo-Fc).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2402</id>
		<title>LiteMol:Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2402"/>
		<updated>2017-05-05T06:00:59Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Molecule (M) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LiteMol-hierarchy.png | thumb | 200px | right| An example of an &#039;&#039;&#039;entity tree&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
All data in LiteMol are organized in a hierarchy represented by the &#039;&#039;&#039;entity tree&#039;&#039;&#039;. This tree is shown in LiteMol&#039;s left panel. When you click on an entity in the tree, you will see all actions applicable to this entity listed in the right panel.&lt;br /&gt;
&lt;br /&gt;
This page lists all types of entities and explains the actions they provide. The entity types can be divided into four sections: Structures, Visualization, Annotations, and Raw Data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Structures=&lt;br /&gt;
&lt;br /&gt;
This section describes the entities used for representation of molecular models and electron density maps. It does not contain any information about how these data are visualized.&lt;br /&gt;
&lt;br /&gt;
==Root Entity==&lt;br /&gt;
&lt;br /&gt;
The highest level of the hierarchy is the &#039;&#039;&#039;Root Entity&#039;&#039;&#039;, which is created at the beginning of LiteMol session. It represents the starting point of all actions and all other entities you create are its direct or indirect descendants.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Loads a structure of a molecule and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. The structure can be obtained from several sources:&lt;br /&gt;
** &#039;&#039;&#039;CoordinateServer&#039;&#039;&#039; - Downloads the structure from an internet location that provides [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] functionality. These parameters can be set: &lt;br /&gt;
*** &#039;&#039;&#039;Id&#039;&#039;&#039; - Specify the PDB identifier of the structure.&lt;br /&gt;
*** &#039;&#039;&#039;Type&#039;&#039;&#039; - Can be either &#039;&#039;&#039;Full&#039;&#039;&#039; (coordinates of all atoms are downloaded) or &#039;&#039;&#039;Cartoon&#039;&#039;&#039; (only atoms necessary for cartoon visualization are downloaded, so the download will be faster).&lt;br /&gt;
*** &#039;&#039;&#039;Low Precision&#039;&#039;&#039; - If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = Off, the atomic coordinates are downloaded in full precision (3 decimal places). If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = On, then the coordinates are downloaded only with 1 decimal place. This change is almost unnoticeable in the visualized structure but less data are downloaded.&lt;br /&gt;
*** &#039;&#039;&#039;Server&#039;&#039;&#039; - By default, the data are downloaded from the CoordinateServer located at webchem.ncbr.muni.cz/CoordinateServer, however, this can be changed.&lt;br /&gt;
** &#039;&#039;&#039;PDBe Updated mmCIF&#039;&#039;&#039; - Downloads the structure from the PDBe server (e.g. www.ebi.ac.uk/pdbe/static/entry/1cbs_updated.cif) using the updated mmCIF format file. &lt;br /&gt;
** &#039;&#039;&#039;URL&#039;&#039;&#039; - Downloads the structure from any specified internet location.&lt;br /&gt;
** &#039;&#039;&#039;File on Disk&#039;&#039;&#039; - Loads the structure from a file on your computer. The format of the file will be inferred from its extension.&lt;br /&gt;
* &#039;&#039;&#039;Density Data from PDBe&#039;&#039;&#039; – Downloads the electron density or electronic potential map for a molecule specified by its PDB ID (or EMDB ID) from the PDBe server and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. However, a much faster way to visualize densities is to create a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and then use the &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; action. &lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Downloads the portion of structural data that is necessary for simple visualization of a molecule. If more data are needed later, they will be downloaded automatically. This behavior is particularly useful when working with extremely large molecules, where full download may take more time, or when limited by hardware resources (slow/expensive Internet connection, limited memory) especially on mobile devices. You can specify what server should be used as the source of the data (e.g. http://webchemdev.ncbr.muni.cz/CoordinateServer or http://www.ebi.ac.uk/pdbe/coordinates). Creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Download Data&#039;&#039;&#039; - Acquires a data file from a URL. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Open Data File&#039;&#039;&#039; - Loads a data file from your computer. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule (M)==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule&#039;&#039;&#039; entity represents a set of structural data for a &#039;&#039;&#039;Molecule&#039;&#039;&#039; (which corresponds to one PDB entry or one mmCIF file).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039; – Creates a model of the molecule ([[LiteMol:Hierarchy#Molecule Model (MM) |Molecule Model]] entity). Some PDB entries (mostly NMR structures) contain multiple models, in such case, the sequential number (&#039;&#039;&#039;Index&#039;&#039;&#039;) of the desired model to be displayed can be specified.&lt;br /&gt;
* &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; - Creates a [[LiteMol:Hierarchy#Density Streaming (BDS) |Density Streaming]] for this molecule. Clicking on an atom or residue in the structure will instantly download and display the density data for the surrounding region. This solution is, in general, much faster than downloading the whole density map (often more than 1 GB). More details are available [http://webchem.ncbr.muni.cz/DensityServer here].&lt;br /&gt;
* &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; – Downloads wwPDB validation data for this molecule from PDBe and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; - Downloads validation data for the ligands in this molecule from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB] and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;PDBe Sequence Annotations&#039;&#039;&#039; – Downloads sequence annotation data for this molecule from PDBe (collected from sources such as UniProt, InterProt, Pfam etc.) and creates a [[LiteMol:Hierarchy#Sequence Annotations (SA) | Sequence Annotations]] entity.&lt;br /&gt;
&lt;br /&gt;
==Molecule Model (M&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-default.png | thumb | 400px | right| Model of the protein with PDB identifier 1CBS in default visualization produced by &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; (&#039;&#039;&#039;Cartoon&#039;&#039;&#039; for biopolymer, &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; for non-biopolymer ligand, and &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; with &#039;&#039;&#039;Opacity&#039;&#039;&#039; 0.25 for water molecules). ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity represents a static model of a molecule, i.e. 3D coordinates of each atom. (If your PDB entry contains multiple alternative models, each of them will be in a separate &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity.)&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity. Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Assembly&#039;&#039;&#039; – Some PDB entries contain information about how multiple copies of the molecule should be positioned in space in order to create a biological assembly (e.g. a virus capsid). Alternatively,  just a part of the model can constitute a biological assembly (e.g. the model contains a dimer while a monomer is present &#039;&#039;in vivo&#039;&#039;). This action applies this information to your model and creates a new model containing the biological assembly. Some PDB entries provide more than one assembly.&lt;br /&gt;
* &#039;&#039;&#039;Crystal Symmetry&#039;&#039;&#039; – Creates a new model containing the original molecule and its closest neighbours in crystal structure. Two modes are available: &#039;&#039;&#039;Interaction&#039;&#039;&#039; shows only those atoms that are within the specified radius (in Angstroms) from the original structure, &#039;&#039;&#039;Mates&#039;&#039;&#039; shows all copies of the structure that have at least one atom within this radius. This action is obviously not available for NMR structures.&lt;br /&gt;
* &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; – Creates a visual representation of the model. If the model contains several types of molecules (e.g. protein + ligand), these are organized in a group of selections and appropriate visualization is used for each selection (e.g. &#039;&#039;&#039;Cartoon&#039;&#039;&#039; for protein but &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; for ligand). The same visuals are created automatically when the &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity is created.&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Creates a visual representation of the model. As opposed to &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039;, this option is less automatic but more flexible. Type, coloring, and other attributes of created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Works in a similar way as &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; from the [[LiteMol:Hierarchy#Root Entity | Root Entity]]. If you click on an atom or residue, the coordinates of all atoms in the surrounding will be downloaded instantly. This can be usefull when a part of the structure has already been dowloaded (e.g. the protein backbone) and some additional atoms are required (e.g. sidechains in the binding site).&lt;br /&gt;
* &#039;&#039;&#039;Update Model&#039;&#039;&#039; – Applicable when multiple models are included in this PDB entry (typical case for NMR structures). This action will remove the current model and create a new model with specified index. Please keep in mind that this will remove all the changes you have applied to the current model! If you don&#039;t want to loose these changes, go to the superior [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and create a new model besides the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Group (G)==&lt;br /&gt;
&lt;br /&gt;
This type of entity is merely used to organize multiple entities that are logically connected. An example is a group of selections containing different parts of a model (protein, ligand, and water) or a group of sequence annotations obtained from the same database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule Model Selection (S&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
This is an entity representing a subset of a molecule model. An example is one protein chain, one atom, or a set of all alanine residues. A selection can be created from either a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] entity or a [[LiteMol:Hierarchy#Molecule Visual (VM) | Molecule Visual]] entity. Selections are created using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Create a visual representation of this selection. Type, coloring, and other attributes of created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Update Selection&#039;&#039;&#039; - Change the name of the [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] or change its definition using [[LiteMol:SelectionAlgebra | selection algebra language]]. (This action may not be not available for automatically generated selections.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Density Data (DD)==&lt;br /&gt;
&lt;br /&gt;
Represents a three-dimensional map of electron density. Two types of maps are available for most crystal structures: &#039;&#039;&#039;2Fo-Fc&#039;&#039;&#039; and &#039;&#039;&#039;Fo-Fc&#039;&#039;&#039;. Only one map is available for cryo-EM structures.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Surface&#039;&#039;&#039; – Creates a visualization of the density isosurface with given isovalue ([[LiteMol:Hierarchy#Density Visual (VDD) |Density Visual]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Interactive Surface&#039;&#039;&#039; – Creates a density isosurface which is shown only for a region of the molecule when you click on that region ([[LiteMol:Hierarchy#Interactive Surface (BIS) |Interactive Surface]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Update CCP4/Map&#039;&#039;&#039; – Allows you to see the properties of this density map, such as standard deviation, minimum, maximum, and mean value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Visualization=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that represent different visualizations of molecules and electron density maps.&lt;br /&gt;
&lt;br /&gt;
==Molecule Visual (V&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-cartoon.png | thumb | 250px | right| &#039;&#039;&#039;Cartoon&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-CA_trace.png | thumb | 250px | right| &#039;&#039;&#039;C-α trace&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-balls_and_sticks.png | thumb | 250px | right| &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-VDW_balls.png | thumb | 250px | right| &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-surface.png | thumb | 250px | right| &#039;&#039;&#039;Surface&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Visual&#039;&#039;&#039; is simply a visualization of a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] or its part. It is defined mostly by its type and coloring. These can be changed in &#039;&#039;&#039;Update Visual&#039;&#039;&#039; action. Click on the “+” icon next to “Type” or “Coloring” to modify other attributes. Some attributes are only available for certain types of visualization.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity.  Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Update Visual&#039;&#039;&#039; – Allows you to change the type of visualization and other attributes.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Type&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Cartoon&#039;&#039;&#039; – Schematic representation of the backbone with distinction of helices, sheets, and unstructured regions.&lt;br /&gt;
** &#039;&#039;&#039;C-α Trace&#039;&#039;&#039; – Simplified wire-like representation of the backbone (no side-chains).&lt;br /&gt;
** &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; – Atoms are represented by balls, bonds are shown as sticks connecting them. Keep in mind that most structures from X-ray and cryo-EM experiments do not provide positions of hydrogen atoms, so these are not visible in &#039;&#039;&#039;Ball and Sticks&#039;&#039;&#039; representation. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;VDW&#039;&#039;&#039; – Indicates whether all atoms are shown as balls with uniform radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) or ball&#039;s radius is based on the element&#039;s van der Waals radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = On).&lt;br /&gt;
*** &#039;&#039;&#039;Scale&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = On) The ratio between the ball&#039;s radius and the element&#039;s van der Waals radius.&lt;br /&gt;
*** &#039;&#039;&#039;Atom Rds&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) The radius of the balls in Angstroms. &lt;br /&gt;
*** &#039;&#039;&#039;Bond Rds&#039;&#039;&#039; – The width (radius) of the sticks.&lt;br /&gt;
*** &#039;&#039;&#039;Bond&#039;&#039;&#039; – Color of the sticks. &lt;br /&gt;
** &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; – Shows atoms as balls width radii corresponding to their van der Waals radii.&lt;br /&gt;
** &#039;&#039;&#039;Surface&#039;&#039;&#039; – Shows the smoothed boundary surface of the space “filled” by the molecule. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;Probe Radius&#039;&#039;&#039; – How much space around an atom is considered as “filled” by this atom.&lt;br /&gt;
*** &#039;&#039;&#039;Smoothing&#039;&#039;&#039; – With lower values curvature of the surface around individual atoms will be more noticeable. With higher values the surface will be smoother.&lt;br /&gt;
*** &#039;&#039;&#039;Auto Detail&#039;&#039;&#039; - If set to On, the optimal level of detail is automatically derived from the size of the molecule. If set to Off, the level of detail can be adjusted manually (see the next item).&lt;br /&gt;
*** &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the surface should be visualized. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules.&lt;br /&gt;
*** &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
* &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the molecule should be visualized and can range from &#039;&#039;&#039;Very Low&#039;&#039;&#039; to &#039;&#039;&#039;Very High&#039;&#039;&#039;. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules. If you choose &#039;&#039;&#039;Automatic&#039;&#039;&#039;, LiteMol will infer the optimal level of detail from the molecule&#039;s size.&lt;br /&gt;
* &#039;&#039;&#039;Coloring&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Chain ID&#039;&#039;&#039; – Every chain will be shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Entity ID&#039;&#039;&#039; – The same as &#039;&#039;&#039;Chain ID&#039;&#039;&#039; but identical chains are shown in the same color.&lt;br /&gt;
** &#039;&#039;&#039;Entity Type&#039;&#039;&#039; – Every type of entity (polymer, non-polymer, water) is shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Residue Name&#039;&#039;&#039; – A different color is used for each type of residue.&lt;br /&gt;
** &#039;&#039;&#039;Element Symbol&#039;&#039;&#039; – A different color is used for each element.&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039; - Colors each chain in the colors of rainbow from N-terminus (red) to C-terminus (violet) (or from 5&#039; to 3&#039; in nucleic acids).&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Entity)&#039;&#039;&#039; - Similar to &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039;, but identical chains are treated as a single longer chain (e.g. in a homodimer).&lt;br /&gt;
** &#039;&#039;&#039;Uniform Color&#039;&#039;&#039; – One selected color is used for the whole &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Highlight&#039;&#039;&#039; – The color in which this &#039;&#039;&#039;Visual&#039;&#039;&#039; will be temporarily colored when hovering over the &#039;&#039;&#039;Visual&#039;&#039;&#039; entity in the entity tree. When the cursor is placed on an atom or residue, it will be colored in the same way.&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – If you create a [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] from this &#039;&#039;&#039;Visual&#039;&#039;&#039;, it will be distinguished from the rest of the &#039;&#039;&#039;Visual&#039;&#039;&#039; by having this color.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the &#039;&#039;&#039;Visual&#039;&#039;&#039;. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that changing the type of a &#039;&#039;&#039;Visual&#039;&#039;&#039; will in fact remove the current visual and replace it with a new one, so all changes you have applied to the current &#039;&#039;&#039;Visual&#039;&#039;&#039; (such as creating a selection from it) will be lost! You can go to the superior entity and create a new &#039;&#039;&#039;Visual&#039;&#039;&#039; besides the current &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Density Visual (V&amp;lt;sub&amp;gt;DD&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-density_visual.png | thumb | 250px | right| Density isosurface at 1.5 σ (2Fo-Fc). ]]&lt;br /&gt;
&lt;br /&gt;
Represents an isosurface of electron density, i.e. the surface in 3D connecting all the points with the value of electron density equal to a specified isovalue.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Surface&#039;&#039;&#039; – Allows you to change the attributes of the visualization.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Iso value&#039;&#039;&#039; – The isovalue of electron density used for the visualized surface.&lt;br /&gt;
* &#039;&#039;&#039;Relative&#039;&#039;&#039; - Indicates whether normalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = On) or unnormalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = Off) density values are used. The relationship between the two values is as follows: &#039;&#039;Normalized&#039;&#039; = (&#039;&#039;Unnormalized&#039;&#039; - &#039;&#039;Mean&#039;&#039;) / &#039;&#039;Sigma&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Color&#039;&#039;&#039; – The color of the surface.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the surface. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
* &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Interactive Surface (B&amp;lt;sub&amp;gt;IS&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-interactive_surface.png | thumb | 250px | right| Interactive density isosurface at 1.5 σ (2Fo-Fc) shown for a tryptophan residue and its surroundings with radius 2 Angstroms. ]]&lt;br /&gt;
&lt;br /&gt;
This is a visualization of an isosurface of electron density, just as [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]]. The difference is that this surface is shown only when you click on a residue or an atom in the structure. The surface is shown only for the region around the selected residue or atom. An advantage of this interactive visualization is that the relevant region of density surface is not hindered by the rest of the molecule.&lt;br /&gt;
&lt;br /&gt;
Three default &#039;&#039;&#039;Interactive Surfaces&#039;&#039;&#039; are created automatically when loading density data: blue surface corresponds to isovalue 1.5 in 2Fo-Fc density map. Green and red surfaces correspond to isovalues +3 and -3 in Fo-Fc density map.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Interactive Surface&#039;&#039;&#039; – Change the attributes of the visualization. These attributes are the same as in the case of [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity. An extra attribute is &#039;&#039;&#039;Radius&#039;&#039;&#039;, which allows you to change the size of the region for which the isosurface is shown. Attribute &#039;&#039;&#039;Show&#039;&#039;&#039; toggles between interactive visualization around the selected region (&#039;&#039;&#039;Show&#039;&#039;&#039; = Around Selection) and static visualization of the whole map (&#039;&#039;&#039;Show&#039;&#039;&#039; = Everything, practically equivalent to [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Annotations=&lt;br /&gt;
&lt;br /&gt;
This section describes entities which can store additional information about the structures, such as validation issues or sequence annotations.&lt;br /&gt;
&lt;br /&gt;
==Validation Report (VR)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-validation_report.png | thumb | 250px | right| Structure of cytochrome P450 3A4 (1TQN) colored by the &#039;&#039;&#039;Validation Report&#039;&#039;&#039; from PDBe. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-ligand_validation_report.png | thumb | 250px | right| An oligosaccharide in the structure of ribosom-inactivating protein abrin-a (1ABR) colored by the &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;. The right-most residue is missing an atom. One of the residues in the center has an atom with wrongly annotated chirality. ]]&lt;br /&gt;
&lt;br /&gt;
Represents validation data for this molecule from PDBe. The full validation report in PDF can be downloaded from the [http://www.ebi.ac.uk/pdbe/ PDBe site] (find your molecule, click &#039;&#039;Details&#039;&#039; in &#039;&#039;Experiments and Validation&#039;&#039; section, and then &#039;&#039;Full Validation Report&#039;&#039; in the right panel). An example of a validation report is available [http://www.ebi.ac.uk/pdbe/entry-files/download/1rtc_full_validation.pdf here].&lt;br /&gt;
&lt;br /&gt;
Another type of &#039;&#039;&#039;Validation Report&#039;&#039;&#039; entity is &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;, which represents validation data for the ligands in this molecule. This data come from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB]. &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Apply Coloring&#039;&#039;&#039; – The structure will be colored according the validation data. For &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; the color of each residue depends on the number of geometric quality criteria for which they contain at least one outlier: green = 0, yellow = 1, orange = 2, and red = 3 or more. For &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; the residues with missing atoms are colored in red. Also the atoms with wrong chirality are shown in red (examples can be found in PDB entry 1ABR). The correct residues are shown in green.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Sequence Annotations (SA)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-annotation.png | thumb | 250px | right| Structure of ricin A chain (4Q2V). The orange color indicates the part annotated as &#039;&#039;Ribosome-inactivating protein, subdomain 1&#039;&#039; by InterPro database. ]]&lt;br /&gt;
&lt;br /&gt;
Represents a collection of sequence annotations from PDBe, grouped by the source database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotation (SA)==&lt;br /&gt;
&lt;br /&gt;
Represents a single sequence annotation, i.e. assignment of a name to a part of the structure. When you hover above this entity or click on it, the corresponding part of the structure will be shown in a distinctive color.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update PDBe Sequence Annotation&#039;&#039;&#039; – Allows you to change the color used for this part of the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Raw Data=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that store data from a file, no matter what these data represent and how their are encoded (i.e. original data from a file before they are parsed). The user will encounter them mostly when loading files from a disk or a URL.&lt;br /&gt;
&lt;br /&gt;
==String Data (S&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a file in textual format (e.g. mmCIF file or PDB file). &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. Make sure to select the appropriate format.&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;CIF Dictionary&#039;&#039;&#039; – Treats the data as a CIF dictionary and creates a [[LiteMol:Hierarchy#CIF Dictionary (CD) | CIF Dictionary]] entity. CIF dictionary itself can contain various kinds of data, including molecular structures or density maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Binary Data (B&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a binary file (not human-readable, e.g. [https://github.com/dsehnal/BinaryCIF BinaryCIF] file or CCP4 density file). &#039;&#039;&#039;Binary Data&#039;&#039;&#039; provides exactly the same actions as [[LiteMol:Hierarchy#String Data (SD) | String Data]].&lt;br /&gt;
&lt;br /&gt;
==CIF Dictionary (CD)==&lt;br /&gt;
This entity represents data encoded in a CIF dictionary, which is a flexible format for various kinds of data, so it can contain molecular structures or density maps. A single CIF dictionary can even contain multiple objects (e.g. two density maps: 2Fo-Fc and Fo-Fc).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2401</id>
		<title>LiteMol:Hierarchy</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Hierarchy&amp;diff=2401"/>
		<updated>2017-05-04T21:57:17Z</updated>

		<summary type="html">&lt;p&gt;Matthew: edited by MJC to Molecule model&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:LiteMol-hierarchy.png | thumb | 200px | right| An example of an &#039;&#039;&#039;entity tree&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
All data in LiteMol are organized in a hierarchy represented by the &#039;&#039;&#039;entity tree&#039;&#039;&#039;. This tree is shown in LiteMol&#039;s left panel. When you click on an entity in the tree, you will see all actions applicable to this entity listed in the right panel.&lt;br /&gt;
&lt;br /&gt;
This page lists all types of entities and explains the actions they provide. The entity types can be divided into four sections: Structures, Visualization, Annotations, and Raw Data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Structures=&lt;br /&gt;
&lt;br /&gt;
This section describes the entities used for representation of molecular models and electron density maps. It does not contain any information about how these data are visualized.&lt;br /&gt;
&lt;br /&gt;
==Root Entity==&lt;br /&gt;
&lt;br /&gt;
The highest level of the hierarchy is the &#039;&#039;&#039;Root Entity&#039;&#039;&#039;, which is created at the beginning of LiteMol session. It represents the starting point of all actions and all other entities you create are its direct or indirect descendants.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Loads a structure of a molecule and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. The structure can be obtained from several sources:&lt;br /&gt;
** &#039;&#039;&#039;CoordinateServer&#039;&#039;&#039; - Downloads the structure from an internet location that provides [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] functionality. These parameters can be set: &lt;br /&gt;
*** &#039;&#039;&#039;Id&#039;&#039;&#039; - Specify the PDB identifier of the structure.&lt;br /&gt;
*** &#039;&#039;&#039;Type&#039;&#039;&#039; - Can be either &#039;&#039;&#039;Full&#039;&#039;&#039; (coordinates of all atoms are downloaded) or &#039;&#039;&#039;Cartoon&#039;&#039;&#039; (only atoms necessary for cartoon visualization are downloaded, so the download will be faster).&lt;br /&gt;
*** &#039;&#039;&#039;Low Precision&#039;&#039;&#039; - If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = Off, the atomic coordinates are downloaded in full precision (3 decimal places). If &#039;&#039;&#039;Low Precision&#039;&#039;&#039; = On, then the coordinates are downloaded only with 1 decimal place. This change is almost unnoticeable in the visualized structure but less data are downloaded.&lt;br /&gt;
*** &#039;&#039;&#039;Server&#039;&#039;&#039; - By default, the data are downloaded from the CoordinateServer located at webchem.ncbr.muni.cz/CoordinateServer, however, this can be changed.&lt;br /&gt;
** &#039;&#039;&#039;PDBe Updated mmCIF&#039;&#039;&#039; - Downloads the structure from the PDBe server (e.g. www.ebi.ac.uk/pdbe/static/entry/1cbs_updated.cif) using the updated mmCIF format file. &lt;br /&gt;
** &#039;&#039;&#039;URL&#039;&#039;&#039; - Downloads the structure from any specified internet location.&lt;br /&gt;
** &#039;&#039;&#039;File on Disk&#039;&#039;&#039; - Loads the structure from a file on your computer. The format of the file will be inferred from its extension.&lt;br /&gt;
* &#039;&#039;&#039;Density Data from PDBe&#039;&#039;&#039; – Downloads the electron density or electronic potential map for a molecule specified by its PDB ID (or EMDB ID) from the PDBe server and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. However, a much faster way to visualize densities is to create a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and then use the &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; action. &lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Downloads the portion of structural data that is necessary for simple visualization of a molecule. If more data are needed later, they will be downloaded automatically. This behavior is particularly useful when working with extremely large molecules, where full download may take more time, or when limited by hardware resources (slow/expensive Internet connection, limited memory) especially on mobile devices. You can specify what server should be used as the source of the data (e.g. http://webchemdev.ncbr.muni.cz/CoordinateServer or http://www.ebi.ac.uk/pdbe/coordinates). Creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Download Data&#039;&#039;&#039; - Acquires a data file from a URL. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Open Data File&#039;&#039;&#039; - Loads a data file from your computer. The type of the file must be specified in advance (String (textual encoding) or Binary). Creates a [[LiteMol:Hierarchy#String Data (SD) | String Data]] or a [[LiteMol:Hierarchy#Binary Data (BD) | Binary Data]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule (M)==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule&#039;&#039;&#039; entity represents a set of structural data for a &#039;&#039;&#039;Molecule&#039;&#039;&#039; which corresponds to one PDB entry or one mmCIF file).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Model&#039;&#039;&#039; – Creates a model of the molecule ([[LiteMol:Hierarchy#Molecule Model (MM) |Molecule Model]] entity). Some PDB entries (mostly NMR structures) contain multiple models, in such case, the sequential number (&#039;&#039;&#039;Index&#039;&#039;&#039;) of the desired model to be displayed can be specified.&lt;br /&gt;
* &#039;&#039;&#039;Density Streaming&#039;&#039;&#039; - Creates a [[LiteMol:Hierarchy#Density Streaming (BDS) |Density Streaming]] for this molecule. Clicking on an atom or residue in the structure will instantly download and display the density data for the surrounding region. This solution is, in general, much faster than downloading the whole density map (often more than 1 GB). More details are available [http://webchem.ncbr.muni.cz/DensityServer here].&lt;br /&gt;
* &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; – Downloads wwPDB validation data for this molecule from PDBe and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; - Downloads validation data for the ligands in this molecule from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB] and creates a [[LiteMol:Hierarchy#Validation Report (VR) |Validation Report]] entity.&lt;br /&gt;
* &#039;&#039;&#039;PDBe Sequence Annotations&#039;&#039;&#039; – Downloads sequence annotation data for this molecule from PDBe (collected from sources such as UniProt, InterProt, Pfam etc.) and creates a [[LiteMol:Hierarchy#Sequence Annotations (SA) | Sequence Annotations]] entity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule Model (M&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-default.png | thumb | 400px | right| Model of the protein with PDB identifier 1CBS in default visualization produced by &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; (&#039;&#039;&#039;Cartoon&#039;&#039;&#039; for biopolymer, &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; for non-biopolymer ligand, and &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; with &#039;&#039;&#039;Opacity&#039;&#039;&#039; 0.25 for water molecules). ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity represents a static model of a molecule, i.e. 3D coordinates of each atom. (If your PDB entry contains multiple alternative models, each of them will be in a separate &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity.)&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity. Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Assembly&#039;&#039;&#039; – Some PDB entries contain information about how multiple copies of the molecule should be positioned in space in order to create a biological assembly (e.g. a virus capsid). Alternatively,  just a part of the model can constitute a biological assembly (e.g. the model contains a dimer while a monomer is present &#039;&#039;in vivo&#039;&#039;). This action applies this information to your model and creates a new model containing the biological assembly. Some PDB entries provide more than one assembly.&lt;br /&gt;
* &#039;&#039;&#039;Crystal Symmetry&#039;&#039;&#039; – Creates a new model containing the original molecule and its closest neighbours in crystal structure. Two modes are available: &#039;&#039;&#039;Interaction&#039;&#039;&#039; shows only those atoms that are within the specified radius (in Angstroms) from the original structure, &#039;&#039;&#039;Mates&#039;&#039;&#039; shows all copies of the structure that have at least one atom within this radius. This action is obviously not available for NMR structures.&lt;br /&gt;
* &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039; – Creates a visual representation of the model. If the model contains several types of molecules (e.g. protein + ligand), these are organized in a group of selections and appropriate visualization is used for each selection (e.g. &#039;&#039;&#039;Cartoon&#039;&#039;&#039; for protein but &#039;&#039;&#039;Balls and sticks&#039;&#039;&#039; for ligand). The same visuals are created automatically when the &#039;&#039;&#039;Molecule Model&#039;&#039;&#039; entity is created.&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Creates a visual representation of the model. As opposed to &#039;&#039;&#039;Macromolecule Visual&#039;&#039;&#039;, this option is less automatic but more flexible. Type, coloring, and other attributes of created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; – Works in a similar way as &#039;&#039;&#039;Coordinate Streaming&#039;&#039;&#039; from the [[LiteMol:Hierarchy#Root Entity | Root Entity]]. If you click on an atom or residue, the coordinates of all atoms in the surrounding will be downloaded instantly. This can be usefull when a part of the structure has already been dowloaded (e.g. the protein backbone) and some additional atoms are required (e.g. sidechains in the binding site).&lt;br /&gt;
* &#039;&#039;&#039;Update Model&#039;&#039;&#039; – Applicable when multiple models are included in this PDB entry (typical case for NMR structures). This action will remove the current model and create a new model with specified index. Please keep in mind that this will remove all the changes you have applied to the current model! If you don&#039;t want to loose these changes, go to the superior [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity and create a new model besides the current model.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Group (G)==&lt;br /&gt;
&lt;br /&gt;
This type of entity is merely used to organize multiple entities that are logically connected. An example is a group of selections containing different parts of a model (protein, ligand, and water) or a group of sequence annotations obtained from the same database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Molecule Model Selection (S&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
This is an entity representing a subset of a molecule model. An example is one protein chain, one atom, or a set of all alanine residues. A selection can be created from either a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] entity or a [[LiteMol:Hierarchy#Molecule Visual (VM) | Molecule Visual]] entity. Selections are created using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Visual&#039;&#039;&#039; – Create a visual representation of this selection. Type, coloring, and other attributes of created [[LiteMol:Hierarchy#Molecule Visual (VM) | Visual]] can be specified. Find more about these settings [[LiteMol:Hierarchy#Molecule Visual (VM) | here]].&lt;br /&gt;
* &#039;&#039;&#039;Update Selection&#039;&#039;&#039; - Change the name of the [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] or change its definition using [[LiteMol:SelectionAlgebra | selection algebra language]]. (This action may not be not available for automatically generated selections.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Density Data (DD)==&lt;br /&gt;
&lt;br /&gt;
Represents a three-dimensional map of electron density. Two types of maps are available for most crystal structures: &#039;&#039;&#039;2Fo-Fc&#039;&#039;&#039; and &#039;&#039;&#039;Fo-Fc&#039;&#039;&#039;. Only one map is available for cryo-EM structures.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Surface&#039;&#039;&#039; – Creates a visualization of the density isosurface with given isovalue ([[LiteMol:Hierarchy#Density Visual (VDD) |Density Visual]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Interactive Surface&#039;&#039;&#039; – Creates a density isosurface which is shown only for a region of the molecule when you click on that region ([[LiteMol:Hierarchy#Interactive Surface (BIS) |Interactive Surface]] entity).&lt;br /&gt;
* &#039;&#039;&#039;Update CCP4/Map&#039;&#039;&#039; – Allows you to see the properties of this density map, such as standard deviation, minimum, maximum, and mean value.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Visualization=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that represent different visualizations of molecules and electron density maps.&lt;br /&gt;
&lt;br /&gt;
==Molecule Visual (V&amp;lt;sub&amp;gt;M&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-cartoon.png | thumb | 250px | right| &#039;&#039;&#039;Cartoon&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-CA_trace.png | thumb | 250px | right| &#039;&#039;&#039;C-α trace&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-balls_and_sticks.png | thumb | 250px | right| &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-VDW_balls.png | thumb | 250px | right| &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; visual for 1CBS colored by &#039;&#039;&#039;Element Symbol&#039;&#039;&#039;. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-surface.png | thumb | 250px | right| &#039;&#039;&#039;Surface&#039;&#039;&#039; visual for 1CBS. ]]&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;Molecule Visual&#039;&#039;&#039; is simply a visualization of a [[LiteMol:Hierarchy#Molecule Model (MM) | Molecule Model]] or its part. It is defined mostly by its type and coloring. These can be changed in &#039;&#039;&#039;Update Visual&#039;&#039;&#039; action. Click on the “+” icon next to “Type” or “Coloring” to modify other attributes. Some attributes are only available for certain types of visualization.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – Selects a part of the model and creates [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Molecule Model Selection]] entity.  Selections are defined using [[LiteMol:SelectionAlgebra | selection algebra language]].&lt;br /&gt;
* &#039;&#039;&#039;Update Visual&#039;&#039;&#039; – Allows you to change the type of visualization and other attributes.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Type&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Cartoon&#039;&#039;&#039; – Schematic representation of the backbone with distinction of helices, sheets, and unstructured regions.&lt;br /&gt;
** &#039;&#039;&#039;C-α Trace&#039;&#039;&#039; – Simplified wire-like representation of the backbone (no side-chains).&lt;br /&gt;
** &#039;&#039;&#039;Balls and Sticks&#039;&#039;&#039; – Atoms are represented by balls, bonds are shown as sticks connecting them. Keep in mind that most structures from X-ray and cryo-EM experiments do not provide positions of hydrogen atoms, so these are not visible in &#039;&#039;&#039;Ball and Sticks&#039;&#039;&#039; representation. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;VDW&#039;&#039;&#039; – Indicates whether all atoms are shown as balls with uniform radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) or ball&#039;s radius is based on the element&#039;s van der Waals radius (&#039;&#039;&#039;VDW&#039;&#039;&#039; = On).&lt;br /&gt;
*** &#039;&#039;&#039;Scale&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = On) The ratio between the ball&#039;s radius and the element&#039;s van der Waals radius.&lt;br /&gt;
*** &#039;&#039;&#039;Atom Rds&#039;&#039;&#039; – (Only when &#039;&#039;&#039;VDW&#039;&#039;&#039; = Off) The radius of the balls in Angstroms. &lt;br /&gt;
*** &#039;&#039;&#039;Bond Rds&#039;&#039;&#039; – The width (radius) of the sticks.&lt;br /&gt;
*** &#039;&#039;&#039;Bond&#039;&#039;&#039; – Color of the sticks. &lt;br /&gt;
** &#039;&#039;&#039;VDW Balls&#039;&#039;&#039; – Shows atoms as balls width radii corresponding to their van der Waals radii.&lt;br /&gt;
** &#039;&#039;&#039;Surface&#039;&#039;&#039; – Shows the smoothed boundary surface of the space “filled” by the molecule. There are some extra attributes that you can modify:&lt;br /&gt;
*** &#039;&#039;&#039;Probe Radius&#039;&#039;&#039; – How much space around an atom is considered as “filled” by this atom.&lt;br /&gt;
*** &#039;&#039;&#039;Smoothing&#039;&#039;&#039; – With lower values curvature of the surface around individual atoms will be more noticeable. With higher values the surface will be smoother.&lt;br /&gt;
*** &#039;&#039;&#039;Auto Detail&#039;&#039;&#039; - If set to On, the optimal level of detail is automatically derived from the size of the molecule. If set to Off, the level of detail can be adjusted manually (see the next item).&lt;br /&gt;
*** &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the surface should be visualized. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules.&lt;br /&gt;
*** &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
* &#039;&#039;&#039;Detail&#039;&#039;&#039; – Defines how precisely the molecule should be visualized and can range from &#039;&#039;&#039;Very Low&#039;&#039;&#039; to &#039;&#039;&#039;Very High&#039;&#039;&#039;. While higher detail provides nicer pictures for small molecules, lower detail is a better option (faster and less resource-demanding) when visualizing larger molecules. If you choose &#039;&#039;&#039;Automatic&#039;&#039;&#039;, LiteMol will infer the optimal level of detail from the molecule&#039;s size.&lt;br /&gt;
* &#039;&#039;&#039;Coloring&#039;&#039;&#039; – One of the following:&lt;br /&gt;
** &#039;&#039;&#039;Chain ID&#039;&#039;&#039; – Every chain will be shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Entity ID&#039;&#039;&#039; – The same as &#039;&#039;&#039;Chain ID&#039;&#039;&#039; but identical chains are shown in the same color.&lt;br /&gt;
** &#039;&#039;&#039;Entity Type&#039;&#039;&#039; – Every type of entity (polymer, non-polymer, water) is shown in a different color.&lt;br /&gt;
** &#039;&#039;&#039;Residue Name&#039;&#039;&#039; – A different color is used for each type of residue.&lt;br /&gt;
** &#039;&#039;&#039;Element Symbol&#039;&#039;&#039; – A different color is used for each element.&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039; - Colors each chain in the colors of rainbow from N-terminus (red) to C-terminus (violet) (or from 5&#039; to 3&#039; in nucleic acids).&lt;br /&gt;
** &#039;&#039;&#039;Rainbow (Entity)&#039;&#039;&#039; - Similar to &#039;&#039;&#039;Rainbow (Chain)&#039;&#039;&#039;, but identical chains are treated as a single longer chain (e.g. in a homodimer).&lt;br /&gt;
** &#039;&#039;&#039;Uniform Color&#039;&#039;&#039; – One selected color is used for the whole &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Highlight&#039;&#039;&#039; – The color in which this &#039;&#039;&#039;Visual&#039;&#039;&#039; will be temporarily colored when hovering over the &#039;&#039;&#039;Visual&#039;&#039;&#039; entity in the entity tree. When the cursor is placed on an atom or residue, it will be colored in the same way.&lt;br /&gt;
* &#039;&#039;&#039;Selection&#039;&#039;&#039; – If you create a [[LiteMol:Hierarchy#Molecule Model Selection (SM) | Selection]] from this &#039;&#039;&#039;Visual&#039;&#039;&#039;, it will be distinguished from the rest of the &#039;&#039;&#039;Visual&#039;&#039;&#039; by having this color.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the &#039;&#039;&#039;Visual&#039;&#039;&#039;. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that changing the type of a &#039;&#039;&#039;Visual&#039;&#039;&#039; will in fact remove the current visual and replace it with a new one, so all changes you have applied to the current &#039;&#039;&#039;Visual&#039;&#039;&#039; (such as creating a selection from it) will be lost! You can go to the superior entity and create a new &#039;&#039;&#039;Visual&#039;&#039;&#039; besides the current &#039;&#039;&#039;Visual&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Density Visual (V&amp;lt;sub&amp;gt;DD&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-density_visual.png | thumb | 250px | right| Density isosurface at 1.5 σ (2Fo-Fc). ]]&lt;br /&gt;
&lt;br /&gt;
Represents an isosurface of electron density, i.e. the surface in 3D connecting all the points with the value of electron density equal to a specified isovalue.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Surface&#039;&#039;&#039; – Allows you to change the attributes of the visualization.&lt;br /&gt;
&lt;br /&gt;
List of attributes:&lt;br /&gt;
* &#039;&#039;&#039;Iso value&#039;&#039;&#039; – The isovalue of electron density used for the visualized surface.&lt;br /&gt;
* &#039;&#039;&#039;Relative&#039;&#039;&#039; - Indicates whether normalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = On) or unnormalized (&#039;&#039;&#039;Relative&#039;&#039;&#039; = Off) density values are used. The relationship between the two values is as follows: &#039;&#039;Normalized&#039;&#039; = (&#039;&#039;Unnormalized&#039;&#039; - &#039;&#039;Mean&#039;&#039;) / &#039;&#039;Sigma&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Color&#039;&#039;&#039; – The color of the surface.&lt;br /&gt;
* &#039;&#039;&#039;Opacity&#039;&#039;&#039; – The level of transparency of the surface. The value 1 means totally opaque whereas the value 0 means totally transparent (thus invisible).&lt;br /&gt;
* &#039;&#039;&#039;Wireframe&#039;&#039;&#039; – Toggles between visualization as a solid surface (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = Off) and a transparent wire-like representation (&#039;&#039;&#039;Wireframe&#039;&#039;&#039; = On).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Interactive Surface (B&amp;lt;sub&amp;gt;IS&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-interactive_surface.png | thumb | 250px | right| Interactive density isosurface at 1.5 σ (2Fo-Fc) shown for a tryptophan residue and its surroundings with radius 2 Angstroms. ]]&lt;br /&gt;
&lt;br /&gt;
This is a visualization of an isosurface of electron density, just as [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]]. The difference is that this surface is shown only when you click on a residue or an atom in the structure. The surface is shown only for the region around the selected residue or atom. An advantage of this interactive visualization is that the relevant region of density surface is not hindered by the rest of the molecule.&lt;br /&gt;
&lt;br /&gt;
Three default &#039;&#039;&#039;Interactive Surfaces&#039;&#039;&#039; are created automatically when loading density data: blue surface corresponds to isovalue 1.5 in 2Fo-Fc density map. Green and red surfaces correspond to isovalues +3 and -3 in Fo-Fc density map.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update Interactive Surface&#039;&#039;&#039; – Change the attributes of the visualization. These attributes are the same as in the case of [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity. An extra attribute is &#039;&#039;&#039;Radius&#039;&#039;&#039;, which allows you to change the size of the region for which the isosurface is shown. Attribute &#039;&#039;&#039;Show&#039;&#039;&#039; toggles between interactive visualization around the selected region (&#039;&#039;&#039;Show&#039;&#039;&#039; = Around Selection) and static visualization of the whole map (&#039;&#039;&#039;Show&#039;&#039;&#039; = Everything, practically equivalent to [[LiteMol:Hierarchy#Density Visual (VDD) | Density Visual]] entity).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Annotations=&lt;br /&gt;
&lt;br /&gt;
This section describes entities which can store additional information about the structures, such as validation issues or sequence annotations.&lt;br /&gt;
&lt;br /&gt;
==Validation Report (VR)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-validation_report.png | thumb | 250px | right| Structure of cytochrome P450 3A4 (1TQN) colored by the &#039;&#039;&#039;Validation Report&#039;&#039;&#039; from PDBe. ]]&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-ligand_validation_report.png | thumb | 250px | right| An oligosaccharide in the structure of ribosom-inactivating protein abrin-a (1ABR) colored by the &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;. The right-most residue is missing an atom. One of the residues in the center has an atom with wrongly annotated chirality. ]]&lt;br /&gt;
&lt;br /&gt;
Represents validation data for this molecule from PDBe. The full validation report in PDF can be downloaded from the [http://www.ebi.ac.uk/pdbe/ PDBe site] (find your molecule, click &#039;&#039;Details&#039;&#039; in &#039;&#039;Experiments and Validation&#039;&#039; section, and then &#039;&#039;Full Validation Report&#039;&#039; in the right panel). An example of a validation report is available [http://www.ebi.ac.uk/pdbe/entry-files/download/1rtc_full_validation.pdf here].&lt;br /&gt;
&lt;br /&gt;
Another type of &#039;&#039;&#039;Validation Report&#039;&#039;&#039; entity is &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039;, which represents validation data for the ligands in this molecule. This data come from [http://webchem.ncbr.muni.cz/Platform/ValidatorDb ValidatorDB]. &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Apply Coloring&#039;&#039;&#039; – The structure will be colored according the validation data. For &#039;&#039;&#039;PDBe Validation Report&#039;&#039;&#039; the color of each residue depends on the number of geometric quality criteria for which they contain at least one outlier: green = 0, yellow = 1, orange = 2, and red = 3 or more. For &#039;&#039;&#039;Ligand Validation Report&#039;&#039;&#039; the residues with missing atoms are colored in red. Also the atoms with wrong chirality are shown in red (examples can be found in PDB entry 1ABR). The correct residues are shown in green.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
==Sequence Annotations (SA)==&lt;br /&gt;
&lt;br /&gt;
[[File:LiteMol-annotation.png | thumb | 250px | right| Structure of ricin A chain (4Q2V). The orange color indicates the part annotated as &#039;&#039;Ribosome-inactivating protein, subdomain 1&#039;&#039; by InterPro database. ]]&lt;br /&gt;
&lt;br /&gt;
Represents a collection of sequence annotations from PDBe, grouped by the source database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Sequence Annotation (SA)==&lt;br /&gt;
&lt;br /&gt;
Represents a single sequence annotation, i.e. assignment of a name to a part of the structure. When you hover above this entity or click on it, the corresponding part of the structure will be shown in a distinctive color.&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Update PDBe Sequence Annotation&#039;&#039;&#039; – Allows you to change the color used for this part of the structure.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
=Raw Data=&lt;br /&gt;
&lt;br /&gt;
This section contains entities that store data from a file, no matter what these data represent and how their are encoded (i.e. original data from a file before they are parsed). The user will encounter them mostly when loading files from a disk or a URL.&lt;br /&gt;
&lt;br /&gt;
==String Data (S&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a file in textual format (e.g. mmCIF file or PDB file). &lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. Make sure to select the appropriate format.&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity.&lt;br /&gt;
* &#039;&#039;&#039;CIF Dictionary&#039;&#039;&#039; – Treats the data as a CIF dictionary and creates a [[LiteMol:Hierarchy#CIF Dictionary (CD) | CIF Dictionary]] entity. CIF dictionary itself can contain various kinds of data, including molecular structures or density maps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Binary Data (B&amp;lt;sub&amp;gt;D&amp;lt;/sub&amp;gt;)==&lt;br /&gt;
This entity represents data loaded from a binary file (not human-readable, e.g. [https://github.com/dsehnal/BinaryCIF BinaryCIF] file or CCP4 density file). &#039;&#039;&#039;Binary Data&#039;&#039;&#039; provides exactly the same actions as [[LiteMol:Hierarchy#String Data (SD) | String Data]].&lt;br /&gt;
&lt;br /&gt;
==CIF Dictionary (CD)==&lt;br /&gt;
This entity represents data encoded in a CIF dictionary, which is a flexible format for various kinds of data, so it can contain molecular structures or density maps. A single CIF dictionary can even contain multiple objects (e.g. two density maps: 2Fo-Fc and Fo-Fc).&lt;br /&gt;
&lt;br /&gt;
Applicable actions:&lt;br /&gt;
* &#039;&#039;&#039;Molecule&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as a representation of a molecular structure and creates a [[LiteMol:Hierarchy#Molecule (M) | Molecule]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;br /&gt;
* &#039;&#039;&#039;Density Data&#039;&#039;&#039; – Treats the data in the &#039;&#039;&#039;CIF dictionary&#039;&#039;&#039; as an electron density map and creates a [[LiteMol:Hierarchy#Density Data (DD) | Density Data]] entity. As the dictionary may contain multiple objects, one of them must be selected explicitly (parameter &#039;&#039;&#039;Source&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Functionality&amp;diff=2400</id>
		<title>LiteMol:Functionality</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Functionality&amp;diff=2400"/>
		<updated>2017-05-04T20:51:58Z</updated>

		<summary type="html">&lt;p&gt;Matthew: /* Advanced features */  edited mjc&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{large| &#039;&#039;&#039;LiteMol is a powerful and blazing-fast cross-platform tool for handling 3D macromolecular data in the browser. [https://webchemdev.ncbr.muni.cz/LiteMol/Viewer/ Try it now!]&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
=Classic features=&lt;br /&gt;
* Supports all major structural data formats ([http://mmcif.wwpdb.org/ PDBx/mmcif], [https://www.wwpdb.org/documentation/file-format PDB], [http://pubs.acs.org/doi/pdf/10.1021/ci00007a012 SDF]).&lt;br /&gt;
* All common visualization models (&#039;balls-n-sticks&#039;/cartoon/Cα-trace/VDW spheres/surfaces).&lt;br /&gt;
* Displays electron densities for X-ray crystallographic structures and electric potential maps for cryo-EM models.&lt;br /&gt;
* Available as a [https://webchemdev.ncbr.muni.cz/LiteMol/Viewer/ standalone viewer] or as a [https://github.com/dsehnal/LiteMol library} for embedding into third party applications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:LiteMol-Models.png|center|800px]]&lt;br /&gt;
&lt;br /&gt;
=Advanced features=&lt;br /&gt;
* Introduces the [https://github.com/dsehnal/BinaryCIF BinaryCIF] a compression format compatible with standard PDBx/mmCIF format &#039;&#039;greatly reducing&#039;&#039; the amount of transferred data.&lt;br /&gt;
* [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] allows for streaming only those parts of the structural model relevant for the user required visualization. This further &#039;&#039;decreases&#039;&#039; the amount of &#039;&#039;transferred data&#039;&#039; and facilitates &#039;&#039;near instant responsiveness&#039;&#039; even for huge structures such as ribosomes and viral capsids. All in your web browser.&lt;br /&gt;
* [http://webchem.ncbr.muni.cz/DensityServer DensityServer ] allows &#039;&#039;instant access&#039;&#039; to full resolution user determined slices of &#039;&#039;electron density&#039;&#039; (e.g. binding sites) and down sampled surface of the entire biomacromolecular structure.&lt;br /&gt;
* Displays [https://www.wwpdb.org/validation/validation-reports wwPDB validation reports] and [[ValidatorDB:UserManual | ValidatorDB ligand validation]].&lt;br /&gt;
* Displays &#039;&#039;sequence annotations&#039;&#039; from [http://pfam.xfam.org/ Pfam], [https://www.ebi.ac.uk/interpro/ InterPro], [www.cathdb.info CATH], [http://scop.berkeley.edu/ SCOP], [http://www.uniprot.org/ UniProt].&lt;br /&gt;
* Visualizer requires only an up-to-date &#039;&#039;web browser&#039;&#039; with no dependencies required. Runs on all &#039;&#039;mobile devices&#039;&#039;.&lt;br /&gt;
* Minimal &#039;&#039;memory footprint&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:LiteMol-Performance.png|center|800px]]&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Functionality&amp;diff=2399</id>
		<title>LiteMol:Functionality</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Functionality&amp;diff=2399"/>
		<updated>2017-05-04T20:47:54Z</updated>

		<summary type="html">&lt;p&gt;Matthew: edited by MJC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{large| &#039;&#039;&#039;LiteMol is a powerful and blazing-fast cross-platform tool for handling 3D macromolecular data in the browser. [https://webchemdev.ncbr.muni.cz/LiteMol/Viewer/ Try it now!]&#039;&#039;&#039;}}&lt;br /&gt;
&lt;br /&gt;
=Classic features=&lt;br /&gt;
* Supports all major structural data formats ([http://mmcif.wwpdb.org/ PDBx/mmcif], [https://www.wwpdb.org/documentation/file-format PDB], [http://pubs.acs.org/doi/pdf/10.1021/ci00007a012 SDF]).&lt;br /&gt;
* All common visualization models (&#039;balls-n-sticks&#039;/cartoon/Cα-trace/VDW spheres/surfaces).&lt;br /&gt;
* Displays electron densities for X-ray crystallographic structures and electric potential maps for cryo-EM models.&lt;br /&gt;
* Available as a [https://webchemdev.ncbr.muni.cz/LiteMol/Viewer/ standalone viewer] or as a [https://github.com/dsehnal/LiteMol library} for embedding into third party applications.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:LiteMol-Models.png|center|800px]]&lt;br /&gt;
&lt;br /&gt;
=Advanced features=&lt;br /&gt;
* Introduces the [https://github.com/dsehnal/BinaryCIF BinaryCIF] a compression format compatible with standard PDBx/mmCIF format &#039;&#039;greatly reducing&#039;&#039; amount of transferred data.&lt;br /&gt;
* [https://webchem.ncbr.muni.cz/CoordinateServer CoordinateServer] allows for streaming only parts of the structure models relevant for user deemed visualization. This further &#039;&#039;decreases&#039;&#039; the amount of &#039;&#039;transferred data&#039;&#039; and facilitates &#039;&#039;near instant responsiveness&#039;&#039; even for huge structures like ribosomes and viral capsids. All in your web browser.&lt;br /&gt;
* [http://webchem.ncbr.muni.cz/DensityServer DensityServer ] allows &#039;&#039;instant access&#039;&#039; to full resolution user deemed slices of &#039;&#039;electron density&#039;&#039; (e.g. binding sites) and down sampled surface of the entire biomacromolecular structure.&lt;br /&gt;
* Displays [https://www.wwpdb.org/validation/validation-reports PDB validation reports] and [[ValidatorDB:UserManual | ValidatorDB ligand validation]].&lt;br /&gt;
* Displays &#039;&#039;sequence annotations&#039;&#039; from [http://pfam.xfam.org/ Pfam], [https://www.ebi.ac.uk/interpro/ InterPro], [www.cathdb.info CATH], [http://scop.berkeley.edu/ SCOP], [http://www.uniprot.org/ UniProt].&lt;br /&gt;
* Visualizer which requires only an up to date &#039;&#039;web browser&#039;&#039; with no dependencies needed. Runs on all &#039;&#039;mobile devices&#039;&#039;.&lt;br /&gt;
* Minimal &#039;&#039;memory footprint&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:LiteMol-Performance.png|center|800px]]&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Introduction&amp;diff=2398</id>
		<title>LiteMol:Introduction</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:Introduction&amp;diff=2398"/>
		<updated>2017-05-04T20:25:21Z</updated>

		<summary type="html">&lt;p&gt;Matthew: edited by MJC NB goto add_web_address&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
Visualization of protein and nucleic acid structures is an essential task in structural biology. A variety of visualization tools are available which all differ in functionality and manner of use. Many can be limited by the size of some structures, unable to render the larger complexes in structural archives. Moreover, their use is often troublesome because of installation, system requirements, or licence purchase.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=What is LiteMol?=&lt;br /&gt;
&lt;br /&gt;
LiteMol is a visualization tool designed to be user-friendly yet flexible, interactive, and very fast even for extremely large protein structures. LiteMol can be run directly from your web browser without any installation and it does not require any plugins. It can be incorporated as an applet in any web page.&lt;br /&gt;
&lt;br /&gt;
Unlike many visualizers, LiteMol can display extremely large structures containing millions of atoms quickly. Even structures such as virus capsids can be shown in a few seconds. The degree of detail can be adjusted from rather coarse (but fast) to very smooth (though slower).&lt;br /&gt;
&lt;br /&gt;
LiteMol provides the standard functionality expected of a molecular visualizer such as different representations (cartoon, balls and sticks, Van der Waals spheres, surface, C-α trace), selecting substructures using a simple query language, coloring the parts of the structure etc.&lt;br /&gt;
&lt;br /&gt;
Apart from the atomic models, LiteMol can be used to display electron densities (for X-ray crystallographic data) and cryo-EM data. The validation data from wwPDB validation reports (via the PDBe API) as well as annotation data from several databases are available and can be mapped to the 3D structure and shown as distinctive coloring.&lt;br /&gt;
Another feature of LiteMol is its extended interactivity. Interesting regions of the structure can be inspected in more detail by a single click. &lt;br /&gt;
&lt;br /&gt;
Data can be uploaded from a CIF file stored locally or downloaded directly from PDBe by entering the PDB ID. Larger structures can also be accessed efficiently using Coordinate Streaming, so the essential data are downloaded immediately and the rest of the data are fetched only when needed, limiting download sizes of files.&lt;br /&gt;
&lt;br /&gt;
=How to use LiteMol?=&lt;br /&gt;
&lt;br /&gt;
# Go to [http://add_web_address LiteMol&#039;s web page].&lt;br /&gt;
# Find “Molecule from PDBe” in the right panel, enter the PDB identifier (such as 1CBS) of your molecule, and click “Add”.&lt;br /&gt;
# Your molecule has been downloaded from the server and should be visible in the center of the screen.&lt;br /&gt;
# Now you can use all the functions. Just click at any entity in the hierarchy displayed in the left panel and all available actions will be shown in the right panel. Find more tips on the page on [[LiteMol:Functionality | functionality]].&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
	<entry>
		<id>https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:UserManual&amp;diff=2397</id>
		<title>LiteMol:UserManual</title>
		<link rel="alternate" type="text/html" href="https://webchemwiki.biodata.ceitec.cz/index.php?title=LiteMol:UserManual&amp;diff=2397"/>
		<updated>2017-05-04T19:58:28Z</updated>

		<summary type="html">&lt;p&gt;Matthew: edited by MJC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[File:LiteMol-logo.png | 350px | right]]&lt;br /&gt;
&#039;&#039;&#039;LiteMol&#039;&#039;&#039; is a web tool for visualization of molecular structures, particularly macromolecules. It is designed to be user-friendly yet flexible, interactive, and very fast even for extremely large protein structures. &#039;&#039;&#039;LiteMol&#039;&#039;&#039; can be run directly from your web browser.&lt;br /&gt;
&lt;br /&gt;
Apart from the standard functionality expected of visualization tools, &#039;&#039;&#039;LiteMol&#039;&#039;&#039; can visualize electron densities and cryo-EM maps from which the models are derived. It can also display validation and annotation data from several databases on the model.&lt;br /&gt;
&lt;br /&gt;
This user manual provides the necessary information about &#039;&#039;&#039;LiteMol&#039;s&#039;&#039;&#039; functionality and the instructions for its use. It also shows the most typical use cases with step-by-step instructions. Additional hints are available in &#039;&#039;&#039;LiteMol&#039;&#039;&#039; itself when hovering above the &#039;&#039;i&#039;&#039; icons.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;LiteMol&#039;&#039;&#039; is available from the following address: [https://webchemdev.ncbr.muni.cz/Litemol webchemdev.ncbr.muni.cz/Litemol].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear:both&amp;quot; /&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
===[[LiteMol:Introduction | Introduction]]===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[LiteMol:Hierarchy | Hierarchy of Entities]]===&lt;br /&gt;
#[[LiteMol:Hierarchy#Structures| Structures]]&lt;br /&gt;
#[[LiteMol:Hierarchy#Visualization| Visualization]]&lt;br /&gt;
#[[LiteMol:Hierarchy#Annotations | Annotations]]&lt;br /&gt;
#[[LiteMol:Hierarchy#Raw Data | Raw Data]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===[[LiteMol:Functionality | Functionality]]===&lt;br /&gt;
#[[LiteMol:Functionality#Classic features| Features]]&lt;br /&gt;
#[[LiteMol:Functionality#Advanced features| Advanced]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===[[LiteMol:SelectionAlgebra | Selection Algebra]]===&lt;br /&gt;
#[[LiteMol:SelectionAlgebra#Basic queries| Basic]]&lt;br /&gt;
#[[LiteMol:SelectionAlgebra#Advanced queries| Advanced]]&lt;br /&gt;
#[[LiteMol:SelectionAlgebra#Logical queries| Logical]]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===[[LiteMol:Use Cases | Use Cases]]===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[LiteMol:Embedding | Embedding in Your Web]]===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[LiteMol:Integration | Integration with other services]]===&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Matthew</name></author>
	</entry>
</feed>