Sequence motif

Sequence motif

In genetics, a sequence motif is a nucleotide or amino-acid sequence pattern that is widespread and has, or is conjectured to have, a biological significance. For proteins, a sequence motif is distinguished from a structural motif, a motif formed by the three dimensional arrangement of amino acids, which may not be adjacent.

An example is the N-glycosylation site motif:

Asn, followed by anything but Pro, followed by either Ser or Thr, followed by anything but Pro

where the three-letter abbreviations are the conventional designations for amino acids (see genetic code).

Contents

Overview

When a sequence motif appears in the exon of a gene, it may encode the "structural motif" of a protein; that is a stereotypical element of the overall structure of the protein. Nevertheless, motifs need not be associated with a distinctive secondary structure. "Noncoding" sequences are not translated into proteins, and nucleic acids with such motifs need not deviate from the typical shape (e.g. the "B-form" DNA double helix).

Outside of gene exons, there exist regulatory sequence motifs and motifs within the "junk", such as satellite DNA. Some of these are believed to affect the shape of nucleic acids (see for example RNA self-splicing), but this is only sometimes the case. For example, many DNA binding proteins that have affinities for specific motifs only bind DNA in its double-helical form. They are able to recognize motifs through contact with the double helix's major or minor groove.

Short coding motifs, which appear to lack secondary structure, include those that label proteins for delivery to particular parts of a cell, or mark them for phosphorylation.

Within a sequence or database of sequences, researchers search and find motifs using computer-based techniques of sequence analysis, such as BLAST. Such techniques belong to the discipline of bioinformatics.

See also consensus sequence.

Motif bioinformatics

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 as N{P}[ST]{P} where N = Asn, P = Pro, S = Ser, T = Thr; {X} means any amino acid except X; and [XY] means either X or Y.

The notation [XY] 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 [XYZ] 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:

[FILV]Qxxx[RK]Gxxx[RK]xx[FILVWY]

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 [RK] 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 for the IQ motif.

De novo computational discovery of motifs

There are software programs which, given multiple input sequences, attempt to identify one or more candidate motifs. One example is MEME, which generates statistical information for each candidate. Other algorithms include AlignAce, Amadeus, CisModule, FIRE, Gibbs Motif Sampler, PhyloGibbs, and Weeder. SCOPE is an ensemble motif finder that uses several algorithms simultaneously. There currently exist more than 100 publications with similar algorithms without a comprehensive benchmark so selecting one is not straightforward.

Discovery through evolutionary conservation

Motifs have been discovered by 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[1] and others discovered a pattern which they called the GCM motif. 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. PhyloGibbs[2][3] and the Gibbs Motif Sampler[4][5] are motif discovery algorithms that consider phylogenetic conservation.

Pattern description notations

