-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
23 lines (15 loc) · 878 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
STEME
=======
Accurate efficient motif finding in large data sets
---------------------------------------------------
STEME started life as an approximation to the Expectation-Maximisation algorithm for
the type of model used in motif finders such as MEME. STEME’s EM approximation
runs an order of magnitude more quickly than the MEME implementation for typical
parameter settings. STEME has now developed into a fully-fledged motif finder in
its own right.
.. _MEME: http://meme.sdsc.edu/meme/intro.html
STEME's source code can be found at its `PyPI page`_. The latest version of STEME's documentation is
at its `Python package page`_. An installation of STEME is available_ to run over the web.
.. _PyPI page: http://pypi.python.org/pypi/STEME/
.. _available : http://sysbio.mrc-bsu.cam.ac.uk/STEME/
.. _Python package page: http://packages.python.org/STEME/