Skip to content

Commit

Permalink
Update html.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Feb 25, 2016
1 parent 22b5a74 commit 29ccc83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/html.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The :attr:`results` variable contains a dataframe :attr:`df`. This dataframe
contains as many rows as associations of
drugs and features. See :class:`~gdsctools.anova_results.ANOVAResults` for the contents. The HTML report extracts the significant associations, and then create figures and HTML pages for each of the associations that are significant. You can easily create HTML report as follows::

>>> from gdsctools import ANOVAReport
>>> report = ANOVAReport(gdsc, results)
>>> report.create_html_pages()

Expand Down

0 comments on commit 29ccc83

Please sign in to comment.