Difference between revisions of "AtomSets/Popup Menu"

From Jmol
Jump to navigation Jump to search
(new subsection/subpage - atomo sets in pop-up menu)
 
m (formatting)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Selection of atom sets from the pop-up menu =
 
= Selection of atom sets from the pop-up menu =
 +
 +
Pop-up menu (as of Jmol 11.9.19):
 +
[[File:Popup_select_submenu.gif]]
 +
* '''Select'''
 +
** '''Element'''
 +
*** (list of elements present)
 +
** '''Protein''' (disabled for non-pdb files)
 +
*** By residue name
 +
**** (list of amino acid residues present)
 +
*** (protein subsets)
 +
** '''Nucleic''' (disabled for non-pdb files)
 +
*** By residue name
 +
**** (list of nucleotide residues present)
 +
*** (nucleic subsets)
 +
** '''Hetero''' (disabled for non-pdb files)<br />Proposed change to other more friendly term - which one?
 +
*** By HETATM<br />Proposed change to 'By group name'
 +
**** (list of hetero groups present)
 +
*** All PDB "HETATM" - applies script <code>select hetero</code><br />Proposed change to 'All hetero'
 +
*** All solvent - applies script <code>select solvent</code>
 +
*** All water - applies script <code>select water</code>
 +
*** Ligand - applies script <code>select ligand</code>, which is the same as <code>select hetero and not solvent</code>
 +
*** Nonaqueous HETATM - applies script <code>select hetero and not water</code><br />Proposed change to 'Nonaqueous hetero'
 +
*** Nonaqueous solvent - applies script <code>select solvent and not water</code>
 +
** '''Carbohydrate''' (disabled for non-pdb files)
 +
*** By residue name
 +
**** (list of monosaccharide residues present)
 +
*** All - applies script <code>select carbohydrate</code>
 +
** '''None of the above''' (disabled for non-pdb files) - applies script <code>select not(hetero,protein,nucleic,carbohydrate)</code>

Latest revision as of 19:46, 26 July 2012

Selection of atom sets from the pop-up menu

Pop-up menu (as of Jmol 11.9.19): Popup select submenu.gif

  • Select
    • Element
      • (list of elements present)
    • Protein (disabled for non-pdb files)
      • By residue name
        • (list of amino acid residues present)
      • (protein subsets)
    • Nucleic (disabled for non-pdb files)
      • By residue name
        • (list of nucleotide residues present)
      • (nucleic subsets)
    • Hetero (disabled for non-pdb files)
      Proposed change to other more friendly term - which one?
      • By HETATM
        Proposed change to 'By group name'
        • (list of hetero groups present)
      • All PDB "HETATM" - applies script select hetero
        Proposed change to 'All hetero'
      • All solvent - applies script select solvent
      • All water - applies script select water
      • Ligand - applies script select ligand, which is the same as select hetero and not solvent
      • Nonaqueous HETATM - applies script select hetero and not water
        Proposed change to 'Nonaqueous hetero'
      • Nonaqueous solvent - applies script select solvent and not water
    • Carbohydrate (disabled for non-pdb files)
      • By residue name
        • (list of monosaccharide residues present)
      • All - applies script select carbohydrate
    • None of the above (disabled for non-pdb files) - applies script select not(hetero,protein,nucleic,carbohydrate)

Contributors

AngelHerraez