Skip to content

Commit

Permalink
Add HyenaDNA to documents folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bputzeys committed May 22, 2024
1 parent d212ab8 commit 9d9ec87
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 4 deletions.
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ parts:
- file: docs/Geneformer.rst
- file: docs/UCE.rst
- file: docs/scGPT.rst
- file: docs/hyena_dna.rst
- caption: Tutorials🪄
chapters:
- file : examples/Geneformer-vs-UCE
Expand Down
3 changes: 2 additions & 1 deletion docs/_autosummary/helical.constants.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
helical.constants
helical.constants
=================

.. automodule:: helical.constants
Expand Down Expand Up @@ -28,4 +28,5 @@ helical.constants
:recursive:

helical.constants.enums
helical.constants.paths

2 changes: 1 addition & 1 deletion docs/_autosummary/helical.models.geneformer.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
helical.models.geneformer
helical.models.geneformer
=========================

.. automodule:: helical.models.geneformer
Expand Down
1 change: 1 addition & 0 deletions docs/_autosummary/helical.models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

helical.models.geneformer
helical.models.helical
helical.models.hyena_dna
helical.models.scgpt
helical.models.uce

12 changes: 11 additions & 1 deletion docs/_autosummary/helical.models.scgpt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,17 @@ helical.models.scgpt
:toctree:
:recursive:

helical.models.scgpt.data_collator
helical.models.scgpt.data_sampler
helical.models.scgpt.loss
helical.models.scgpt.model
helical.models.scgpt.scGPT
helical.models.scgpt.model_dir
helical.models.scgpt.preprocess
helical.models.scgpt.scbank
helical.models.scgpt.scgpt_config
helical.models.scgpt.scgpt_utils
helical.models.scgpt.tasks
helical.models.scgpt.tokenizer
helical.models.scgpt.trainer
helical.models.scgpt.utils

2 changes: 1 addition & 1 deletion docs/_autosummary/helical.models.uce.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
helical.models.uce
helical.models.uce
==================

.. automodule:: helical.models.uce
Expand Down
15 changes: 15 additions & 0 deletions docs/hyena_dna.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Hyena-DNA
=================

.. currentmodule:: helical.models.hyena_dna
.. automodule:: helical.models.hyena_dna

.. autosummary::
:toctree: _autosummary

HyenaDNA
HyenaDNAConfig
HyenaDNA.process_data
HyenaDNA.get_embeddings


0 comments on commit 9d9ec87

Please sign in to comment.