- 獲取AAV衣殼蛋白組裝體的結(jié)構(gòu)
pymol中使用命令:
set assembly, 1 # 設(shè)置加載模式為組裝體
# set assembly, "" # 設(shè)置加載模式為單體
fetch 3ux1, assembly1, async=0 # 從PDB下載結(jié)構(gòu)
- 下載FindSurfaceResidues腳本
從FindSurfaceResidues - PyMOLWiki
下載FindSurfaceResidues python腳本
使用命令:
run /path/to/findSurfaceResidues.py
findSurfaceResidues doShow=1, cutoff=2.5
findSurfaceResidues 使用方法:
findSurfaceResidues [ selection=all [, cutoff=2.5 [, doShow=0 ]]]
參數(shù):
- selection = str: The object or selection for which to find exposed residues {default: all}
- cutoff = float: The cutoff in square Angstroms that defines exposed or not. Those atoms with > cutoff Ang^2 exposed will be considered exposed {default: 2.5 Ang^2}
- doShow = 0/1: Change the visualization to highlight the exposed residues vs interior {default: 0}