https://github.com/chemosim-lab/prolif-paper
Data and code for the ProLIF paper
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.3%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Data and code for the ProLIF paper
Basic Info
- Host: GitHub
- Owner: chemosim-lab
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: main
- Size: 6.17 MB
Statistics
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 1
- Releases: 0
Created about 5 years ago
· Last pushed over 4 years ago
https://github.com/chemosim-lab/ProLIF-paper/blob/main/
# ProLIF-paper
Data and code for the ProLIF paper:
```
Bouysset, C., Fiorucci, S. ProLIF: a library to encode molecular interactions as fingerprints.
J Cheminform 13, 72 (2021). https://doi.org/10.1186/s13321-021-00548-6
```
## Description
---
- **Notebooks**
The `Analysis.ipynb` notebook, as well as a `pickles` subdirectory containing the
pandas DataFrames generated during the analysis as binary pickle files (to avoid
re-running the calculations)
- **Data**
- `*.xlsx`: the annotated sequences of proteins, as downloaded from GPCRdb
- `*.pqr`: PQR files downloaded from the PDB2PQR webserver
- **Figures**
All figures and interactive plots generated during the analysis
## Instructions
---
To read the analysis notebook **[click here](https://nbviewer.jupyter.org/github/chemosim-lab/ProLIF-paper/blob/main/Notebooks/Analysis.ipynb)**
To run the notebook without installing anything: [](https://mybinder.org/v2/gh/chemosim-lab/ProLIF-paper/HEAD?filepath=Notebooks%2FAnalysis.ipynb)
To run the notebook locally, you will first need to install some dependencies.
Start by cloning this repository:
```bash
git clone https://github.com/chemosim-lab/ProLIF-paper.git
cd ProLIF-paper
```
Then you can install the dependencies with `conda` and `pip` in a dedicated virtual
environment:
```bash
# install dependencies in a new virtual environment
conda env create --name prolif-paper --file environment.yml
# install prolif
conda activate prolif-paper
pip install https://github.com/chemosim-lab/ProLIF/archive/v0.3.4.zip
```
Once this is done, you should be able to run the [Analysis notebook](Notebooks/Analysis.ipynb):
```bash
jupyter-notebook Notebooks/Analysis.ipynb
```
## License
---
Unless otherwise noted, all files in this directory and all subdirectories are distributed under the Apache License, Version 2.0:
```
Copyright 2021 Cdric BOUYSSET
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
Owner
- Name: ChemSenSim Lab
- Login: chemosim-lab
- Kind: organization
- Location: Nice, France
- Website: https://sebastienfiorucci.wixsite.com/chemsenses-ai
- Repositories: 2
- Profile: https://github.com/chemosim-lab
Chemical Senses & Simulations