Skip to main content

Using hidden Markov models to investigate G-quadruplex motifs in genomic sequences

Abstract

Background

G-quadruplexes are four-stranded structures formed in guanine-rich nucleotide sequences. Several functional roles of DNA G-quadruplexes have so far been investigated, where their putative functional roles during DNA replication and transcription have been suggested. A necessary condition for G-quadruplex formation is the presence of four regions of tandem guanines called G-runs and three nucleotide subsequences called loops that connect G-runs. A simple computational way to detect potential G-quadruplex regions in a given genomic sequence is pattern matching with regular expression. Although many putative G-quadruplex motifs can be found in most genomes by the regular expression-based approach, the majority of these sequences are unlikely to form G-quadruplexes because they are unstable as compared with canonical double helix structures.

Results

Here we present elaborate computational models for representing DNA G-quadruplex motifs using hidden Markov models (HMMs). Use of HMMs enables us to evaluate G-quadruplex motifs quantitatively by a probabilistic measure. In addition, the parameters of HMMs can be trained by using experimentally verified data. Computational experiments in discriminating between positive and negative G-quadruplex sequences as well as reducing putative G-quadruplexes in the human genome were carried out, indicating that HMM-based models can discern bona fide G-quadruplex structures well and one of them has the possibility of reducing false positive G-quadruplexes predicted by existing regular expression-based methods. Furthermore, our results show that one of our models can be specialized to detect G-quadruplex sequences whose functional roles are expected to be involved in DNA transcription.

Conclusions

The HMM-based method along with the conventional pattern matching approach can contribute to reducing costly and laborious wet-lab experiments to perform functional analysis on a given set of potential G-quadruplexes of interest. The C++ and Perl programs are available at http://tcs.cira.kyoto-u.ac.jp/~ykato/program/g4hmm/.

Background

Deoxyribonucleic acids (DNAs) are macromolecules that hold genetic information in almost all of the organisms. The bulk of existing DNA molecules is assumed to form a right-handed double helical structure called B-DNA [1], where each constituent bases A and C selectively bind to bases T and G, respectively, between two strands arranged in the antiparallel way. In contrast, several in vitro experiments reveal the existence of non-B-DNA structures caused by particular sequence motifs and DNA-protein interactions. Well investigated examples include G-quadruplex (G4), Z-DNA, cruciform and triplex. Recent advances in providing in vitro evidence of these specific structures develop the hypothesis that these structures are considered to have some functional roles in living cells [2].

A G4 structure is one of the topological conformations that DNAs can adopt, where G-quartets, hydrogen-bonded square planar substructures between four guanines (Gs), are stacked onto each other (see Figure 1). At the sequence level, a G4 sequence can be represented by four regions of consecutive Gs that form G-quartets, called G-runs, and three regions of nucleotide subsequences that connect G-runs, called loops, which can have varying length including lack of loop [3]. Note that consecutive Gs may stretch over G-run and loop regions, making the problem of predicting G-run regions somewhat complex. Loops are known to play an important role in stability of G4 structures [4]. In addition, it is pointed out that the loop length affects therapeutic selectivity to target a G4 instead of the topology of the G4 structure [5]. G4 structures are also stabilized by monovalent cations, especially K+, located in the central cavities in the stack.

Figure 1
figure 1

An example of G4 structure. (a) Four guanines form hydrogen bonds to their adjacent guanines, resulting in a G-quartet. (b) Several G-quartets are stacked onto each other to form a G-quadruplex (G4) structure. A G4 structure has its sequence as alternate G-runs and loops.

Eukyariotic telomeric sequences include G-rich regions and they can form G4 structures in vitro. However, the question of how many such G-rich regions can actually form G4 structures in vivo has not been resolved. The potential to form G4 structures in telomeric sequences in vivo can be shown by in vitro DNA binding experiments with those sequences [2]. For example, telomere end-binding proteins in ciliates can control the formation of G4 DNA structures at telomeres [6]. Interestingly, however, a recent study suggests that endogenous G4 structures in human cells are present largely outside the telomeres [7]. Another work reports that protruding nucleotides in human telomeric sequences destabilize the G4 structure and overhanging sequences influence the folding of the quadruplex [8]. Other examples of G-rich regions in genomes are transcriptional start sites, mitotic and meiotic double strand break sites. Although G4 structures have stability with higher temperature than that of canonical double helix structures, many functional regions in genomic sequences have not a few G-rich motifs [2], motivating us to investigate further the functional roles of G4 structures.

