分子动力学结果简易分析教程
分析蛋白质和配体的骨架:1gmx rms -f md.xtc -s md.tpr -o rmsd_protein.xvg -tu ns 两次选择backbone 1qtgrace rmsd_protein.xvg 接下来检查配体分子的骨架:1gmx rms -f md.xtc -s md.tpr -o rmsd_lig.xvg -tu ns 第一次选bcakbone,第二次选MOL,代表结构对蛋白骨架做叠合,只计算MOL的RMSD,考查配体分子的RMSD。 1qtgrace rmsd_lig.xvg 考查氢键创建并进入hbond目录,在cmd下运行 1gmx hbond -f ../md.xtc -s ../md.tpr -hbn -hbm -nomerge -tu ns 选择protein和MOL组 123113qtgrace hbnum.xvg 考察rmsf1gmx rmsf -s md.tpr -f md.xtc -o rmsf.xvg -res 选择protein组 121qtgrace rmsf.xvg 考察sasa在git bash上运行 123gmx...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deploymentd-deployment.html)