-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update logger documentation; update doc site
- Loading branch information
Showing
10 changed files
with
206 additions
and
52 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,2 @@ | ||
_build/ | ||
.DS_Store |
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 |
---|---|---|
@@ -1,20 +1,26 @@ | ||
.. regdiffusion documentation master file, created by | ||
sphinx-quickstart on Thu Mar 21 15:45:33 2024. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
RegDiffusion | ||
============= | ||
|
||
Welcome to regdiffusion's documentation! | ||
======================================== | ||
RegDiffusion is a very fast regulatory network inference algorithm based on | ||
probabilistic diffusion model. It works well on genes and is capable to predict | ||
biologically verifiable links from single cell RNA-seq data. | ||
|
||
Inference on networks with 15,000 genes takes under 5 minutes with modern | ||
accelerated computing. | ||
|
||
Installation | ||
============ | ||
``regdiffusion`` is available on pypi: | ||
|
||
pip install regdiffusion | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
:caption: Get Started: | ||
|
||
modules | ||
quick_tour | ||
|
||
Indices and tables | ||
================== | ||
.. toctree:: | ||
:caption: References: | ||
:titlesonly: | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
modules |
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,7 @@ | ||
regdiffusion | ||
============ | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
regdiffusion |
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,2 @@ | ||
Getting Startted with GRN inference using diffusion model | ||
========================================================= |
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,37 @@ | ||
regdiffusion.data package | ||
========================= | ||
|
||
Submodules | ||
---------- | ||
|
||
regdiffusion.data.beeline module | ||
-------------------------------- | ||
|
||
.. automodule:: regdiffusion.data.beeline | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
regdiffusion.data.microglia module | ||
---------------------------------- | ||
|
||
.. automodule:: regdiffusion.data.microglia | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
regdiffusion.data.utils module | ||
------------------------------ | ||
|
||
.. automodule:: regdiffusion.data.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: regdiffusion.data | ||
: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,21 @@ | ||
regdiffusion.models package | ||
=========================== | ||
|
||
Submodules | ||
---------- | ||
|
||
regdiffusion.models.regdiffusion module | ||
--------------------------------------- | ||
|
||
.. automodule:: regdiffusion.models.regdiffusion | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: regdiffusion.models | ||
: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,54 @@ | ||
regdiffusion package | ||
==================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
regdiffusion.data | ||
regdiffusion.models | ||
|
||
Submodules | ||
---------- | ||
|
||
regdiffusion.evaluator module | ||
----------------------------- | ||
|
||
.. automodule:: regdiffusion.evaluator | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
regdiffusion.grn module | ||
----------------------- | ||
|
||
.. automodule:: regdiffusion.grn | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
regdiffusion.logger module | ||
-------------------------- | ||
|
||
.. automodule:: regdiffusion.logger | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
regdiffusion.trainer module | ||
--------------------------- | ||
|
||
.. automodule:: regdiffusion.trainer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: regdiffusion | ||
: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