Since little is known about the functions of G4 structures and genome-scale wet-lab experiments with nuclear magnetic resonance (NMR) spectroscopy for structural analysis [9] are not feasible, several computational efforts have been made on identifying the locations of potential G4 sequences in genomic DNAs and inferring their functions by comparative sequence analysis using related genes with known functions [10, 11]. In principle, G4 motifs can be represented by a regular expression G+N G+NG+NG+, where 'N' shows an arbitrary base including G, '+' denotes at least one repeat of the preceding symbol and '' means at least zero repeats. Due to this simple pattern of G4 motifs, several in silico methods have been proposed to detect G4 sequences in genomes using pattern matching with regular expression [1216]. Moreover, regular expression-based methods that incorporate a simple scoring scheme are proposed [1719]. Another computational study focuses on thermodynamic stability of G4 structures using Gaussian process regression [20]. Although the pattern matching approaches can detect many G4 motifs in genomic sequences quite fast, it is pointed out that the majority of these motifs may be false positive G4 sequences [21, 22].

In this contribution, we present more elaborate computational models than regular expression to represent G4 motifs, employing hidden Markov models (HMMs). HMMs are so flexible in modeling linear dependence that they are widely used in bioinformatics including protein secondary structure prediction [23, 24] and sequence motif search [25]. To model G4 motifs, we provide four HMM-based models from the viewpoint of the number of hidden states that describe G-runs and loops, and compare with each other in three computational experiments. The first preliminary experiment in predicting G-run regions in a set of 100 real G4 sequences in the literature [20] indicates that each HMM-based model can represent actual G-run regions well. The subsequent experiment in discriminating real and shuffled G4 sequences by using HMMs shows that the models considering detailed distributions of G-run and loop lengths can outperform the simple probabilistic extension of regular expression. In the third test with statistical analysis in discriminating highly likely G4 structures from putative G4 motifs in the human pre-mRNA sequences [26], the results show that the HMM-based model that can represent elaborate length distribution of G-run regions outperforms the other three models presented in this work. Moreover, the above model can be specialized to detect G4 sequences whose functional roles are expected to be involved in DNA transcription. Finally, this model in conjunction with pattern search is applied to G4 screening in the whole human genome, producing a considerably smaller number of G4 candidates with statistical significance than that of G4 sequences predicted by pattern matching alone.

Here we would like to emphasize the significance of our research findings as follows:

  • As compared with the regular expression-based approach, our method can assess G4 motifs quantitatively by a probabilistic measure. Indeed, G4 motifs can be detected first by the "discrete" regular expression-based method and then may be scored to judge their thermodynamic stability using energy parameters for G4 structures. However, to the best of our knowledge, elaborate energy parameters for G4 structures have not been available so far. Under these circumstances, probabilistic models including HMMs are useful in not only evaluating predictions quantitatively but also training the model parameters from experimentally verified data.

  • Our results show that HMM-based models are statistically reliable enough to detect a more specified motif among general G4 structures in genomic sequences, narrowing down potential G4 sequences predicted by the existing pattern matching method. This means that the combination of the regular expression-based approach and our probabilistic method will help reduce expensive and laborious wet-lab experiments more than the regular expression method alone will do to exhaustively analyze a given set of G4 motifs of interest. We believe that our research findings can boost understanding of functional roles of G4 structures in genomes, as well as helping to design therapeutic drugs that target specific G4 structures.

Results and discussion

We develop four HMMs to see how well the models can represent real G4 sequences and can reduce false positive G4 sequences from putative ones. To put it simply, the HMMs developed have four sets of hidden states for G-runs linked by three sets of hidden states for loops (see Methods for details of HMMs). In addition, the parameters of HMMs were trained by experimentally verified data in the literature [20].

