File size: 6,003 Bytes
37c9ccf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | # Basic Helix–Loop–Helix Proteins and E-box Recognition
## Summary
Basic helix–loop–helix (bHLH) proteins are a large family of dimeric
transcription factors. A DNA-binding basic region lies next to two
amphipathic helices separated by a loop. Dimerization positions the two basic
regions to contact DNA, commonly in the major groove. Many DNA-binding bHLH
proteins recognize E-box sequences described by the six-base consensus
\(5^\prime\)-CANNTG-\(3^\prime\), but the preferred central bases, neighboring
bases, and acceptable variants depend on the particular protein and its
dimerization partner [1,2].
## Scope
### Covered
- The bHLH DNA-binding and dimerization architecture.
- The E-box sequence convention and subclasses of E-box recognition.
- How dimer identity and sequence context can influence DNA recognition.
- The distinction between a short consensus and a complete binding site.
### Not covered
- The biology or sequence preferences of one named bHLH protein.
- A ranked list of DNA sequences.
- A method for predicting binding measurements.
- Cellular regulatory effects downstream of DNA binding.
## Key concepts and notation
| Term | Meaning |
| --- | --- |
| bHLH | Basic helix–loop–helix protein family |
| Basic region | Positively charged region that makes DNA contacts |
| HLH region | Two helices connected by a loop; principally involved in dimerization |
| Homodimer | Dimer formed by two copies of the same protein |
| Heterodimer | Dimer formed by two different proteins |
| E-box | DNA element commonly represented as \(5^\prime\)-CANNTG-\(3^\prime\) |
| Half-site | One portion of a DNA element contacted by one member of a dimer |
| Flanking bases | Bases adjacent to a conventionally defined motif core |
## Core knowledge
### Domain architecture and DNA binding
The defining bHLH region contains a basic DNA-contacting segment followed by
two amphipathic alpha helices separated by a loop. The helices form the
dimerization interface. In DNA-bound structures, dimerization brings two basic
regions into positions where they can contact the DNA major groove [1,2].
The loop is variable in length and sequence across the family. It connects the
two helices and can contribute to the geometry and stability of the folded
DNA-bound dimer. Some helix–loop–helix proteins lack a sufficiently basic
DNA-binding region and regulate other HLH proteins through dimerization rather
than binding DNA sequence-specifically themselves [2].
### E-boxes are a family-level sequence convention
The common E-box notation is
\[
5^\prime\text{-CANNTG-}3^\prime,
\]
where \(N\) denotes any canonical nucleotide. Frequently discussed subclasses
include CACGTG, CAGCTG, and CATGTG. This notation describes a family of
elements, not a claim that every bHLH protein binds every CANNTG sequence with
equal affinity [1,2].
Protein residues in the basic region make base-specific and
phosphate-backbone contacts. Differences in these residues can change which
E-box subclasses are recognized. The identity of the two dimer partners also
changes the combined DNA-contact surface, so a homodimer and a heterodimer
containing a related subunit can have different sequence preferences [1,2].
### Symmetry and strand representation
The sequence CACGTG is equal to its reverse complement. It is therefore a
palindromic six-base core in the usual double-stranded-DNA representation.
Palindromicity of a core does not make every longer site palindromic: bases
outside the core can break the symmetry, and the two protein subunits need not
make identical contacts with all surrounding bases.
Because double-stranded DNA contains antiparallel complementary strands, a
site can be written using either strand if its orientation is stated
consistently. Reverse complementation changes the written order of
non-palindromic flanks even when the physical duplex is the same.
### Recognition can extend beyond six bases
A short consensus summarizes recurring sequence preferences but does not set a
physical boundary on protein–DNA contacts. Protein side chains can contact
bases or the sugar–phosphate backbone outside a six-base E-box. Neighboring
bases can also change local groove dimensions, flexibility, electrostatic
potential, and other structural properties of the duplex. Both direct
base-contact readout and sequence-dependent DNA-shape readout can therefore
make bases outside a conventional core relevant to binding [1,3].
## Conditions, limitations, and uncertainty
- E-box preference is protein- and dimer-specific; family membership alone
does not determine a complete specificity profile.
- A consensus sequence omits quantitative affinity differences and
dependencies among positions.
- Structural contacts observed in one protein construct and DNA complex do not
establish that the same contacts occur for all bHLH proteins.
- DNA-binding measurements depend on protein construct, DNA construct, ionic
conditions, temperature, and assay format.
- In vitro recognition of an E-box does not by itself establish cellular
occupancy or transcriptional regulation.
## Related knowledge resources
- `dna_structure_and_base_pairing`: duplex orientation, complementarity, and grooves.
- `transcription_factor_dna_binding`: direct and indirect DNA readout.
- `binding_sites_motifs_and_sequence_context`: motif representations and sequence context.
## References
1. Jones S. An overview of the basic helix-loop-helix proteins. *Genome Biology*. 2004;5:226. https://doi.org/10.1186/gb-2004-5-6-226. [Review]
2. Massari ME, Murre C. Helix-loop-helix proteins: regulators of transcription in eucaryotic organisms. *Molecular and Cellular Biology*. 2000;20(2):429–440. https://doi.org/10.1128/MCB.20.2.429-440.2000. [Review]
3. Rohs R, Jin X, West SM, Joshi R, Honig B, Mann RS. Origins of specificity in protein-DNA recognition. *Annual Review of Biochemistry*. 2010;79:233–269. https://doi.org/10.1146/annurev-biochem-060408-091030. [Review]
|