Skip to content

Commit

Permalink
tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoliver committed Sep 10, 2024
1 parent ea9c4cb commit 86ea1da
Show file tree
Hide file tree
Showing 19 changed files with 454 additions and 2,461 deletions.
1 change: 0 additions & 1 deletion docs/source/rnaglib.algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
========================



.. automodule:: rnaglib.algorithms


Expand Down
33 changes: 30 additions & 3 deletions docs/source/rnaglib.data_loading.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,37 @@
``rnaglib.data_loading``
=========================

Tools for loading and creating collections of RNAs.

.. currentmodule:: rnaglib.data_loading
.. automodule:: rnaglib.data_loading


.. automodule:: rnaglib.data_loading
:members:

RNA Dataset
--------------


This is the main object used for holding collections of RNAs. The ``RNAdataset`` object draws from a database.

.. autosummary::
:toctree: generated/

RNADataset



Loading
---------

Tools for loading RNAs stored in an ``RNADataset`` batch-wise for deep learning models.



.. autosummary::
:toctree: generated/

Collater
get_loader
get_inference_loader
EdgeLoaderGenerator
DefaultBasePairLoader
4 changes: 3 additions & 1 deletion docs/source/rnaglib.prepare_data.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
``rnaglib.prepare_data``
=============================

Functions to build data releases from raw PDBs.
Constructing databases of RNAs along with their annotations. The resulting
databases are stored in a local folder and accessed by ``RNADataset`` to build
datasets.

.. currentmodule:: rnaglib.prepare_data

Expand Down
Loading

0 comments on commit 86ea1da

Please sign in to comment.