Predicting G-run regions

Stegle et al. [20] provide a dataset of 260 G4 structures, which were experimentally verified with varying salt concentrations. Note that the corresponding sequences are of the form G+NG+NG+NG+ in regular expression. In our test, we used 100 sequences out of 260 because the original dataset contains duplicate sequences with different salt concentrations.

We predicted G-run regions of each sequence in the dataset using the Viterbi algorithm for each HMM. Evaluation measures that we used are TP (true positive), the number of correctly predicted Gs in G-runs, FP (false positive), the number of incorrectly predicted Gs that are not in G-runs, and FN (false negative), the number of correct Gs in G-runs that are not predicted. In addition, the following measures were calculated:

SEN = TP TP + FN , PPV = TP TP + FP , F = 2 × SEN × PPV SEN + PPV ,

where SEN, PPV and F denote sensitivity, positive predictive value and F-measure, respectively.

Results of predicting G-run regions are shown in Table 1 where 10-fold cross validation was carried out for training and testing. It should be noted that training was carried out using the Baum-Welch algorithm for each HMM. As the table shows, every model achieves high PPV, meaning that few FPs are found in the predictions. The HMM-based model 1 achieves perfect sensitivity, although it produces the most FPs. This tells us that the model 1 considers all consecutive G regions as G-runs. On the other hand, the models 3 and 4 yield few FPs, but the model 3 outputs the most FNs, degrading sensitivity. All things considered, the model 1 seems better to predict G-run regions.

Table 1 Results of predicting G-run regions in 100 real G4 sequences verified experimentally in [20].

Discriminating G4 sequences

We first investigate the discriminative performance of the four HMM-based models between real and shuffled G4 sequences. More specifically, we first randomly split the set of 100 real G4 sequences in Stegle et al.'s dataset [20] into two sets of 50 positive sequences, where one set is for training and the other is for validation. Next, a set of 50 negative sequences for validation was created by doing trinucleotide shuffling [27] of 50 positive sequences in the validation set. Note that use of trinucleotide shuffling comes from the observation that G4 structures often have at least three consecutive Gs as each G-run to make their structures stable. In total, we have 100 sequences in the validation set where 50 sequences are positive and the other 50 sequences are negative.

Here we elaborate on the evaluation of the full probability P (x | θ) of a sequence x given an HMM with a set θ of parameters, which can be calculated by the forward algorithm. Note that the parameters of each HMM were trained on the training set of 50 G4 real sequences in the training set. Since the full probability values for HMMs are usually small and the naïve log likelihood scores are strongly length dependent, we used the log-odds score L(x) relative to a random model R defined by

L ( x ) = log P ( x | θ ) P ( x | R ) = P ( x | θ ) β { A , C , G , T } q β ,

where q β is the frequency of a base β {A, C, G, T } in all training sequences. Finally, we converted the log-odds score of the sequence x into the Z-score over all validation sequences calculated by

Z x = L x - L ¯ s ,

where L ¯ and s denote the average and the standard deviation, respectively, of all validation sequences.

With the total number of 100 positive and negative sequences stated above, we computed Z-scores for log-odds scores of validation sequences in each HMM model, and drew receiver operating characteristic (ROC) curves and calculate area under the ROC curve (AUC) to judge the discriminative power. Figure 2 shows the ROC curves as well as AUC for each HMM-based model, indicating that the models 2, 3 and 4 perform good discrimination, whereas the model 1 yields the worst AUC. This means that the model 1 that can be considered as a simple probabilistic extension of regular expression is not enough to discern real G4 sequences from shuffled ones, and the models that considers detailed distributions of G-run and loop lengths can outperform the regular expression-based methods.

Figure 2
figure 2

Receiver operating characteristic (ROC) curves for HMM-based models. This graph shows the discriminative power of each model between positive and negative G4 sequences created from Stegle et al.'s dataset [20]. Area under the ROC curve (AUC) is shown in the legend.

Reducing potential G4 sequences in database

