Secondary Protein Structure
Before you delve into the complex folds of a protein’s final shape, you need the local backbone grammar. Secondary protein structure describes the regular, repeating local conformations of the polypeptide chain, primarily the alpha helix and the beta sheet, that are stabilized by hydrogen bonds between backbone amide and carbonyl groups. This guide is for molecular biologists, biochemists, and bioinformaticians who need a rigorous, source bounded framework to identify, predict, or verify these motifs in their own work. Understanding secondary structure is not just academic, it is the foundation for interpreting how a protein folds, functions, and interacts with other molecules, as covered in resources from the NCBI Bookshelf.
The two most common elements are the alpha helix, a right handed coil where the backbone is tightly wound, and the beta sheet, where two or more extended strands align side by side. Each type has a distinct hydrogen bonding pattern and backbone geometry. For example, in an alpha helix the carbonyl oxygen of residue n forms a hydrogen bond with the amide hydrogen of residue n+4. In a beta sheet, hydrogen bonds form between strands, not within a single strand. These simple patterns give rise to tremendous functional diversity, as seen in enzymes, receptors, and structural proteins. The EMBL EBI Training provides excellent interactive modules on how these elements are annotated from atomic coordinates.
At a Glance
| Element | Hydrogen Bond Pattern | Typical Geometry | Common Sequence Preferences |
|---|---|---|---|
| Alpha helix | i to i+4 (carbonyl to amide) | 3.6 residues per turn, rise 1.5 A per residue | Ala, Glu, Leu, Met, Pro rarely internal |
| Beta sheet (parallel) | Between strands, same direction (N to C) | Staggered side chains, phi/psi ~ -119/+113 deg | Val, Ile, Tyr, Thr, Pro rare |
| Beta sheet (antiparallel) | Between strands, opposite direction | Tighter turn, phi/psi ~ -139/+135 deg | Similar to parallel, but Gly, Asn more common |
| Beta turn | 180 degree reversal, 4 residues | Hydrogen bond between residue i and i+3 (often) | Pro, Gly, Asn, Ser at position 2 or 3 |
| 3 10 helix | i to i+3 | Tighter than alpha (3.0 residues/turn) | Often at helix ends, less stable |
Core Concepts: Secondary Structure Elements
Secondary structure is defined by local backbone conformation. The Ramachandran plot (phi vs. psi angles) reveals favored regions for helices and sheets. Alpha helices cluster around phi = -57, psi = -47 degrees, while beta sheets cluster around phi = -120, psi = +120 degrees. Loops and turns are everything else. The most authoritative reference for assigning secondary structure from 3D coordinates is the DSSP algorithm (Define Secondary Structure of Proteins), which uses hydrogen bond energy criteria. You can run DSSP through command line tools or via web servers. For a detailed explanation of these geometric definitions, consult the NCBI Bookshelf chapter on protein structure.
Beta turns are a special class of reverse turns that allow the chain to change direction. They are critical for compact globular proteins. There are several types (type I, type II, etc.) defined by specific phi/psi angles of the central two residues. Type II turns frequently have a Gly at position 3 and a Pro at position 2. Other less common elements include the 3 10 helix, which is narrower than an alpha helix and often occurs at helix termini, and the pi helix (i to i+5), which is rare. Understanding these elements helps you interpret structural alignments and mutation effects, as demonstrated in studies of protein stability such as Thermal titration molecular dynamics (TTMD) reveals the temperature dependent structural stability of major royal jelly protein 1.
Decision Points: Factors That Influence Secondary Structure
When analyzing or predicting secondary structure, consider these key determinants:
Amino acid propensity. Some residues strongly favor alpha helices (Ala, Glu, Leu, Met) while others favor beta sheets (Val, Ile, Tyr, Thr). Proline is a helix breaker because it introduces a kink and cannot donate a hydrogen bond. Glycine is flexible and often appears in turns.
Local sequence context. A stretch of residues with high helix propensity does not guarantee a helix if flanked by strong sheet formers. Prediction methods use sliding windows and position specific scoring matrices.
Solvent environment. Membrane spanning regions often form alpha helices due to hydrophobic side chain requirements. Surface exposed segments may be loops or amphipathic helices. The Galaxy Training Network has workflows for predicting transmembrane helices using tools like TMHMM.
Tertiary interactions. The final secondary structure can depend on long range contacts. A segment that predicts as a coil may form a beta strand when packed against another strand. No single factor is deterministic.
Experimental conditions. Temperature, pH, and ligand binding can shift secondary structure equilibrium. For instance, Allosteric modulation of Drp1 by natural compounds for cardiac therapeutics: a molecular docking and dynamics study shows how small molecule binding alters local secondary structure elements.
Practical Workflow: Predicting or Assigning Secondary Structure
Use this sequence to incorporate secondary structure analysis into your project:
Step 1: Obtain or generate a protein sequence or structure.
If you have a sequence, you can predict secondary structure using online servers (e.g., PSIPRED, JPred, PSSpred). If you have a 3D structure (X ray, NMR, cryo EM), you can assign secondary structure with tools like DSSP or STRIDE. The Bioconductor package bio3d provides R functions for reading PDB files and calculating secondary structure.
Step 2: Run a prediction tool (for sequences only). Upload your sequence to a web server. Typical output includes a per residue prediction (H for helix, E for sheet, C for coil) and a confidence score. For high accuracy, use multiple methods and look for consensus. Avoid using tools trained on only one class of proteins.
Step 3: Validate with homologous structures (if available). Search the Protein Data Bank for a homolog. Even a low resolution model can confirm predicted secondary structure elements. The NCBI Sequence Read Archive itself does not contain structures, but you can cross reference sequence data with known folds.
Step 4: Analyze results in the context of function. Map the predicted secondary structure onto a multiple sequence alignment. Conserved secondary structure often indicates functional importance. Look for helical regions that could be transmembrane segments or binding interfaces.
Step 5: Document your parameters. Record which tool, version, and threshold you used. Secondary structure predictions are probabilistic, so note confidence scores. For structural assignment, note the DSSP version and hydrogen bond energy cutoff (default is -0.5 kcal/mol).
Quality Checks
A correct secondary structure assignment should be internally consistent and biologically plausible.
- Check for alternating patterns. In beta sheets, parallel strands have hydrogen bonds that are not perfectly parallel, and the DSSP algorithm marks these correctly. A single long helix should have nearly uniform phi/psi angles.
- Look for helix capping. Helices often start with an N cap (often Ser, Thr, Asn) and end with a C cap (often Gly, Arg). The absence of caps may indicate a misassignment.
- Consistency with Ramachandran plot. For predicted structures, check that helix and sheet residues fall in allowed regions. If a predicted helix is in a disallowed region, the prediction may be wrong.
- Compare with experimental data. Circular dichroism (CD) spectroscopy can estimate total alpha helix and beta sheet content. Your predicted proportions should roughly match CD estimates for the same protein under similar conditions. Studies such as Linking enzymatic hydrolysis to structural, volumetric, and hydrodynamic evolution of beta lactoglobulin in solution illustrate how secondary structure content changes with treatment.
Common Mistakes
Overinterpreting short predictions. A single turn or a five residue stretch labeled as helix is often a false positive. Real alpha helices are typically 10 to 15 residues long, though some can be shorter. Mistaking a 3 10 helix for an alpha helix is common in low resolution structures. Check the hydrogen bond registry: 3 10 helices use i to i+3 bonds, not i to i+4.
Ignoring dynamic nature. Secondary structure is not static. Segments near ligand binding sites or in flexible loops may switch between helix and coil. If you study a protein in different states (e.g., Novel Mycoparasitic Mechanisms and Colonization Patterns on Poplar Revealed by GFP Tagging of the Biocontrol Fungus Clonostachys reniana), the secondary structure of the fungal proteins may shift during colonization.
Using a single prediction method without cross validation. Different algorithms have different biases. PSIPRED is strong for globular proteins, but JPred may perform better for membrane proteins. Combine at least two methods.
Confusing secondary structure with supersecondary structure (motifs like helix turn helix). Those are higher order arrangements.
Limits of Interpretation
Secondary structure prediction from sequence alone reaches about 80% accuracy for three state classification (helix, sheet, coil). For four state (adding turn) accuracy drops. The problem is inherently limited by the fact that local sequence information is insufficient for long range interactions. Even with deep learning, predictions can fail for novel folds. When using predictions, be transparent about uncertainty.
If you are working with a newly solved structure at medium resolution (3 4 A), the secondary structure assignment may be unreliable for some regions, especially loops. The Bioconductor package bio3d includes a function dssp that uses a simplified algorithm, but it is not as accurate as the original DSSP. For critical work, run the standalone DSSP executable.
Secondary structure elements are not always binary (present or absent). Some residues are in the transition zone. A residue may have partial helix character. Some algorithms output a probability between 0 and 1 for each state. Use these probabilities rather than a hard cutoff.
Frequently Asked Questions
What is the difference between a beta turn and a beta sheet? A beta turn is a four residue loop that reverses chain direction, stabilized by a hydrogen bond between residue i and i+3. It is a local secondary structure element. A beta sheet is an extended assembly of two or more beta strands, stabilized by inter strand hydrogen bonds. A turn can connect two beta strands.
How many residues are needed to form a stable alpha helix? Typically at least 4 to 5 residues can form a helix, but shorter helices (3 residues) are thermodynamically unstable. In proteins, the shortest stable helices are about 5 residues long. Helices shorter than that are considered 3 10 helices or turns.
Can I use secondary structure to predict protein function? Indirectly. If a segment is predicted to be a transmembrane helix, the protein likely spans a membrane. If a region is predicted to be a coil, it may be a flexible linker or a binding site. However, sequence homology is far more reliable for function prediction.
Do all beta sheets have parallel arrangements? No. Beta sheets can be parallel (strands run same direction), antiparallel (opposite direction), or mixed. Antiparallel sheets are more stable and more common because the hydrogen bonds are linear. Parallel sheets are often buried and require a longer loop to connect strands.
References and Further Reading
- NCBI Bookshelf: Protein Structure - Comprehensive background on amino acid properties and folding.
- EMBL EBI Training: Secondary Structure Assignment - Interactive tutorial on DSSP and STRIDE.
- Galaxy Training Network: Protein Structure Prediction - Workflows for homology modeling and secondary structure prediction.
- Bioconductor: bio3d package - R tools for structural bioinformatics and analysis.
- NCBI Sequence Read Archive - Repository for raw sequencing data that can complement structural studies.
- Targeting DNA topoisomerase II in Cancer: mechanism of inhibition, clinical utility, and future directions - Example of how secondary structure elements influence drug binding.
- Addressing Lignin Composition and Content via Arabidopsis Arogenate Dehydratase Knockout and Over expression Genotypes - Application of secondary structure analysis in plant enzyme engineering.
Related Articles
Somatic Cell Phases In Cell Cycle Endoplasmic Reticulum Cell Function Stages Of Cell Cycles Pcr Test