Several notations for describing motifs are in use but most of them are variants of standard notations for regular expressions 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. [abc] 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 [AB] [CDE] F 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 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, {ST} 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[T>] 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 domain is:

  • C-x(2,4)-C-x(3)-[LIVMFYWC]-x(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.

An example of a PFM from the TRANSFAC database for the transcription factor AP-1:

Pos A C G T IUPAC
01 6 2 8 1 R
02 3 5 9 0 S
03 0 0 0 17 T
04 0 0 17 0 G
05 17 0 0 0 A
06 0 16 0 1 C
07 3 2 3 9 T
08 4 7 2 4 N
09 9 6 1 1 M
10 4 3 7 3 N
11 6 3 1 7 W

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.

Another scheme

The following example comes from the paper by Matsuda, et al. 1997.[6]

The E. coli lactose operon repressor LacI (PDB 1lcc chain A) and E. coli catabolite gene activator (PDB 3gap 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.

Matsuda, et al.[6] devised a code they called the "three-dimensional chain code" for representing a protein structure as a string of letters. This encoding scheme reveals the similarity between the proteins much more clearly than the amino acid sequence:

3D chain code Amino acid sequence
1lccA TWWWWWWWKCLKWWWWWWG LYDVAEYAGVSYQTVSRVV
3gapA KWWWWWWGKCFKWWWWWWW RQEIGQIVGCSRETVGRIL

where "W" corresponds to an α-helix, and "E" and "D" correspond to a β-strand.

See also

References

  1. ^ Akiyama Y, Hosoya T, Poole AM, Hotta Y (1996). "The gcm-motif: a novel DNA-binding motif conserved in Drosophila and mammals". Proc Natl Acad Sci USA 93 (25): 14912–14916. doi:10.1073/pnas.93.25.14912. PMC 26236. PMID 8962155. http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pmcentrez&artid=26236. 
  2. ^ Siddharthan R, van Nimwegen E, Siggia ED (2004). "PhyloGibbs: A Gibbs sampler incorporating phylogenetic information". In Eskin E, Workman C (eds), RECOMB 2004 Satellite Workshop on Regulatory Genomics, LNBI 3318, 3041 (Springer-Verlag Berlin Heidelberg 2005). 
  3. ^ Siddharthan R, Siggia ED, van Nimwegen E (2005). "PhyloGibbs: A Gibbs sampling motif finder that incorporates phylogeny". PLoS Comput Biol 1 (7): e67. doi:10.1371/journal.pcbi.0010067. PMC 1309704. PMID 16477324. http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pmcentrez&artid=1309704. 
  4. ^ Lawrence, Charles E.; Altschul, Stephen F.; Boguski, Mark S.; Liu, Jun S.; Neuwald, Andrew F.; Wootton, John C. (October 8 1993). "Detecting subtle sequence signals: a Gibbs sampling strategy for multiple alignment". Science 262 (5131): 208–214. doi:10.1126/science.8211139. PMID 8211139. http://www.sciencemag.org/content/262/5131/208. 
  5. ^ Newberg, Lee A.; Thompson, William A.; Conlan, Sean; Smith, Thomas M.; McCue, Lee Ann; Lawrence, Charles E. (July 15 2007). "A phylogenetic Gibbs sampler that yields centroid solutions for cis regulatory site prediction". Bioinformatics 23 (14): 1718–1727. doi:10.1093/bioinformatics/btm241. PMC 2268014. PMID 17488758. http://bioinformatics.oxfordjournals.org/content/23/14/1718. 
  6. ^ a b Matsuda H, Taniguchi F, Hashimoto A (1997). "An approach to detection of protein structural motifs using an encoding scheme of backbone conformations". Proc. of 2nd Pacific Symposium on Biocomputing: 280–291. http://helix-web.stanford.edu/psb97/matsuda.pdf. 

Further reading

External links

Motif-finding methods

Motif-finding Web applications

  • BLOCK-maker — finds conserved blocks in a group of two or more unaligned protein sequences
  • ELM — functional site prediction of short linear motifs
  • FIRE — finds DNA and RNA motifs from expression data using the mutual information
  • Gibbs Motif Sampler — discovers overrepresented conserved motifs in an aligned set of orthologous sequences
  • GIMSAN — motif-finder with biologically realistic and reliable statistical significance analysis
  • Improbizer — searches for motifs in DNA or RNA sequences that occur with improbable frequency
  • MEME Suite — discover motifs (highly conserved regions) in groups of related DNA or protein sequences
  • Minimotif Miner — public interface to the minimotif miner database which correlates short sequence amino acids to their biological function
  • ModuleMaster — allows to search for motifs by pre-defined or custom PWMs
  • MotifVoter — variance based ensemble method for discovery of binding sites
  • PhyloGibbs — discovers overrepresented conserved motifs in an aligned set of orthologous sequences
  • PLACE — database of plant cis-acting regulatory DNA elements
  • SCOPE — an ensemble of programs aimed at identifying novel cis-regulatory elements from groups of upstream sequences
  • TEIRESIS — search for short sequence motifs in Proteins
  • WebMotifs — use different programs to search for DNA-sequence motifs, and to easily combine and evaluate the results

Motif visualization and browsing

  • MochiView — a genome browser supporting import of motif libraries and containing tools for motif discovery, visualization, and analysis

Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • Motif description — is a form of dance notation. It is a subset and reconception of Labanotation sharing a common lexis. The main difference between the two forms is the type of information they record. Labanotation: Detailed description of movement so it may be… …   Wikipedia

  • Sequence alignment — In bioinformatics, a sequence alignment is a way of arranging the sequences of DNA, RNA, or protein to identify regions of similarity that may be a consequence of functional, structural, or evolutionary relationships between the sequences.[1]… …   Wikipedia

  • Motif — See also: Motive Motif may refer to the following: In creative work: Motif (music), a perceivable or salient recurring fragment or succession of notes Motif (narrative), any recurring element in a story that has symbolic significance Motif… …   Wikipedia

  • Sequence profiling tool — A sequence profiling tool in bioinformatics is a type of software that presents information related to a genetic sequence, gene name, or keyword input. Such tools generally take a query such as a DNA, RNA, or protein sequence or ‘keyword’ and… …   Wikipedia

  • Motif BACH — En musique, le motif BACH désigne le motif formé par les notes si♭ la do si♮. Cette séquence de notes s écrit B A C H en notation allemande (le si bémol s écrit B et le si bécarre s écrit H) et forme le nom de famille de Johann Sebastian Bach. C… …   Wikipédia en Français

  • Motif Bach — Le motif BACH est la séquence de notes suivantes : Si bémol La Do Si bécarre, ce qui donne BACH en notation allemande. C est une suite reprise par de nombreux compositeurs, en hommage à Johann Sebastian Bach. La première occurrence de cette… …   Wikipédia en Français

  • séquence — [ sekɑ̃s ] n. f. • 1170; bas lat. sequentia 1 ♦ Liturg. Chant rythmé qui prolonge le verset de l alléluia (à la messe) ou le trait (II, 5o). 2 ♦ (1534) À certains jeux, Série d au moins trois cartes de même couleur qui se suivent (⇒ 1. quarte,… …   Encyclopédie Universelle

  • Sequence promoteur — Séquence promoteur Une séquence promotrice est une région située à proximité d un gène et indispensable à la transcription, sur laquelle se fixe l ARN polymérase. Les séquences promotrices peuvent être situées en aval du site d initiation de la… …   Wikipédia en Français

  • Séquence promoteur — Une séquence promotrice est une région située à proximité d un gène et indispensable à la transcription, sur laquelle se fixe l ARN polymérase. Les séquences promotrices peuvent être situées en aval du site d initiation de la transcription, et… …   Wikipédia en Français

  • Séquence promotrice — Séquence promoteur Une séquence promotrice est une région située à proximité d un gène et indispensable à la transcription, sur laquelle se fixe l ARN polymérase. Les séquences promotrices peuvent être situées en aval du site d initiation de la… …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”