Skip to content

Commit

Permalink
Fixed tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvds committed Apr 16, 2018
1 parent 270eadc commit 32afbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ In addition, the transcription factor is added to the module and modules that ha

.. code-block:: python
modules = list(modules_from_adjacencies(adjacencies, ex_matrix, nomenclature=NOMENCLATURE))
modules = list(modules_from_adjacencies(adjacencies, ex_matrix.T, nomenclature=NOMENCLATURE))
Phase II: Prune modules for targets with cis regulatory footprints (aka RcisTarget)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ In addition, the transcription factor is added to the module and modules that ha

.. code-block:: python
modules = list(modules_from_adjacencies(adjacencies, ex_matrix, nomenclature=NOMENCLATURE))
modules = list(modules_from_adjacencies(adjacencies, ex_matrix.T, nomenclature=NOMENCLATURE))
Phase II: Prune modules for targets with cis regulatory footprints (aka RcisTarget)
Expand Down

0 comments on commit 32afbdc

Please sign in to comment.