We next aimed to screen highly likely G4 structures out of putative G4 sequences predicted by pattern matching. To this end, we used G-Rich Sequence Database version 2.0 (GRSDB2) [26] that contains information on composition and distribution of putative G4 sequences mapped in the eukaryotic pre-mRNA sequences. We should notice that the sequence data stored in this database are computed by the regular expression-based approach named QGRS Mapper [17, 18]. In this test, we retrieved 12,930 putative non-overlapping G4 sequences in 50 pre-mRNA genes with RefSeq status validated in the human genome (see Table 2). This time the parameters of each HMM were trained on the full dataset of 100 G4 sequences in Stegle et al.'s dataset.

Table 2 Human genes that include putative non-overlapping G4 sequences used in our experiments.

Figures 3-6 show the distributions of Z-scores of respective HMM-based models. We can see in Figures 3 and 4 that the distribution of Z-scores in the model 1 is very similar to that in the model 2. Looking more carefully into the shapes of these distributions, variance of each peak in the model 2 is smaller than that in the model 1. Moreover, the rightmost peak of higher Z-scores contains many putative G4 sequences in the model 2. In Figure 5, the frequency of Z-scores is roughly said to rise steadily from left to right and there seem to be a few peaks in the model 3. This means that unlike the models 1 and 2, we cannot separate the distribution clearly in the model 3. The distribution in the model 4 shown in Figure 6 has several peaks, indicating that we can separate the distribution into multiple groups.

Figure 3
figure 3

The distribution of Z-scores in the HMM-based model 1. Z-scores were calculated over 12,930 putative G4 sequences in 50 pre-mRNA genes stored in G-Rich Sequence Database version 2.0 (GRSDB2) [26].

Figure 4
figure 4

The distribution of Z-scores in the HMM-based model 2.

Figure 5
figure 5

The distribution of Z-scores in the HMM-based model 3.

Figure 6
figure 6

The distribution of Z-scores in the HMM-based model 4.

Let us now evaluate the Z-scores statistically. When we cut out Z-scores under -1.645 of lower-tailed 5% point of the standard normal distribution, the distribution in the model 2 can be perfectly separated into two groups as shown in Figure 4. In contrast, Figures 5 and 6 show that we cannot separate the distributions in the models 3 and 4 perfectly by the significant Z-score threshold. Note that in the model 1 the leftmost peak includes this cutoff and thus the distribution can only be partly separated (see Figure 3). To investigate the difference in the number of G4 candidates that can be reduced by the cutoff between four HMMs, we drew the graph that shows the ratio of putative G4 sequences reduced by the threshold in each gene (see Figure 7). As we can see, the model 2 reduces the most G4 sequences, whereas the model 4 leaves the most. Therefore, we will compare the model 2 with the model 4 below.

Figure 7
figure 7

The ratio of the number of putative G4 sequences in each gene reduced by the cutoff in each HMM-based model. The cutoff is -1.645 of lower-tailed 5% point of the standard normal distribution. Blue, red, green and purple bars correspond to the models 1, 2, 3 and 4, respectively.

Functional analysis of putative G4 sequences

Here we focus on the putative G4 sequences with significant Z-scores in the HMM-based models 2 and 4, computing the ratio of the number of G4 sequences in a gene X to the length of that gene, called G4 density for the gene, defined as

D X = G X X ,

where G(X) is the number of G4 sequences in the gene X and |X| shows the length of X. For the original G4 candidates in the GRSDB2 database and their reduced G4 sequences computed by the HMM-based models 2 and 4 with the cutoff of lower-tailed 5% point of the standard normal distribution, we calculated G4 density of each gene and converted it into the Z-score in each case. It should be noted that the Z-scores were calculated over all genes in each case. We should also notice that the point here is to make clear which gene can be considered to have significantly many G4 sequences.

Tables 3 and 4 show the results of G4 density in the models 2 and 4, respectively. These results indicate that the model 2 can narrow down the number of genes by one in statistical interpretation as compared with the reference candidates and reductions by the model 4 with the significant Z-score threshold. Looking more carefully into the genes with significantly many G4 sequences computed by the model 2, they are likely to be involved in transcriptional regulation (see Table 5). Therefore, the HMM-based model 2 can be helpful in detecting G4 sequences whose functional roles are related to DNA transcription.

