Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SENSE-PPI
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Konstantin Volzhenin
SENSE-PPI
Commits
a183543b
Commit
a183543b
authored
Sep 28, 2023
by
Konstantin Volzhenin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Readthedocs update
parent
4d750222
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
13 deletions
+16
-13
README.md
README.md
+1
-0
api.rst
docs/source/api.rst
+0
-5
conf.py
docs/source/conf.py
+2
-2
index.rst
docs/source/index.rst
+2
-6
installation.rst
docs/source/installation.rst
+11
-0
usage.rst
docs/source/usage.rst
+0
-0
No files found.
README.md
View file @
a183543b
...
...
@@ -4,6 +4,7 @@ SENSE-PPI
[
![DOI - 10.1101/2023.09.19.558413
](
https://img.shields.io/badge/DOI-10.1101%2F2023.09.19.558413-blue
)
](https://doi.org/10.1101/2023.09.19.558413)
[
![PyPI
](
https://img.shields.io/pypi/v/senseppi?logo=PyPi
)
](https://pypi.org/project/senseppi/)
[
![Licence - MIT
](
https://img.shields.io/badge/Licence-MIT-2ea44f
)
](http://gitlab.lcqb.upmc.fr/Konstvv/SENSE-PPI/blob/master/LICENSE)
[
![Documentation Status
](
https://readthedocs.org/projects/sense-ppi/badge/?version=latest
)
](https://sense-ppi.readthedocs.io/en/latest/?badge=latest)
SENSE-PPI is a Deep Learning model for predicting physical protein-protein interactions based on amino acid sequences.
It is based on embeddings generated by ESM2 and uses Siamese RNN architecture to perform a binary classification.
...
...
docs/source/api.rst
deleted
100644 → 0
View file @
4d750222
API
===
.. autosummary::
:toctree: generated
docs/source/conf.py
View file @
a183543b
...
...
@@ -6,8 +6,8 @@ project = 'SENSE-PPI'
copyright
=
'2023, Konstantin Volzhenin, Lucie Bittner, Alessandra Carbone'
author
=
'Konstantin Volzhenin, Lucie Bittner, Alessandra Carbone'
release
=
'0.
1
'
version
=
'0.
1
.0'
release
=
'0.
2
'
version
=
'0.
2
.0'
# -- General configuration
...
...
docs/source/index.rst
View file @
a183543b
...
...
@@ -4,10 +4,6 @@ Welcome to SENSE-PPI documentation!
**SENSE-PPI** is a Deep Learning model for predicting physical protein-protein interactions based on amino acid sequences.
It is based on embeddings generated by ESM2 and uses Siamese RNN architecture to perform a binary classification.
Check out the :doc:`usage` section for further information, including
how to :ref:`installation` the project.
.. note::
This project is under active development.
...
...
@@ -17,5 +13,5 @@ Contents
.. toctree::
usage
api
installation
usage
docs/source/installation.rst
0 → 100644
View file @
a183543b
Installation
=====
.. _installation:
To use SENSE-PPI, install it using pip:
.. code-block:: bash
pip install senseppi
\ No newline at end of file
docs/source/usage.rst
View file @
a183543b
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment