<?xml-stylesheet type='text/xsl' href='options.xsl'?>
<html>
<head>
<title>fimo - a motif search tool</title>
<style>
  code {
    font-size: 15px
  }
  td {
    text-align: center
  }
  th {
    text-align: center
  }
</style>
</head>
<body>
<h1><img height="81" width="444" src="meta-meme.gif"/></h1>
<center><h1>fimo</h1></center>
<b>Usage:</b> 
<blockquote>
<code>fimo [options] &lt;motifs&gt; &lt;database&gt;</code>
</blockquote>
<p>
<b>Description:</b>
</p>
<blockquote>
The name <code>fimo</code> stands for "Find Individual Motif
Occurences."  The program searches a sequence database for occurrences
of known motifs, treating each motif independently.  The program uses
a dynamic programming algorithm to convert log-odds scores into
p-values, assuming a zero-order background model.  The program reports
all motif occurrences that receive p-values smaller than a specified
threshold.  If a given motif has the <code>strand</code> feature set
to <code>+/-</code> (rather than <code>+</code>), then
<code>fimo</code> will search both strands for occurrences.
</blockquote>

<p><b>Input:</b></p> 
<ul> 
<li>
<code>&lt;motifs&gt;</code> is a list of motifs, in <A
HREF="meme-format.html">MEME format</A>.
</li>
<li>
<code>&lt;database&gt;</code> is a collection of sequences in
<A HREF="fasta-format.html">FASTA</A> format. 
</li>
</ul>
<p><b>Output:</b></p>
<blockquote>
<p>
An XML file using the 
<a href="http://zlab.bu.edu/~phaverty/SupplementalData/CisML">CisML</a>
schema.
</p>
</blockquote>
<b>Options:</b> 
<ul>
<li><command-option name="bg-file"/></li>
<li><command-option name="max-seqs"/></li>
<li><command-option name="motif"/></li>
<li><command-option name="motif-pseudo"/></li>
<li><command-option name="output-pthresh"/></li>
<li><command-option name="progress"/></li>
<li><command-option name="verbosity"/></li>
</ul>
</body>
</html>