Table 3 G4 density of each gene computed from the results of the HMM-based model 2.
Table 4 G4 density of each gene computed from the results of the HMM-based model 4.
Table 5 Information on genes that have significantly many putative G4 structures.

Applying HMM to whole human genome

The third experiment stated above focuses only on pre-mRNA sequences in the human genome, leaving further potential G4 sequences over the whole genome. Thus, we demonstrate here how many potential G4 sequences the regular expression-based method can detect in the whole human genome and how many our method can reduce.

The human genomic sequence named hg19 was retrieved from the UCSC Genome Browser database [28], where we used 22 regular chromosomes along with X, Y and M chromosomes. In the regular expression G+NG+NG+NG+ that we used as prefilter, the length of a G-run is between three and five and that of a loop is between one and seven. This assumption comes from the majority of existing pattern matching-based methods [11]. After running regular expression-based search for non-overlapping G4 motifs on the set of genomic sequences, we attempted reducing the resulting putative G4 sequences by using the HMM-based model 2. More specifically, we calculated Z-scores over all putative G4 sequences as in the third experiment, and discriminated the G4 sequences with Z-scores by two cutoffs that indicate lower-tailed and upper-tailed 5% points of the standard normal distribution, respectively. Figure 8 shows the distribution of Z-scores in the model 2, whose shape is similar to that of the normal distribution. In Table 6, we can see that the run-time of regular expression-based search followed by HMM screening is short enough to handle genomic sequences of huge size. Comparing the ratios of reduced G4 sequences using the two cutoffs, discrimination by upper-tailed 5% point yields more drastic reductions than that by lower-tailed 5% point. Accordingly, the remaining G4 candidates with significantly high Z-scores reduced from those detected by pattern matching are expected to be highly likely to form G4 structures in vitro and in vivo.

Figure 8
figure 8

The distribution of Z-scores in the HMM-based model 2 on the human genome stored in the UCSC Genome Browser database [28]. Z-scores were calculated over 100,332 putative G4 sequences detected by the regular-expression based method.

Table 6 Comparison of the number of G-motifs in the human genome between use of regular expression (RE) alone and that of HMM (model 2) together with RE.

Discussion

From our experimental results, the following two points on the constitution of HMMs become clear:

  • Increasing the hidden states for representing G-runs in an HMM can lead to small variance of the probability distribution over input sequences given the model.

  • Increasing the hidden states for describing loops can make the HMM flexible.

The first point can be explained by Figures 3 and 4, while Figure 5 gives a good account of the second point.

Here we will look closely at G-runs and loops in G4 sequences. Recall that G-run is a region of consecutive Gs involved in G-quartets and loop is a single strand consisting of arbitrary bases that connect G-runs in front and behind. Since the HMM-based model 2 as well as the model 4 is specialized to represent consecutive Gs, each G in G-runs will be strictly discriminated in the model, affecting the sharpness of the probability distribution over the set of input sequences. On the other hand, the model 3 has more hidden states that can represent any base, and thus it can output an arbitrary sequence in a more flexible framework and show multi-modal probability distribution. Viewed in this light, we may say that the model 4 has the broader distribution of Z-scores due to increase in hidden states for representing loops, and several groups of peaks because of increase in hidden states for describing G-runs (see also Figure 6). Although the different peaks in score distributions may tell us which potential G4 sequence actually forms G4 structure in vitro and/or in vivo, experimental verification in wet-labs is still awaited.

Conclusions

We presented the HMM-based modelings for G4 motifs in anticipation of reducing false positive G4 sequences in genomic DNAs detected by simple pattern matching with regular expression. The discrimination test with the HMMs was indicative of high discriminative power of elaborate models between positive and negative G4 sequences. Our computational experiments with statistical analysis on potential G4 sequences in human genomes make it clear that the HMM-based model that considers detailed distribution of G-run length can discriminate well between G4 sequences that match the model and those that do not. Moreover, another experimental results suggest that the above HMM-based model can be specialized to detect genes whose functional roles are expected to be involved in transcription, which include significantly many G4 sequences. Furthermore, this model in conjunction with use of regular expression can detect a considerably smaller number of G4 candidates in the whole human genome with statistical significance. Therefore, we may reasonably conclude that the HMM-based approach together with the conventional pattern matching method can contribute to reducing costly and laborious wet-lab experiments to exhaustively analyze a given set of G4 motifs of interest.

