Analyzing molecular trajectories with MDAnalysis in SAMSON

MDAnalysis is a well-known Python library for analyzing molecular dynamics trajectories. In this tutorial, we demonstrate how it can be used to analyze trajectories saved in Path nodes in SAMSON and superimpose structures. Analyzing trajectories Let us, for example, compute the radius of gyration and the RMSD for a protein with trajectories saved in Path in SAMSON. To use the functionality of MDAnalysis, we need to export trajectories we would like to analyze from SAMSON into a format supported by…