Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
briney committed Mar 4, 2024
1 parent e68bc0f commit 0b9c332
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ plotting adaptive immune receptor features like CDR3 length distributions and ge
modules/kde
modules/donut

.. toctree::
:maxdepth: 1
:hidden:
:caption: io

read <read-sequences>
write <write-sequences>

.. toctree::
:maxdepth: 1
Expand Down
20 changes: 20 additions & 0 deletions docs/source/modules/io.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@


sequence IO
====================

.. _read-sequences:

.. autofunction:: abutils.core.sequence.read_fasta
.. autofunction:: abutils.core.sequence.read_airr
.. autofunction:: abutils.core.sequence.read_csv
.. autofunction:: abutils.core.sequence.read_json

|
.. _write-sequences:

.. autofunction:: abutils.core.sequence.to_fasta
.. autofunction:: abutils.core.sequence.to_fastq


13 changes: 8 additions & 5 deletions docs/source/modules/sequence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ sequence
===================

.. autoclass:: abutils.core.sequence.Sequence
.. autofunction:: abutils.core.sequence.read_fasta
.. autofunction:: abutils.core.sequence.read_airr
.. autofunction:: abutils.core.sequence.read_csv
.. autofunction:: abutils.core.sequence.read_json
.. autofunction:: abutils.core.sequence.to_fasta
:members:

|
.. autofunction:: abutils.core.sequence.reverse_complement

|
.. autofunction:: abutils.core.sequence.translate

0 comments on commit 0b9c332

Please sign in to comment.