In this work, we proposed the HMM-based models where each G-run has variable length. In contrast, applying HMMs that deal only with a specific fixed length of G-runs to genomic sequences may yield more accurate discrimination of G4 sequences. In addition, change of the training sequences that should be verified experimentally may have a certain effect on prediction results. In this sense, collaboration between in silico, in vitro and in vivo experiments will be even more important to advance functional analysis of G4 structures in genomes of various organisms.

Methods

A G4 sequence comprises alternate G-runs and loops, which can be described as G+NG+NG+NG+ in regular expression. In particular, the majority of existing pattern matching-based methods assume that the length of a G-run is between three and five and that of a loop is between one and seven [11]. To model the G4 motif by HMMs, we focus on which state of G-run and loop each base in a given sequence is decoded into. Advantages of use of HMMs can be summarized as follows:

  • The most likely state path that corresponds to structural elements in a sequence can be predicted by the Viterbi algorithm.

  • The probability of a sequence given the parameterized model can be calculated by the forward algorithm.

  • Optimal probability parameters of the model can be estimated on a set of example sequences by the Baum-Welch algorithm.

The four HMM-based models that we present in this work are shown in Figures 9-12. We first design the model 1 as simple as possible, where at least two Gs are emitted from two hidden states for each G-run and zero or more bases are allowed to emit from each hidden loop state. Then, an extension of the model 1 is considered, where hidden states for emitting G that correspond to each G-run increase to four. Another extension of the model 1 is also developed by increasing hidden states for emitting any bases that correspond to each loop to either three or four in turn. Note that this alternative number for increase in hidden states for loops is based on the training dataset [20]. Finally, we consider the hybrid model of the models 2 and 3 to be the model 4.

Figure 9
figure 9

The HMM-based model 1. In the figure, a letter surrounded on four sides indicates a hidden state for emitting that letter. Specifically, "G" is the hidden state for G-runs; "N" is the hidden state for the interconnecting loops; "begin" state shows the start of the motif; and "end" state denotes the end of the motif. Note that the "begin" and "end" states actually generate no symbols. An arrow between two hidden states shows state transition. Note that a probability parameter is given to each transition. This model is designed as simple as possible, where at least two Gs are emitted from two states for each G-run and zero or more bases are allowed to emit from each loop state.

Figure 10
figure 10

The HMM-based model 2. This model is an extension of the model 1 where hidden states for emitting G that correspond to each G-run increase to four.

Figure 11
figure 11

The HMM-based model 3. This model is another extension of the model 1 where hidden states for emitting any bases that correspond to each loop increase to three or four.

Figure 12
figure 12

The HMM-based model 4. This model is the hybrid model of the models 2 and 3.

The Viterbi algorithm can compute the most probable state path of an HMM for a given sequence in O(m2n) time based on dynamic programming, where m is the number of hidden states in the HMM and n is the sequence length. The forward algorithm and the backward algorithm, which is analogous to the forward algorithm but differs in that a backward recursion starts at the end of a sequence, can compute the probability of a sequence given an HMM by dynamic programming with the same running time of the Viterbi algorithm. Finally, the Baum-Welch algorithm can calculate optimal parameters of an HMM given a set of training sequences, where the forward and backward algorithms are repeatedly used until the change in log likelihood of the sequences is less than some threshold. Details of the algorithms can be found in [25].

Declarations

