psp-gen

Usage:

psp-gen -pos <primary sequence file> -neg <control sequence file> [options]

Description

psp-gen is used to allow MEME to perform discriminative motif discovery—to find motifs overrepresented in one set of sequences compared to in another set. It takes two files as input—the sequence file to be input to MEME, (the "primary" file) and a "control" sequence file of sequences believed not to contain the same motifs as in the "primary" file. psp-gen creates a file for use by MEME that encapsulates information about probable discriminative motifs. psp-gen records its chosen motif width in the file, and MEME is able to adjust the data when it tries different motif widths.

Input

<primary sequence file>

The name of a file containing FASTA formatted sequences that are to be used as the primary set in PSP calculation.

<control sequence file>

The name of a file containing FASTA formatted sequences that are to be used as the control set in PSP calculation.

Output

A FASTA-like PSP format is written to standard output, it contains a prior for every position of every sequence in the primary set.

Options

Option Parameter Description Default Behavior
General Options
-minwminw The minimum width to use with selecting the "best" width for PSPs. The minimum width is set to 4.
-maxwmaxw The maximum width to use with selecting the "best" width for PSPs. The maximum width is set to 20.
-triples Use spaced triples instead of whole-word matches. Recommended for protein. Whole-word matches are used.
-fixedstart When using the -triples option, only consider triples starting at the start of the site. Allow triples to start anywhere in a width w site.
-equivLetter Groups Any sequence of letter that appears together should be matched as equal. Separate letter groups using "-", e.g. -equiv "IVL-HKR" means treat all occurrences of I, V or L as the same, and all occurrences of H, K or R as the same. Note that in alphabets where '-' is an allowed symbol separate groups may be specified by repeating the -equiv option for each group. No letter groups are used.
-revcomp Both strands are considered when calculating PSPs for complementable alphabets. Only the given strand is considered.
-scaleminmin score The lowest score value after scaling. The lowest score is set to 0.1, unless the -scalemax option is set in which case the lowest score is max score - 1.
-scalemaxmax score The highest score value after scaling. The highest score is set to 0.9, unless the -scalemin option is set in which case the highest score is min score + 1.
-maxrange Choose the width with the biggest difference between minimum and maximum scores (before scaling). Choose the width with the biggest maximum score (before scaling).
-raw Output scores instead of priors. The program output PSPs.
-reportscores Send to standard error primary and control file names, min and max scores and min and max widths, tab-separated. Do not report scores to standard error.
-verbose Send detailed stats to standard error, reporting frequency of each score. No extra information is reported.

Examples

In each example, the sequence file is the same as the positive set used for psp-gen. While there is no check that you have done this because MEME runs as a separate program (other than that the sequence names need to match, as do the number of sites), using a primary set different to the sequence set MEME searches is unlikely to be useful.

Generate a discriminative prior for a DNA sequence set (pos-dna.fasta) likely to contain TF binding sites, given another DNA sequence set unlikely to contain TF binding sites (neg-dna.fasta):
psp-gen -pos pos-dna.fasta -neg neg-dna.fasta > dna.psp

Use these position-specific priors in MEME, searching both strands:
meme pos-dna.fasta -psp dna.psp -oc meme_out_dna -revcomp

Generate a discriminative prior for a protein sequence set (pos-prot.fasta) associated with a specific function, given another protein sequence set unlikely to relate to that function (neg-prot.fasta):
psp-gen -pos pos-prot.fasta -neg neg-prot.fasta -protein -triples -maxrange > prot.psp

Use these position-specific priors in MEME:
meme pos-prot.fasta -psp prot.psp -oc meme_out_prot

View usage information:
psp-gen -h

Detailed description

The psp-gen program generates a position-specific prior (PSP) in a data file, which can be used as an additional input to MEME to bias the search to sites more likely to contain a motif (or motifs) of interest. Without using a PSP, MEME assigns the same prior probability to all sites. A PSP is generated by psp-gen using two sequence sets, each in FASTA format:

The basic principle of a discriminative prior is to start from the question:

What fraction of all instances of a w-wide subsequence (or w-mer) across both sequence sets occur in the primary set?

The intuition is that any w-mer that is common in the primary set but not the control set could form part of motif of interest, based on the way the two sets are chosen.

PSP calculation starts from the following equation based on the D-prior described in the Narlikar et al. RECOMB 2007 paper "Nucleosome Occupancy Information Improves de novo Motif Discovery". We count the number of instances Xi,j(w) of the subsequence w wide starting at position j in sequence Xi of the primary set, and similarly count Yi,j(w) in the control set, then calculate for each site D i , j = X i , j ( w ) X i , j ( w ) + Y i , j ( w ) . As pseudocounts, we add 1 to the enumerator, and 1 + |X|/|Y| to the denominator. The purpose of the pseudocounts is to avoid giving a high score to infrequent subsequences that are not (or rarely) found in the control set. Once we have scored all sites for a given value of w, we scale scores to a range that can be set on the command line, with the default range [0.1,0.9].

We repeat scoring for the whole range of motif widths under consideration, and choose a "best" width using one of two methods: either we choose the value of w that maximizes the score over all sequences, or the value of w that maximizes the difference between the maximum and minimum score over all sequences. We also allow an option of using spaced triples instead of whole words to match subsequences. See Variations below for more details on triples and choosing the "best" width.

Once we have scored every available site and chosen a specific value of w, we convert the scores to probabilities, based on the proportionalities Pr ( Z i = 0 ) 1   and   Pr ( Z i = j ) D i , j 1 - D i , j , where Zi = j means that the site for a motif in sequence Xi is found at location j (with j = 0 signifying there is no site in the given sequence), and Di,j is the score for sequence Xi at the site starting at location j, numbered from 1. We convert these proportionalities to a PSP by normalizing them to add up to 1 over each sequence.

Running with MEME

Since MEME runs as a separate program, there is no way to check that the primary set is the same as the sequence set given to MEME. There are however checks that every name in the PSP file matches a name in the MEME sequence set, and that the number of sites in the PSP file for a particular sequence name matches the number of sites in the sequence file seen by MEME. While it does not make sense to use a completely different sequence set for PSP generation and for running MEME (with the resulting PSP file), MEME can use a PSP file that does not provide probabilities for every sequence. Any sequences not in the PSP file are given a uniform prior probability. MEME documentation includes more detail on how PSPs are used.

Variations

For each variation, "default" means that you do not need to specify a command-line switch to turn on that setting.

Performance scalability

The running time of psp-gen scales linearly in the sizes of the positive and negative sequence sets (X and Y), and faster than linearly in the difference between the maximum and minimum motif widths (N = maxw-minw). Running time using the default method (exact word match) is O((|X| + |Y|)(Nlog(N))). Running time using the spaced triples method (option -triples) is approximately O((|X| + |Y|)(Nlog2(N))).

The plots below show actual running times of psp-gen on a 4 GHz Intel Core i7 processor with 16GB of memory on inputs containing different numbers of sequences in the positive and negative sets, and specifying different values of the maximum motif width (option -maxw), and different methods—exact word match (default) or spaced triples (option -triples)

Known problems