Skip to content

Commit

Permalink
deploy: c335c1a
Browse files Browse the repository at this point in the history
  • Loading branch information
danaru29 committed Jan 17, 2025
0 parents commit d7bb833
Show file tree
Hide file tree
Showing 174 changed files with 22,457 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: e4704fbb189cc4c497c04e6ee89de3e7
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/autoapi/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/autoapi/moleculib/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/autoapi/moleculib/protein/index.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/autoapi/moleculib/traj/index.doctree
Binary file not shown.
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
11 changes: 11 additions & 0 deletions _sources/autoapi/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
API Reference
=============

This page contains auto-generated API reference documentation [#f1]_.

.. toctree::
:titlesonly:

/autoapi/moleculib/index

.. [#f1] Created with `sphinx-autoapi <https://github.com/readthedocs/sphinx-autoapi>`_
35 changes: 35 additions & 0 deletions _sources/autoapi/moleculib/abstract/dataset/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
moleculib.abstract.dataset
==========================

.. py:module:: moleculib.abstract.dataset
Classes
-------

.. autoapisummary::

moleculib.abstract.dataset.Dataset
moleculib.abstract.dataset.PreProcessedDataset


Module Contents
---------------

.. py:class:: Dataset(transform: List[Callable] = None)
.. py:attribute:: transform
:value: None



.. py:class:: PreProcessedDataset(splits, transform: List[Callable] = None, shuffle=True, pre_transform=False)
.. py:attribute:: splits
.. py:attribute:: transform
:value: None



17 changes: 17 additions & 0 deletions _sources/autoapi/moleculib/abstract/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
moleculib.abstract
==================

.. py:module:: moleculib.abstract
Submodules
----------

.. toctree::
:maxdepth: 1

/autoapi/moleculib/abstract/dataset/index
/autoapi/moleculib/abstract/metrics/index
/autoapi/moleculib/abstract/transform/index


22 changes: 22 additions & 0 deletions _sources/autoapi/moleculib/abstract/metrics/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
moleculib.abstract.metrics
==========================

.. py:module:: moleculib.abstract.metrics
Classes
-------

.. autoapisummary::

moleculib.abstract.metrics.MetricsPipe


Module Contents
---------------

.. py:class:: MetricsPipe(metrics_list: List[Callable])
.. py:attribute:: metrics_list
6 changes: 6 additions & 0 deletions _sources/autoapi/moleculib/abstract/transform/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
moleculib.abstract.transform
============================

.. py:module:: moleculib.abstract.transform
22 changes: 22 additions & 0 deletions _sources/autoapi/moleculib/assembly/dataset/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
moleculib.assembly.dataset
==========================

.. py:module:: moleculib.assembly.dataset
Classes
-------

.. autoapisummary::

moleculib.assembly.dataset.ChromaDataset


Module Contents
---------------

.. py:class:: ChromaDataset(base_path, transform: List[Callable] = None, shuffle=True, reduced=False)
Bases: :py:obj:`moleculib.abstract.dataset.PreProcessedDataset`


56 changes: 56 additions & 0 deletions _sources/autoapi/moleculib/assembly/datum/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
moleculib.assembly.datum
========================

.. py:module:: moleculib.assembly.datum
Classes
-------

.. autoapisummary::

moleculib.assembly.datum.AssemblyDatum


Module Contents
---------------

.. py:class:: AssemblyDatum(idcode: str = None, protein_data: List[moleculib.protein.datum.ProteinDatum] = None, molecule_data: List[moleculib.molecule.datum.MoleculeDatum] = None)
.. py:attribute:: idcode
:value: None



.. py:attribute:: protein_data
:value: None



.. py:attribute:: molecule_data
:value: None



.. py:method:: from_datalist()
.. py:method:: filter_proteins(keep=None, drop=None)
indices to keep or drop



.. py:method:: plot(view, viewer=None, protein_style=dict(), molecule_style=dict())
.. py:method:: from_filepath(filepath, idcode=None)
:classmethod:



.. py:method:: fetch_pdb_id(idcode, save_path=None)
:classmethod:



18 changes: 18 additions & 0 deletions _sources/autoapi/moleculib/assembly/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
moleculib.assembly
==================

.. py:module:: moleculib.assembly
Submodules
----------

.. toctree::
:maxdepth: 1

/autoapi/moleculib/assembly/dataset/index
/autoapi/moleculib/assembly/datum/index
/autoapi/moleculib/assembly/metrics/index
/autoapi/moleculib/assembly/transform/index


37 changes: 37 additions & 0 deletions _sources/autoapi/moleculib/assembly/metrics/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
moleculib.assembly.metrics
==========================

.. py:module:: moleculib.assembly.metrics
Classes
-------

.. autoapisummary::

moleculib.assembly.metrics.AssemblyMetric
moleculib.assembly.metrics.ApplyMetricsToProtein


Module Contents
---------------

.. py:class:: AssemblyMetric
.. py:method:: transform(datum: moleculib.assembly.datum.AssemblyDatum) -> moleculib.assembly.datum.AssemblyDatum
:abstractmethod:


Takes as input an individual data point, processes
the values in it and returns a new ProteinDatum



.. py:class:: ApplyMetricsToProtein(protein_metrics: List[moleculib.protein.metrics.ProteinMetric])
Bases: :py:obj:`AssemblyMetric`


.. py:attribute:: protein_metrics
120 changes: 120 additions & 0 deletions _sources/autoapi/moleculib/assembly/transform/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
moleculib.assembly.transform
============================

.. py:module:: moleculib.assembly.transform
Classes
-------

.. autoapisummary::

moleculib.assembly.transform.AssemblyTransform
moleculib.assembly.transform.ApplyToProteins
moleculib.assembly.transform.ComplexPad
moleculib.assembly.transform.FilterProteinChains
moleculib.assembly.transform.StackProteins
moleculib.assembly.transform.UnstackProteins


Module Contents
---------------

.. py:class:: AssemblyTransform
Abstract class for transformation of ProteinDatum datapoints


.. py:method:: transform(datum: moleculib.assembly.datum.AssemblyDatum) -> moleculib.assembly.datum.AssemblyDatum
:abstractmethod:


Takes as input an individual data point, processes
the values in it and returns a new ProteinDatum



.. py:class:: ApplyToProteins(protein_transform: List[moleculib.protein.transform.ProteinTransform])
Bases: :py:obj:`AssemblyTransform`


Abstract class for transformation of ProteinDatum datapoints


.. py:attribute:: protein_transform
.. py:method:: transform(datum)
Takes as input an individual data point, processes
the values in it and returns a new ProteinDatum



.. py:class:: ComplexPad(num_chains)
Bases: :py:obj:`AssemblyTransform`


Abstract class for transformation of ProteinDatum datapoints


.. py:attribute:: num_chains
.. py:method:: transform(datum)
Takes as input an individual data point, processes
the values in it and returns a new ProteinDatum



.. py:class:: FilterProteinChains(num_chains)
Bases: :py:obj:`AssemblyTransform`


Abstract class for transformation of ProteinDatum datapoints


.. py:attribute:: num_chains
.. py:method:: transform(datum)
Takes as input an individual data point, processes
the values in it and returns a new ProteinDatum



.. py:class:: StackProteins
Bases: :py:obj:`AssemblyTransform`


Abstract class for transformation of ProteinDatum datapoints


.. py:method:: transform(datum)
Takes as input an individual data point, processes
the values in it and returns a new ProteinDatum



.. py:class:: UnstackProteins
Bases: :py:obj:`AssemblyTransform`


Abstract class for transformation of ProteinDatum datapoints


.. py:method:: transform(datum)
Takes as input an individual data point, processes
the values in it and returns a new ProteinDatum



Loading

0 comments on commit d7bb833

Please sign in to comment.