formosa
is a Python library to facilitate sampling nucleic acid
motifs by information content. formosa
is FOR MOtif SAmpling.
$ sudo python setup.py install
After installation, you should run the unit tests:
$ nosetests
Run:
$ python formosa.py -h
for example usage.
In the imports section of your script, type:
from formosa import *
See using_formosa.ipynb
for a tutorial on using formosa
.