Overview
When a sequence motif appears in theMotif Representation
Consider the ''N''-glycosylation site motif mentioned above: : ''Asn, followed by anything but Pro, followed by either Ser or Thr, followed by anything but Pro'' This pattern may be written asN T/code> where N
= Asn, P
= Pro, S
= Ser, T
= Thr;
means any amino acid except X
; and Y/code> means either X
or Y
.
The notation Y/code> does not give any indication of the probability of X
or Y
occurring in the pattern. Observed probabilities can be graphically represented using sequence logos. Sometimes patterns are defined in terms of a probabilistic model such as a hidden Markov model.
Motifs and consensus sequences
The notation YZ/code> means X
or Y
or Z
, but does not indicate the likelihood of any particular match. For this reason, two or more patterns are often associated with a single motif: the defining pattern, and various typical patterns.
For example, the defining sequence for the IQ motif may be taken to be:
: ILVxxx Kxxx Kx ILVWY/code>
where x
signifies any amino acid, and the square brackets indicate an alternative (see below for further details about notation).
Usually, however, the first letter is I
, and both K/code> choices resolve to R
. Since the last choice is so wide, the pattern IQxxxRGxxxR
is sometimes equated with the IQ motif itself, but a more accurate description would be a ''consensus sequence
In molecular biology and bioinformatics, the consensus sequence (or canonical sequence) is the calculated sequence of most frequent residues, either nucleotide or amino acid, found at each position in a sequence alignment. It represents the result ...
for the IQ motif''.
Pattern description notations
Several notations for describing motifs are in use but most of them are variants of standard notations for regular expression
A regular expression (shortened as regex or regexp), sometimes referred to as rational expression, is a sequence of characters that specifies a match pattern in text. Usually such patterns are used by string-searching algorithms for "find" ...
s and use these conventions:
* there is an alphabet of single characters, each denoting a specific amino acid or a set of amino acids;
* a string of characters drawn from the alphabet denotes a sequence of the corresponding amino acids;
* any string of characters drawn from the alphabet enclosed in square brackets matches any one of the corresponding amino acids; e.g. bc/code> matches any of the amino acids represented by a
or b
or c
.
The fundamental idea behind all these notations is the matching principle, which assigns a meaning to a sequence of elements of the pattern notation:
: ''a sequence of elements of the pattern notation matches a sequence of amino acids if and only if the latter sequence can be partitioned into subsequences in such a way that each pattern element matches the corresponding subsequence in turn.''
Thus the pattern B DEF
matches the six amino acid sequences corresponding to ACF
, ADF
, AEF
, BCF
, BDF
, and BEF
.
Different pattern description notations have other ways of forming pattern elements. One of these notations is the PROSITE notation, described in the following subsection.
PROSITE pattern notation
The PROSITE notation uses the IUPAC
The International Union of Pure and Applied Chemistry (IUPAC ) is an international federation of National Adhering Organizations working for the advancement of the chemical sciences, especially by developing nomenclature and terminology. It is ...
one-letter codes and conforms to the above description with the exception that a concatenation symbol, '-
', is used between pattern elements, but it is often dropped between letters of the pattern alphabet.
PROSITE allows the following pattern elements in addition to those described previously:
* The lower case letter 'x
' can be used as a pattern element to denote any amino acid.
* A string of characters drawn from the alphabet and enclosed in braces (curly brackets) denotes any amino acid except for those in the string. For example,
denotes any amino acid other than S
or T
.
* If a pattern is restricted to the N-terminal of a sequence, the pattern is prefixed with '<
'.
* If a pattern is restricted to the C-terminal of a sequence, the pattern is suffixed with '>
'.
* The character '>
' can also occur inside a terminating square bracket pattern, so that S >/code> matches both "ST
" and "S>
".
* If e
is a pattern element, and m
and n
are two decimal integers with m
<= n
, then:
** e(m)
is equivalent to the repetition of e
exactly m
times;
** e(m,n)
is equivalent to the repetition of e
exactly k
times for any integer k
satisfying: m
<= k
<= n
.
Some examples:
* x(3)
is equivalent to x-x-x
.
* x(2,4)
matches any sequence that matches x-x
or x-x-x
or x-x-x-x
.
The signature of the C2H2-type ''zinc finger
A zinc finger is a small protein structural motif that is characterized by the coordination of one or more zinc ions (Zn2+) which stabilizes the fold. The term ''zinc finger'' was originally coined to describe the finger-like appearance of a ...
'' domain is:
* C-x(2,4)-C-x(3)- IVMFYWCx(8)-H-x(3,5)-H
Matrices
A matrix of numbers containing scores for each residue or nucleotide at each position of a fixed-length motif. There are two types of weight matrices.
* A position frequency matrix (PFM) records the position-dependent frequency of each residue or nucleotide. PFMs can be experimentally determined from SELEX experiments or computationally discovered by tools such as MEME using hidden Markov models.
* A position weight matrix (PWM) contains log odds weights for computing a match score. A cutoff is needed to specify whether an input sequence matches the motif or not. PWMs are calculated from PFMs. PWMs are also known as PSSMs.
An example of a PFM from the TRANSFAC database for the transcription factor AP-1:
The first column specifies the position, the second column contains the number of occurrences of A at that position, the third column contains the number of occurrences of C at that position, the fourth column contains the number of occurrences of G at that position, the fifth column contains the number of occurrences of T at that position, and the last column contains the IUPAC notation for that position.
Note that the sums of occurrences for A, C, G, and T for each row should be equal because the PFM is derived from aggregating several consensus sequences.
Motif Discovery
Overview
The sequence motif discovery process has been well-developed since the 1990s. In particular, most of the existing motif discovery research focuses on DNA motifs. With the advances in high-throughput sequencing, such motif discovery problems are challenged by both the sequence pattern degeneracy issues and the data-intensive computational scalability issues.
Process of discovery
Motif discovery happens in three major phases. A pre-processing stage where sequences are meticulously prepared in assembly and cleaning steps. Assembly involves selecting sequences that contain the desired motif in large quantities, and extraction of unwanted sequences using clustering. Cleaning then ensures the removal of any confounding elements. Next there is the discovery stage. In this phase sequences are represented using consensus strings or Position-specific Weight Matrices (PWM). After motif representation, an objective function is chosen and a suitable search algorithm is applied to uncover the motifs. Finally the post-processing stage involves evaluating the discovered motifs.
''De novo'' motif discovery
There are software programs which, given multiple input sequences, attempt to identify one or more candidate motifs. One example is the Multiple EM for Motif Elicitation (MEME) algorithm, which generates statistical information for each candidate. There are more than 100 publications detailing motif discovery algorithms; Weirauch ''et al''. evaluated many related algorithms in a 2013 benchmark.
The planted motif search is another motif discovery method that is based on combinatorial approach.
Phylogenetic motif discovery
Motifs have also been discovered by taking a phylogenetic
In biology, phylogenetics () is the study of the evolutionary history of life using observable characteristics of organisms (or genes), which is known as phylogenetic inference. It infers the relationship among organisms based on empirical dat ...
approach and studying similar genes in different species. For example, by aligning the amino acid sequences specified by the GCM (''glial cells missing'') gene in man, mouse and ''D. melanogaster'', Akiyama and others discovered a pattern which they called the GCM motif in 1996. It spans about 150 amino acid residues, and begins as follows:
: WDIND*.*P..*...D.F.*W***.**.IYS**...A.*H*S*WAMRNTNNHN
Here each .
signifies a single amino acid or a gap, and each *
indicates one member of a closely related family of amino acids. The authors were able to show that the motif has DNA binding activity.
A similar approach is commonly used by modern protein domain
In molecular biology, a protein domain is a region of a protein's Peptide, polypeptide chain that is self-stabilizing and that Protein folding, folds independently from the rest. Each domain forms a compact folded Protein tertiary structure, thre ...
databases such as Pfam: human curators would select a pool of sequences known to be related and use computer programs to align them and produce the motif profile (Pfam uses HMMs, which can be used to identify other related proteins. A phylogenic approach can also be used to enhance the ''de novo'' MEME algorithm, with PhyloGibbs being an example.
''De novo'' motif pair discovery
In 2017, MotifHyades has been developed as a motif discovery tool that can be directly applied to paired sequences.
''De novo'' motif recognition from protein
In 2018, a Markov random field approach has been proposed to infer DNA motifs from DNA-binding domains of proteins.
Motif Discovery Algorithms
Motif discovery algorithms use diverse strategies to uncover patterns in DNA sequences. Integrating enumerative, probabilistic, and nature-inspired approaches, demonstrate their adaptability, with the use of multiple methods proving effective in enhancing identification accuracy.
Enumerative Approach:
Initiating the motif discovery journey, the enumerative approach witnesses algorithms meticulously generating and evaluating potential motifs. Pioneering this domain are Simple Word Enumeration techniques, such as YMF and DREME, which systematically go through the sequence in search of short motifs. Complementing these, Clustering-Based Methods such as CisFinder employ nucleotide substitution matrices for motif clustering, effectively mitigating redundancy. Concurrently, Tree-Based Methods like Weeder and FMotif exploit tree structures, and Graph Theoretic-Based Methods (e.g., WINNOWER) employ graph representations, demonstrating the richness of enumeration strategies.
Probabilistic Approach:
Diverging into the probabilistic realm, this approach capitalizes on probability models to discern motifs within sequences. MEME, a deterministic exemplar, employs Expectation-Maximization for optimizing Position Weight Matrices (PWMs) and unraveling conserved regions in unaligned DNA sequences. Contrasting this, stochastic methodologies like Gibbs Sampling initiate motif discovery with random motif position assignments, iteratively refining the predictions. This probabilistic framework adeptly captures the inherent uncertainty associated with motif discovery.
Advanced Approach:
Evolving further, advanced motif discovery embraces sophisticated techniques, with Bayesian modeling taking center stage. LOGOS and BaMM, exemplifying this cohort, intricately weave Bayesian approaches and Markov models into their fabric for motif identification. The incorporation of Bayesian clustering methods enhances the probabilistic foundation, providing a holistic framework for pattern recognition in DNA sequences.
Nature-Inspired and Heuristic Algorithms:
A distinct category unfolds, wherein algorithms draw inspiration from the biological realm. Genetic Algorithms (GA), epitomized by FMGA and MDGA, navigate motif search through genetic operators and specialized strategies. Harnessing swarm intelligence principles, Particle Swarm Optimization (PSO), Artificial Bee Colony (ABC) algorithms, and Cuckoo Search (CS) algorithms, featured in GAEM, GARP, and MACS, venture into pheromone-based exploration. These algorithms, mirroring nature's adaptability and cooperative dynamics, serve as avant-garde strategies for motif identification. The synthesis of heuristic techniques in hybrid approaches underscores the adaptability of these algorithms in the intricate domain of motif discovery.
Motif Cases
Three-dimensional chain codes
The '' E. coli'' lactose operon repressor LacI ( chain A) and ''E. coli'' catabolite gene activator ( chain A) both have a ''helix-turn-helix'' motif, but their amino acid sequences do not show much similarity, as shown in the table below. In 1997, Matsuda, ''et al.'' devised a code they called the "three-dimensional chain code" for representing the protein structure as a string of letters. This encoding scheme reveals the similarity between the proteins much more clearly than the amino acid sequence (example from article): The code encodes the torsion angles between alpha-carbons of the protein backbone. "W" always corresponds to an alpha helix.
See also
*Biomolecular structure
Biomolecular structure is the intricate folded, three-dimensional shape that is formed by a molecule of protein, DNA, or RNA, and that is important to its function. The structure of these molecules may be considered at any of several length sca ...
* Mammalian Motif Finder
* MochiView
* Multiple EM for Motif Elicitation
*Nucleic acid sequence
A nucleic acid sequence is a succession of Nucleobase, bases within the nucleotides forming alleles within a DNA (using GACT) or RNA (GACU) molecule. This succession is denoted by a series of a set of five different letters that indicate the orde ...
* Protein primary structure
* Protein I-sites
* Sequence logo
* Sequence mining
* Structural motif
*Short linear motif
In molecular biology short linear motifs (SLiMs), linear motifs or minimotifs are short stretches of protein primary structure, protein sequence that mediate protein–protein interaction.
The first definition was given by Tim Hunt:
"The sequences ...
* Conserved sequence
In evolutionary biology, conserved sequences are identical or similar sequences in nucleic acids ( DNA and RNA) or proteins across species ( orthologous sequences), or within a genome ( paralogous sequences), or between donor and receptor taxa ...
* Protein domain
In molecular biology, a protein domain is a region of a protein's Peptide, polypeptide chain that is self-stabilizing and that Protein folding, folds independently from the rest. Each domain forms a compact folded Protein tertiary structure, thre ...
References
Primary sources
Further reading
*
*
Primary sources
*
*
*
{{refend
Bioinformatics