uniprobe2meme [options]
Converts UNIPROBE matricies from standard input into a MEME motif file suitable for use with MEME Suite programs. You may concatenate files for more than one motif.
Reads UNIPROBE matricies from standard input.
Concatenated UNIPROBE files describe one or more motifs. Each motif has a header line and a position-weight matrix.
Writes MEME motif format to standard output.
A probability matrix and optionally a log-odds matrix are output for each motif in the file. The probability matrix is computed using pseudo-counts consisting of the background frequency (see -bg, below) multiplied by the total pseudocounts (see -pseudo, below). The log-odds matrix uses the background frequencies in the denominator and is log base 2.
Option | Parameter | Description | Default Behaviour |
---|---|---|---|
General Options | |||
-skip | ID | Skip the motif identified by ID. This option can be repeated to skip more than one motif. | Motifs are not skipped. |
-numseqs | # seqs | Assume that the motif was created from # seqs sites. | Assume the motif was based on 20 sites. |
-truncate_names | Truncate motif names at the first underscore in the UNIPROBE ID. If the UNIPROBE ID was "Arid3a_primary" then it would be shortened to just "Arid3a". | Keep the full UNIPROBE ID. | |
-numbers | Use a number based on the position in the input instead of the UNIPROBE ID as the motif identifier. | The UNIPROBE ID is used as the motif identifier. | |
-bg | background file | The background file should be a Markov background model. It contains the background frequencies of letters use for assigning pseudocounts. The background frequencies will be included in the resulting MEME file. | Uses uniform background frequencies. |
-pseudo | total pseudocounts | Add total pseudocounts times letter background to each frequency. | No pseudocount is added. |
-logodds | Include a log-odds matrix in the output. This is not required for versions of the MEME Suite ≥ 4.7.0. | The log-odds matrix is not included in the output. | |
-url | website | The provided website URL will be stored with the motif and this can be used by MEME Suite programs to provide a direct link to that information in their output. If website contains the keyword MOTIF_NAME the UNIPROBE ID is substituted in place of MOTIF_NAME in the output. For example if the url is http://big-box-of-motifs.com/motifs/MOTIF_NAME.html and the UNIPROBE ID is Arid3a_primary , the motif will contain a link to http://big-box-of-motifs.com/motifs/Arid3a_primary.html | The output does not include a URL with the motifs. |
-sg | sg_file_name | File containing motif name and ID in 2 columns. The second column is substituted for MOTIF_NAME in the URL if -url is given. | The motif name is substituted for MOTIF_NAME. |