Mixed Effects Model of Evolution (MEME)#

What question does this method answer?

Which site(s) in a gene are subject to pervasive or episodic (only on a single lineage or subset of lineages) diversifying selection?

Recommended Applications

  • Episodic and Pervasive Selection: Ideally suited to identify candidate sites subject to selective pressures across the entire phylogeny or only on parts of the phylogeny.
  • Maximum Power: MEME is the sole method in HyPhy for detecting selection at individual sites that considers both pervasive and episodic selection, and is therefore the recommended method if maximum power is desired.

Description#

The Mixed Effects Model of Evolution (MEME) is used to identify individual codon sites subject to episodic or pervasive positive selection. Unlike traditional methods (such as FEL) that assume selection pressure at a site is constant across all branches of a phylogeny, MEME allows the selection pressure (measured as ) to vary from branch to branch at a given site. This makes it highly powerful for detecting selection that is restricted to a subset of branches (episodic selection).

Statistical Method#

MEME employs a mixed-effects maximum likelihood framework to model site-specific rates of nonsynonymous () and synonymous () substitutions.

For each site, MEME infers a single synonymous rate () and two separate nonsynonymous rates: and , which are shared across branches but distributed with site-specific weights: * represents a rate class under purifying or neutral selection (). * represents a rate class that can be under positive selection ( is unrestricted).

For each branch at a given site, the nonsynonymous rate is assumed to be with probability and with probability .

Alternative Model Constraints

Null Model Constraints

The parameter is the key difference between the null and alternative models. In the null model, both and are constrained, whereas is unrestricted in the alternative model.

Positive selection for each site is inferred when and shown to be statistically significant using a likelihood ratio test (LRT) comparing the null and alternative models.

Publication#

Murrell, B., Wertheim, J. O., Moola, S., Weighill, T., Scheffler, K., & Kosakovsky Pond, S. L. "Detecting Individual Sites Subject to Episodic Diversifying Selection." PLoS Genetics, 8(7), e1002764 (2012).

Visualization#

The JSON output from MEME can be interactively visualized at vision.hyphy.org/MEME. Uploading your results file (e.g., lysozyme.meme.json) allows you to explore: * A plot of -values and dN/dS ratios across all sites to locate episodic selection. * The estimated distribution of selection parameters (, , and weights) at each site. * An interactive table summarizing site-by-site results.

Published Applications#