Difference between revisions of "Tutorial"
From MSL-Libraries
Jump to navigationJump to searchLine 24: | Line 24: | ||
* '''Molecular Modifications, Movements and Computing Geometries''' | * '''Molecular Modifications, Movements and Computing Geometries''' | ||
− | *** Measuring distances, angles, dihedrals | + | *** [[Tutorial:Measuring distances, angles, dihedrals| Measuring distances, angles, dihedrals]] |
*** Applying translations and rotations | *** Applying translations and rotations | ||
*** Changing conformation | *** Changing conformation |
Revision as of 01:36, 10 April 2010
NOTE: the tutorial is under construction
The tutorial is a collection of articles that illustrate specific features of MSL. Each article explains example programs found in the examples/ subdirectory. Previous knowledge of C++ is assumed.
- Getting started
- Molecular objects: atoms, residues, chains...
- Read and write coordinates to/from files
- Interacting and manipulating molecular objects
- Molecular Modifications, Movements and Computing Geometries
- Measuring distances, angles, dihedrals
- Applying translations and rotations
- Changing conformation
- Molecular (Structural) Alignments
- Generating coiled-coils
- Generating Symmetric Bundles
- Generating Fusion Proteins
- Mutating Residues
- Calculating Molecular Properties and Energies
- Calculating Solvent Exposed Surface Area
- Calculating CHARMM Energies
- Using Statistical Potentials in MSL
- Using MSL Supporting Classes
- Interfacing with PyMOL
- Using the PyMolVisualization object to write out PyMOL script files
- Using the PythonMSL object to call MSL from within PyMOL
- Interfacing with R
- Calling R from within MSL (including passing data back and forth)