-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecf3b6e
commit d2120db
Showing
6 changed files
with
79 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
NORDic DR module | ||
================= | ||
|
||
NORDic.NORDic\_DR.bandits module | ||
---------------------------------- | ||
|
||
.. automodule:: NORDic.NORDic_DR.bandits | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
NORDic.NORDic\_DR.functions module | ||
---------------------------------- | ||
|
||
.. automodule:: NORDic.NORDic_DR.functions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
NORDic.NORDic\_DR.utils module | ||
---------------------------------- | ||
|
||
.. automodule:: NORDic.NORDic_DR.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
NORDic DS module | ||
================= | ||
|
||
NORDic.NORDic\_DS.functions module | ||
------------------------------------------------------- | ||
|
||
.. automodule:: NORDic.NORDic_DS.functions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
NORDic.NORDic\_DS.get_drug_signatures module | ||
--------------------------------------------------------------- | ||
|
||
.. automodule:: NORDic.NORDic_DS.get_drug_signatures | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
NORDic.NORDic\_DS.get_drug_targets module | ||
--------------------------------------------------------------- | ||
|
||
.. automodule:: NORDic.NORDic_DS.get_drug_targets | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
NORDic NI module | ||
================= | ||
|
||
NORDic.NORDic\_NI.functions module | ||
-------------------------------------------------- | ||
|
||
.. automodule:: NORDic.NORDic_NI.functions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
NORDic PMR module | ||
================= | ||
|
||
NORDic.NORDic\_PMR.functions module | ||
-------------------------------------------------- | ||
|
||
.. automodule:: NORDic.NORDic_PMR.functions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,8 @@ NORDic | |
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
NORDic | ||
NORDic_NI | ||
NORDic_PMR | ||
NORDic_DS | ||
NORDic_DR | ||
NORDic_UTILS |