| Literature DB >> 26592556 |
Chi Yang1, Chuan-Hsiung Chang1,2.
Abstract
Modeling the binding of transcription factors helps to decipher the control logic behind transcriptional regulatory networks. Position weight matrix is commonly used to describe a binding motif but assumes statistical independence between positions. Although current approaches take within-motif dependence into account for better predictive performance, these models usually rely on prior knowledge and incorporate simple positional dependence to describe binding motifs. The inability to take complex within-motif dependence into account may result in an incomplete representation of binding motifs. In this work, we applied association rule mining techniques and constructed models to explore within-motif dependence for transcription factors in Escherichia coli. Our models can reflect transcription factor-DNA recognition where the explored dependence correlates with the binding specificity. We also propose a graphical representation of the explored within-motif dependence to illustrate the final binding configurations. Understanding the binding configurations also enables us to fine-tune or design transcription factor binding sites, and we attempt to present the configurations through exploring within-motif dependence.Entities:
Mesh:
Substances:
Year: 2015 PMID: 26592556 PMCID: PMC4655474 DOI: 10.1038/srep17021
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1Flowchart for exploring within-motif dependence.
Given a TF binding motif (composed of a collection of binding sequences used as the positive set), Steps 1 to 5 (red color) aimed to search for association features from similar sequences in a genome. In Step 6 (purple color), the training sequences were processed into coded single-base features through a dummy coding (see the coding table in Table 2). Step 6 also processed the training sequences to represent the state of association features with binary coding. Then, we applied an elastic net regularized logistic regression to construct the model (ELRM) and select relevant features simultaneously (Step 7). For interpreting the model, we extracted coefficients from the regressed model (Step 8). The regressed coefficients of coded single-base features can be decoded back to coefficients for the “non-coded” single-base features. The magnitude of the coefficients was represented by a color scale shown at the bottom right of this figure.
Base readout positions in TF-DNA recognition.
| TF | PDB id | Consensus sequence | No. of base readout in association features | No. of base readout | No. of positions in association features |
|---|---|---|---|---|---|
| Ada | 1zgw | 7 | 9 | 1 | |
| CRP | 1cgp | gtGtGAcatatg | 3 | 6 | 2 |
| DnaA | 1j1v | 8 | 8 | 2 | |
| FadR | 1h9t | 4 | 7 | 7 | |
| Fis | 3jr9 | 2 | 4 | 5 | |
| HipB | 3dnv | 10 | 10 | 2 | |
| IHF | 1ihf | 3 | 4 | 3 | |
| LexA | 3jso | t | 8 | 10 | 5 |
| MarA | 1bl0 | aT | 5 | 11 | 3 |
| MetJ | 1cma | 3 | 4 | 3 | |
| MqsA | 3o9x | c | 5 | 6 | 5 |
| NarL | 1je8 | a | 5 | 6 | 0 |
| PhoB | 1gxp | 4 | 6 | 6 | |
| PurR | 1pnr | 10 | 10 | 3 | |
| PutA | 2rbf | c | 6 | 8 | 1 |
| Rob | 1d5y | 2 | 2 | 8 |
These base readout positions were collected based on the binding schema and descriptions in the corresponding studies as cited in the first column. Both strands of DNA sequence were used during mapping. For studies that provide half-site arrangement for symmetrical repeats, base readout positions of the other half were inferred. In the consensus sequence column, base readout positions are written in upper cases; associated positions are indicated by underlines; bold-face characters indicate both the associated positions and base readout positions.
Figure 2Graphical representations of constructed ELRMs.
Sub-panel (i) presents our proposed graphical representation of ELRMs constructed for each of the six TFs: (a) Ada, (b) HipB, (c) CRP, (d) PurR, (e) Fis, and (f) NarL. Sub-panel (ii) shows the sequence logo representation of the original PWM of each TF. ELRM contains two types of features: single-base features and association features. Single-base features are depicted as rectangle boxes labeled with A/T/G/C, while association features are edges that link between single-base features (see Supplementary Methods for detailed explanations). The color of the boxes represents the magnitude of coefficients of the single-base features according to the color scale at the bottom of this figure. Both the width and color of the edges indicate the magnitude of the coefficients for association features, and the scale is also displayed at the bottom. For each sub-panel (i), single-base features which are part of the association features are shown at the top, whereas unassociated single-base features are displayed at the bottom.
The dummy coding table.
| 1 | 0 | 0 | |
| 0 | 1 | 0 | |
| 0 | 0 | 1 | |
| −1 | −1 | −1 |
To process the dummy coding, the single-base features of A, C, G, and T were dummy coded to be Z, Z, and Z according to this table. The p is the position number in a motif and the n is defined as 3(p − 1) + 1.