mdadash.backend.analyses.rog
Radii of Gyration
Classes
|
ROG |
- class mdadash.backend.analyses.rog.ROG[source]
Bases:
WidgetBaseROG
This widget plots the Radii of Gyration of a selection.
Inputs
- Run frequency
- The frequency with which the widget is run - every-frame or batch
Default:
every-frame
- Run mode
- The mode in which the widget is run - serial or parallel
Default:
serial
- Selection
- MDAnalysis selection phrase
Default:
protein
- Periodic
- Select with periodic boundary conditions
Default:
True
- Updating
- Update selection during each timestep
Default:
False
- Custom title
- Custom title for the plot
Default: ‘’
- Max values
- Max values to show in plot
Default:
100
- X-axis
- X-axis value - time or step
Default:
time
Output
Here is an example output plot of this widget:
Tip
This widget supports batching and can run in parallel
- description = 'Radii of Gyration of a selection'
- name = 'ROG'