Secondary Structure Content#
The Secondary structure content analysis follows how much of a protein selection is alpha, beta, or unstructured at each frame. It is an excellent high-level summary when you want to monitor backbone-state changes through time.

Adding the plot#
- Open Path Analyzer.
- Choose Secondary structure content in Observable.
- Choose a Path.
- Define a Protein residue selection.
- Click Add Content Series.
Inputs#
- The selection must contain atoms belonging to protein residues.
- Path Analyzer recomputes secondary structure along the path and reports percentages of:
AlphaBetaUnstructured
View#
- Content series: a multi-series time plot with values between
0and100 %.
Key equations#
If \(N_{\alpha}(t)\), \(N_{\beta}(t)\), and \(N_{\mathrm{unstructured}}(t)\) are the residue counts at frame \(t\), and \(N_{\mathrm{res}}\) is the total number of selected protein residues, then Path Analyzer reports
\[
\%_{\alpha}(t)=100\frac{N_{\alpha}(t)}{N_{\mathrm{res}}},\qquad
\%_{\beta}(t)=100\frac{N_{\beta}(t)}{N_{\mathrm{res}}},\qquad
\%_{\mathrm{unstructured}}(t)=100\frac{N_{\mathrm{unstructured}}(t)}{N_{\mathrm{res}}}
\]
Tip
- Use broad selections when you want a protein-wide summary.
- Use focused selections when you want to isolate one domain, helix bundle, or loop-rich region.
- Pair it with Ramachandran when you want both a summary and residue-level backbone detail.