Publication charges were supported by JSPS KAKENHI [#24700296 to YK]

References

  1. Watson JD, Crick FH: Molecular structure of nucleic acids: a structure for deoxyribose nucleic acid. Nature. 1953, 171: 737-738. 10.1038/171737a0.

    Article  PubMed  CAS  Google Scholar 

  2. Bochman ML, Paeschke K, Zakian VA: DNA secondary structures: stability and function of G-quadruplex structures. Nat Rev Genet. 2012, 13: 770-780. 10.1038/nrg3296.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  3. Huppert JL: Structure, location and interactions of G-quadruplexes. FEBS J. 2010, 277: 3452-3458. 10.1111/j.1742-4658.2010.07758.x.

    Article  PubMed  CAS  Google Scholar 

  4. Guédin A, Gros J, Alberti P, Mergny JL: How long is too long? Effects of loop size on G-quadruplex stability. Nucleic Acids Res. 2010, 38: 7858-7868. 10.1093/nar/gkq639.

    Article  PubMed  PubMed Central  Google Scholar 

  5. Takahama K, Sugimoto C, Arai S, Kurokawa R, Oyoshi T: Loop lengths of G-quadruplex structures affect the G-quadruplex DNA binding selectivity of the RGG motif in ewing's sarcoma. Biochemistry. 2011, 50: 5369-5378. 10.1021/bi2003857.

    Article  PubMed  CAS  Google Scholar 

  6. Paeschke K, Simonsson T, Postberg J, Rhodes D, Lipps HJ: Telomere end-binding proteins control the formation of G-quadruplex DNA structures in vivo. Nat Struct Mol Biol. 2005, 12: 847-854. 10.1038/nsmb982.

    Article  PubMed  CAS  Google Scholar 

  7. Biffi G, Tannahill D, McCafferty J, Balasubramanian S: Quantitative visualization of DNA G-quadruplex structures in human cells. Nat Chem. 2013, 5: 182-186. 10.1038/nchem.1548.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  8. Viglasky V, Bauer L, Tluckova K, Javorsky P: Evaluation of human telomeric G-quadruplexes: the influence of overhanging sequences on quadruplex stability and folding. J Nucleic Acids. 2010, 2010:

    Google Scholar 

  9. Adrian M, Heddi B, Phan AT: NMR spectroscopy of G-quadruplexes. Methods. 2012, 57: 11-24. 10.1016/j.ymeth.2012.05.003.

    Article  PubMed  CAS  Google Scholar 

  10. Todd AK: Bioinformatics approaches to quadruplex sequence location. Methods. 2007, 43: 246-277. 10.1016/j.ymeth.2007.08.004.

    Article  PubMed  CAS  Google Scholar 

  11. Huppert JL: Hunting G-quadruplexes. Biochimie. 2008, 90: 1140-1148. 10.1016/j.biochi.2008.01.014.

    Article  PubMed  CAS  Google Scholar 

  12. Todd AK, Johnston M, Neidle S: Highly prevalent putative quadruplex sequence motifs in human DNA. Nucleic Acids Res. 2005, 33: 2901-2907. 10.1093/nar/gki553.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  13. Huppert JL, Balasubramanian S: Prevalence of quadruplexes in the human genome. Nucleic Acids Res. 2005, 33: 2908-2916. 10.1093/nar/gki609.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  14. Rawal P, Kummarasetti VB, Ravindran J, Kumar N, Halder K, Sharma R, Mukerji M, Das SK, Chowdhury S: Genome-wide prediction of G4 DNA as regulatory motifs: role in Escherichia coli global regulation. Genome Res. 2006, 16: 644-655. 10.1101/gr.4508806.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  15. Huppert JL, Balasubramanian S: G-quadruplexes in promoters throughout the human genome. Nucleic Acids Res. 2007, 35: 406-413.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  16. Cao K, Ryvkin P, Johnson FB: Computational detection and analysis of sequences with duplex-derived interstrand G-quadruplex forming potential. Methods. 2012, 57: 3-10. 10.1016/j.ymeth.2012.05.002.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  17. D'Antonio L, Bagga P: Computational methods for predicting intramolecular G-quadruplexes in nucleotide sequences. Proceedings of the 2004 IEEE Computational Systems Bioinformatics Conference (CSB2004). 2004, Stanford, CA, 561-562. 16-19 August 2004

    Google Scholar 

  18. Kikin O, D'Antonio L, Bagga PS: QGRS Mapper: a web-based server for predicting G-quadruplexes in nucleotide sequences. Nucleic Acids Res. 2006, 34: 676-682. 10.1093/nar/gkj467.

    Article  Google Scholar 

  19. Beaudoin JD, Jodoin R, Perreault JP: New scoring system to identify RNA G-quadruplex folding. Nucleic Acids Res. 2014, 42: 1209-1223. 10.1093/nar/gkt904.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  20. Stegle O, Payet L, Mergny JL, MacKay DJC, Huppert JL: Predicting and understanding the stability of G-quadruplexes. Bioinformatics. 2009, 25: 374-382. 10.1093/bioinformatics/btp210.

    Article  Google Scholar 

  21. Beaudoin JD, Perreault JP: 5'-UTR G-quadruplex structures acting as translational repressors. Nucleic Acids Res. 2010, 38: 7022-7036. 10.1093/nar/gkq557.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  22. Lorenz R, Bernhart SH, Externbrink F, Qin J, Siederdissen CH, Amman F, Hofacker IL, Stadler PF: RNA folding algorithms with G-quadruplexes. Lect Notes Bioinform. 2012, 7409: 49-60.

    CAS  Google Scholar 

  23. Asai K, Hayamizu S, Handa K: Prediction of protein secondary structure by the hidden Markov model. Comput Appl Biosci. 1993, 9: 141-146.

    PubMed  CAS  Google Scholar 

  24. Krogh A, Brown M, Mian IS, Sjölander K, Haussler D: Hidden Markov models in computational biology. Applications to protein modeling. J Mol Biol. 1994, 235: 1501-1531. 10.1006/jmbi.1994.1104.

    Article  PubMed  CAS  Google Scholar 

  25. Durbin R, Eddy SR, Krogh A, Mitchison G: Biological Sequence Analysis: Probabilistic Models of Proteins and Nucleic Acids. 1998, Cambridge University Press, Cambridge

    Chapter  Google Scholar 

  26. Kikin O, Zappala Z, D'Antonio L, Bagga PS: GRSDB2 and GRS_UTRdb: databases of quadruplex forming G-rich sequences in pre-mRNAs and mRNAs. Nucleic Acids Res. 2008, 36: 141-148. 10.1093/nar/gkn705.

    Article  Google Scholar 

  27. Jiang M, Anderson J, Gillespie J, Mayne M: uShuffle: a useful tool for shuffling biological sequences while preserving the k-let counts. BMC Bioinform. 2008, 9: 192-10.1186/1471-2105-9-192.

    Article  Google Scholar 

  28. Karolchik D, Barber GP, Casper J, Clawson H, Cline MS, Diekhans M, Dreszer TR, Fujita PA, Guruvadoo L, Haeussler M, Harte RA, Heitner S, Hinrichs AS, Learned K, Lee BT, Li CH, Raney BJ, Rhead B, Rosenbloom KR, Sloan CA, Speir ML, Zweig AS, Haussler D, Kuhn RM, Kent WJ: The UCSC Genome Browser database: 2014 update. Nucleic Acids Res. 2014, 42: 764-770. 10.1093/nar/gkt946.

    Article  Google Scholar 

Download references

Acknowledgements

We would like to thank Prof. Shigehiko Kanaya at Nara Institute of Science and Technology for his helpful comments. This work was supported by JSPS KAKENHI [#24700296 to YK].

This article has been published as part of BMC Genomics Volume 15 Supplement 9, 2014: Thirteenth International Conference on Bioinformatics (InCoB2014): Computational Biology. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcgenomics/supplements/15/S9.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Yuki Kato.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

MY designed and implemented the HMMs, and carried out all computational experiments. YK conceived the basic part of the work and wrote the manuscript. All authors read and approved the final manuscript.

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Yano, M., Kato, Y. Using hidden Markov models to investigate G-quadruplex motifs in genomic sequences. BMC Genomics 15 (Suppl 9), S15 (2014). https://doi.org/10.1186/1471-2164-15-S9-S15

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2164-15-S9-S15

Keywords