Integrated GUI for NERDSS simulation and analysis¶
import ionerdss as ion
ion.nerdss()
This will open the NERDSS GUI, which allows you to prepare NERDSS inputs from PDB structure, run NERDSS simulations and analyze the results.
Setting Up Models for NERDSS Simulation Based on a PDB Structure File¶
Each chain is mapped to a single molecule type. A molecule type consists of a Center of Mass (COM) and binding sites. The COM is the average position of all atoms in the chain. A binding site is the average position of all atoms in the contact area, which is determined by considering all pairs of amino acids within a specific cutoff distance.
Important
To treat homo chains as same NERDSS molecule, use the this jupyter notebook to prepare the NERDSS inputs.
PDB structure that we use in this tutorial.¶
Preparing and Selecting the PDB File in the User Interface¶
Parse the PDB structure with 3 clicks.¶
Generating NERDSS Inputs¶
Generate NERDSS inputs.¶
Modifying the Parameters as Needed¶
Modify parameters as needed.¶
Running the Simulation¶
Select nerdss executable and select the input files folder to run the simulation¶
Run the simulation.¶
Quickly Analyzing Simulation Outputs in the User Interface¶
Analyze the simulation outputs.¶
Graphing Copy Number of Species Over Time.¶
Graphing Complex Number Over Time.¶