forked from a-r-j/graphein
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add tensor parsing util * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add missing arg comma * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add backbone check util * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * linting * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add chain tensor * add test for io utils * fix loguru import * add torchtyping dependency * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix import message import * add tests for angle utils * add tests for angle utils * add tests for tensor parsing * add tests for tensor parsing * add sidechain atom groups * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add io tests * add geometry tests * add geom ad sequence mnodules * add test for inferring sequence from coordinates * add einops as an optional dependecy * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add sequence inference utils * add data testing utils * add nan util * add angle computation utils * add test for distmat reconstruction * wrap torch imports * wrap imports * wrap imports * add representation utils * wrap torch-dependent tests * add edge tensor type * update changelog * add build params * add updated angles script * add graphein package test * wrap imports * add plotting utils * push tensor utils * update centering default args * add reconstruction utils * add data objects * add PyG dep * add PyG dep * add PyG dep * add PyG dep * add PyG dep * add PyG dep * add PyG dep * add PyG dep * add pnerf * update nx to numpy array to support 3.0 * fix kabsch test * fix centering masking * remove nx.info - deprecated in nx 3.0 * rm gpickle reference - deprecated in nx 3.0 * rm gpickle reference - deprecated in nx 3.0 * fix nx 3.0 adjacency issues * fix for nx 3.0 * ignore tensor tests for minimal build * ignore tensor tests for minimal build * add additional docs * add additional testin utils * add docstrings to plot * finish sequence docstrings * add notimplemented errors and todos * finalise io * add tensor submodule to docs * add edges * update license year * add documented code * add documented code and edge funcs * add updated tests * update doc config * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add additional constants * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix test * update changelog * update readme * update docstrings * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update docstrings * update docstrings * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * bump license year * fix angle dims * add noising and plotting * add node id to plots * add esmfold util * add noise util * Add structural metrics (a-r-j#245) * Add gdt metric * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add TMScore * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add init * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update readme Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * add dataloader * add folding utils * update readme * add docs * add tutorial notebooks * add fasta parsing util * add data updates * fix df output * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove DL-dependent notebooks from minimal install test * add watermark * rm dataloaders from test * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix typo in inc_dict attr * add doc dep install to build * fix typo * remove wildcard pyyaml version * add try/except for atomic peptide bonds * update tensor tutorial --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4634887
commit 4f9563b
Showing
57 changed files
with
433,304 additions
and
1,758 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ sphinx-inline-tabs | |
sphinxext-opengraph | ||
sphinxcontrib-gtagjs | ||
ipython | ||
watermark |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ mpl_chord_diagram==0.3.2 | |
rdkit | ||
selfies | ||
smilite | ||
einops |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
=============== | ||
Protein Tensors | ||
=============== | ||
|
||
|
||
Introduction | ||
--------- | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:glob: | ||
|
||
notebooks/protein_tensors.nblink | ||
notebooks/datasets_and_dataloaders.nblink |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
graphein.protein.tensor | ||
======================= | ||
|
||
.. currentmodule:: graphein.protein.tensor | ||
|
||
Data and Batch Objects | ||
------------------------ | ||
.. automodule:: graphein.protein.tensor.data | ||
:members: | ||
|
||
I/O | ||
------ | ||
.. automodule:: graphein.protein.tensor.io | ||
:members: | ||
|
||
Representation | ||
--------------- | ||
.. automodule:: graphein.protein.tensor.representation | ||
:members: | ||
|
||
|
||
Geometry | ||
------ | ||
Geometry Utils | ||
^^^^^^^^^ | ||
.. automodule:: graphein.protein.tensor.geometry | ||
:members: | ||
|
||
Angles | ||
^^^^^^^^^^^^^^^ | ||
.. automodule:: graphein.protein.tensor.angles | ||
:members: | ||
|
||
|
||
Reconstruction | ||
--------- | ||
|
||
.. automodule:: graphein.protein.tensor.reconstruction | ||
:members: | ||
|
||
pNERF | ||
^^^^^^^ | ||
.. automodule:: graphein.protein.tensor.pnerf | ||
:members: | ||
|
||
Sequence | ||
--------- | ||
.. automodule:: graphein.protein.tensor.sequence | ||
:members: | ||
|
||
Plotting | ||
--------- | ||
.. currentmodule:: graphein.protein.tensor.plot | ||
|
||
.. autosummary:: | ||
:nosignatures: | ||
|
||
graphein.protein.tensor.plot | ||
|
||
.. automodule:: graphein.protein.tensor.plot | ||
:members: | ||
|
||
Types | ||
--------- | ||
.. automodule:: graphein.protein.tensor.types | ||
:members: | ||
|
||
|
||
Testing | ||
--------- | ||
.. automodule:: graphein.protein.tensor.testing | ||
:members: | ||
|
||
Constants | ||
---------- | ||
.. automodule:: graphein.protein.resi_atoms | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"path": "../../../notebooks/datasets_and_dataloaders.ipynb" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"path": "../../../notebooks/protein_tensors.ipynb" | ||
} |
Oops, something went wrong.