Table of Contents

Tutorial

Basics

Atom Mask

* Link

Syntax Example
:{residue numlist} ’:1-10’, ’:1,3,5’, ’:1-3,5,7-9’
@{atom numlist} ’@12,17’, ’@54-85’, ’@12,54-85,90’
:{residue namelist} ’:LYS’, ’:ARG,ALA,GLY’
@{atom namelist} ’@CA’, ’@CA,C,O,N,H’
@%{atom type name} ’@%CT’
@/{atom_element_name} ’@/N’
Selection for CHAIN ID’s #Select chain A
::A
# Select residues 1-10 of chains A, B, and C
::A,B,C:1-10
# Select protein backbone atoms of residues 2-20 in chains A and B
::A,B:2-20@CA,C,O,N

Links

Procedure by Ge HAN

使用Amber进行MD simulation的流程(以ubiqutin为例),总共分为五步: