Difference between revisions of "Tutorial"
From MSL-Libraries
Jump to navigationJump to search (→NOTE: the tutorial is under construction) |
|||
Line 25: | Line 25: | ||
** Molecular alignments | ** Molecular alignments | ||
** Calculating Solvent Exposed Surface Area | ** Calculating Solvent Exposed Surface Area | ||
+ | ** Mutating Residues | ||
+ | ** Generating coiled-coils | ||
+ | ** Generating Symmetric Bundles | ||
+ | ** Generating Fusion Proteins |
Revision as of 20:11, 23 March 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
- Looping over Chains, Residues, Atoms in the System
- Getting Chains, Residues, Atoms by id
- Passing atoms between objects: the AtomPointerVector
- Selecting subsets of atoms
- Measuring distances, angles, dihedrals
- Applying translations and rotations
- Changing conformation
- Molecular alignments
- Calculating Solvent Exposed Surface Area
- Mutating Residues
- Generating coiled-coils
- Generating Symmetric Bundles
- Generating Fusion Proteins