Skip to content

Commit

Permalink
ADD v0.4.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Oct 10, 2024
1 parent fa83130 commit 8888364
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/ablate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ablate
======

.. automodule:: tangermeme.ablate
:members: ablate
:members: ablate, ablate_annotations
5 changes: 5 additions & 0 deletions docs/api/annotate.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
annotate
========

.. automodule:: tangermeme.annotate
:members: annotate_seqlets, count_annotations, pairwise_annotations, pairwise_annotations_spacing
2 changes: 1 addition & 1 deletion docs/api/marginalize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ marginalize
===========

.. automodule:: tangermeme.marginalize
:members: marginalize
:members: marginalize, marginalize_annotations
5 changes: 5 additions & 0 deletions docs/api/seqlets.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
seqlets
=======

.. automodule:: tangermeme.seqlets
:members: recursive_seqlets, tfmodisco_seqlets
9 changes: 8 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Contributions are eagerly accepted! If you would like to contribute a feature th
tutorials/Tutorial_A1_Ersatz_Sequence_Manipulation.ipynb
tutorials/Tutorial_A2_Predictions.ipynb
tutorials/Tutorial_A3_Deep_LIFT_SHAP.ipynb
tutorials/Tutorial_A4_Seqlets.ipynb
tutorials/Tutorial_A5_Annotations.ipynb
tutorials/Tutorial_B1_Marginalization.ipynb
tutorials/Tutorial_B2_Ablation.ipynb
tutorials/Tutorial_B3_Spacing.ipynb
Expand All @@ -63,20 +65,23 @@ Contributions are eagerly accepted! If you would like to contribute a feature th
tutorials/Tutorial_C1_IO_and_Data_Loading.ipynb
tutorials/Tutorial_C2_Plotting.ipynb
tutorials/Tutorial_D1_FIMO.ipynb
tutorials/Tutorial_D2_TOMTOM.ipynb

.. toctree::
:maxdepth: 1
:hidden:
:caption: Vignettes

vignettes/Attribution_Trickiness_and_DeepLiftShap_Implementations.ipynb
vignettes/Inspecting_What_Cis-Regulatory_Features_a_Model_Has_Learned.ipynb

.. toctree::
:maxdepth: 1
:hidden:
:caption: API

api/ablate.rst
api/annotate.rst
api/design.rst
api/ersatz.rst
api/io.rst
Expand All @@ -85,5 +90,7 @@ Contributions are eagerly accepted! If you would like to contribute a feature th
api/match.rst
api/predict.rst
api/product.rst
api/seqlets.rst
api/space.rst
api/variant_effect.rst
api/variant_effect.rst

0 comments on commit 8888364

Please sign in to comment.