Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Mar 18, 2016
2 parents ee56b4b + f72db27 commit ceaeb44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,15 @@ terms (e.g. generic GOslim) ::

Dependencies
-------------
- `fisher <http:https://pypi.python.org/pypi/fisher/>`_ module for calculating
- `fisher <http:https://pypi.python.org/pypi/fisher/>`_ (required) for calculating
Fisher's exact test::

easy_install fisher

- `statsmodels` (optional) for access to a variety of statistical tests for GOEA::

easy_install statsmodels

- To plot the ontology lineage, install one of these two options:

1. Graphviz
Expand Down Expand Up @@ -191,7 +195,7 @@ We have implemented several significance tests:
* ``holm``, hold correction
* ``fdr``, false discvery rate (fdr) implementation using resampling

Additional methods are available if `statsmodels` is installed:
Additional methods are available if ``statsmodels`` is installed:

* ``sm_bonferroni``, bonferroni one-step correction
* ``sm_sidak``, sidak one-step correction
Expand Down
2 changes: 1 addition & 1 deletion goatools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.3"
__version__ = "0.6.4"

0 comments on commit ceaeb44

Please sign in to comment.