NORDic

NORDic: a Network-Oriented package for the Repurposing of Drugs - Published in JOSS (2023)

https://github.com/clreda/nordic

Science Score: 100.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 9 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Committers with academic emails
    2 of 4 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Keywords

bandit-algorithm boolean-network drug-repurposing drug-simulation gene-regulatory-network gene-regulatory-network-inference

Scientific Fields

Mathematics Computer Science - 43% confidence
Earth and Environmental Sciences Physical Sciences - 40% confidence
Last synced: 6 months ago · JSON representation ·

Repository

Network-Oriented Repurposing of Drugs Python Package

Basic Info
Statistics
  • Stars: 8
  • Watchers: 2
  • Forks: 3
  • Open Issues: 0
  • Releases: 12
Topics
bandit-algorithm boolean-network drug-repurposing drug-simulation gene-regulatory-network gene-regulatory-network-inference
Created over 3 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

Network Oriented Repurposing of Drugs (NORDic)

Python Version Anaconda version PyPI version Zenodo version publication

Statement of need

Being able to build in an automated and reproducible way a model of gene interactions and their influences on gene activity will allow to consider more complex diseases and biological phenomena, on a larger set of genes. These models might speed up the understanding of the gene regulation hierarchy by bioinformaticians and biologists, allow to predict novel drugs or gene targets which might be investigated later for healthcare purposes. In particular, the network-oriented approach allow to predict off-targets, which are non-specific drug targets which might lead to otherwise unexpected toxic side effects.

NORDic is an open-source package which allows to focus on a network-oriented approach to identify regulatory mechanisms linked to a disease, to detect master regulators in a diseased transcriptomic context, to simulate drug effects on a patient through a network, and adaptively test drugs to perform sample-efficient, error-bound drug repurposing. As such, it is comprised of four distinct submodules: - NORDic NI identifies a disease-associated gene regulatory network (as a Boolean network) with its dynamics combining several biological sources and methods. The main contribution is that this inference can be performed even in the absence of previously curated experiments and prior knowledge networks. - NORDic PMR detects master regulators in a Boolean network, given examples of diseased transcriptomic profiles. In contrast to prior works, the score assigned to (groups of) master regulators takes into account the network topology as well as its dynamics with respect to the diseased profiles. - NORDic DS (since version 2.0.0) scores the effect of a treatment on a patient (the higher the score, the most promising the treatment) based on a Boolean network. This approach computes the similarity of a predicted treated patient profile to control profiles to output a signature reversal score associated with the considered drug. The signature reversion approach has already been applied with some success. - NORDic DR (since version 2.0.0) uses the routine in NORDic DS and a bandit algorithm to adaptively test treatments and perform drug repurposing. This novel approach allows to get recommendations with a bounded probability of false discovery, while remaining sample efficient.

Install the latest release

Supported platforms

The package has been developed and mainly tested on a Linux platform. Issues when using it on Windows or Macs can be reported on this GitHub repository.

Dependencies

It is strongly advised to create a virtual environment using Conda (python>=3.8)

bash conda create -n test_NORDic python=3.8 conda activate test_NORDic

The complete list of dependencies can be found at requirements.txt or meta.yaml.

Using pip (package hosted on PyPI)

We need to install missing dependencies from PyPI:

bash apt-get install graphviz # for Debian distributions, check the correct command for your own distribution conda install -c colomoto -y -q maboss pip install NORDic

Using conda (package hosted on Anaconda.org)

All dependencies (except for clingo) are retrievable from Anaconda:

```bash conda install -c potassco clingo

conda install -c creda -y -q nordic conda install -c bioconda -y -q nordic ```

Using CoLoMoTo-Docker (since March 1st, 2023)

bash pip install -U colomoto-docker colomoto-docker

Quick access to NORDic

The easiest way not to having to deal with environment configuration is to use the CoLoMoTo-Docker. First ensure that Docker is installed for your distribution:

bash service docker start docker run hello-world # downloads a test image, runs it in a container (prints a confirmation message), exits

Then install the CoLoMoTo-Docker:

bash conda create -n nordic_colomoto python=3.10 -y conda activate nordic_colomoto pip install -U colomoto-docker mkdir notebooks colomoto-docker -v notebooks:local-notebooks ## or any version later than 2023-03-01

In the Jupyter browser, you will see a local-notebooks directory which is bound to your notebooks directory, where you can find all tutorial notebooks in CoLoMoTo, the one for NORDic included (NORDic-demo.ipynb).

Example usage

Once installed, to import NORDic

python import NORDic

Please check out the associated Jupyter notebooks in folder notebooks/, starting with this short notebook. All functions are documented, so one can check out the inputs and outputs of a function func by typing

python help(func)

The documentation website is up at this page.

Cite

If you use NORDic in academic research, please cite the following JOSS paper:

publication

  • Formatted citation:

Réda et al., (2023). NORDic: a Network-Oriented package for the Repurposing of Drugs. Journal of Open Source Software, 8(90), 5532, https://doi.org/10.21105/joss.05532

  • BibTeX citation:

bash @article{Réda2023, doi = {10.21105/joss.05532}, url = {https://doi.org/10.21105/joss.05532}, year = {2023}, publisher = {The Open Journal}, volume = {8}, number = {90}, pages = {5532}, author = {Clémence Réda and Andrée Delahaye-Duriez}, title = {NORDic: a Network-Oriented package for the Repurposing of Drugs}, journal = {Journal of Open Source Software} }

License

This code is under OSI-approved MIT license.

Community guidelines with respect to contributions, issue reporting, and support

Pull requests and issue flagging are welcome, and can be made through the GitHub interface. Support can be provided by reaching out to clemence.reda at uni-rostock.de. However, please note that contributors and users must abide by the Code of Conduct.

Owner

  • Login: clreda
  • Kind: user

JOSS Publication

NORDic: a Network-Oriented package for the Repurposing of Drugs
Published
October 05, 2023
Volume 8, Issue 90, Page 5532
Authors
Clémence Réda ORCID
Université Paris Cité, Neurodiderot, Inserm, F-75019 Paris, France
Andrée Delahaye-Duriez ORCID
Université Paris Cité, Neurodiderot, Inserm, F-75019 Paris, France, Université Sorbonne Paris Nord, UFR de santé, médecine et biologie humaine, F-93000 Bobigny, France, Unité fonctionnelle de médecine génomique et génétique clinique, Hôpital Jean Verdier, AP-HP, F-93140 Bondy, France
Editor
Lorena Pantano ORCID
Tags
network analysis boolean network network inference biomarker identification drug repurposing

Citation (CITATION.cff)

cff-version: "1.2.0"
authors:
- family-names: Réda
  given-names: Clémence
  orcid: "https://orcid.org/0000-0003-3238-0258"
- family-names: Delahaye-Duriez
  given-names: Andrée
  orcid: "https://orcid.org/0000-0003-4324-7372"
doi: 10.5281/zenodo.8355529
message: If you use this software, please cite our article in the
  Journal of Open Source Software.
preferred-citation:
  authors:
  - family-names: Réda
    given-names: Clémence
    orcid: "https://orcid.org/0000-0003-3238-0258"
  - family-names: Delahaye-Duriez
    given-names: Andrée
    orcid: "https://orcid.org/0000-0003-4324-7372"
  date-published: 2023-10-05
  doi: 10.21105/joss.05532
  issn: 2475-9066
  issue: 90
  journal: Journal of Open Source Software
  publisher:
    name: Open Journals
  start: 5532
  title: "NORDic: a Network-Oriented package for the Repurposing of
    Drugs"
  type: article
  url: "https://joss.theoj.org/papers/10.21105/joss.05532"
  volume: 8
title: "NORDic: a Network-Oriented package for the Repurposing of Drugs"

GitHub Events

Total
  • Release event: 1
  • Watch event: 2
  • Push event: 22
  • Fork event: 1
  • Create event: 1
Last Year
  • Release event: 1
  • Watch event: 2
  • Push event: 22
  • Fork event: 1
  • Create event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 179
  • Total Committers: 4
  • Avg Commits per committer: 44.75
  • Development Distribution Score (DDS): 0.223
Past Year
  • Commits: 24
  • Committers: 2
  • Avg Commits per committer: 12.0
  • Development Distribution Score (DDS): 0.042
Top Committers
Name Email Commits
REDA Clemence c****a@i****r 139
Clémence Réda 2****a 32
Clémence Réda c****a@i****r 7
Clémence Réda r****c@l****r 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • clreda (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 74 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 28
  • Total maintainers: 1
pypi.org: nordic

Network Oriented Repurposing of Drugs (NORDic): network identification / master regulator detection / drug effect simulator / drug repurposing

  • Versions: 28
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 74 Last month
Rankings
Dependent packages count: 6.6%
Downloads: 9.9%
Average: 20.2%
Stargazers count: 23.3%
Forks count: 30.5%
Dependent repos count: 30.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/draft-pdf.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v1 composite
  • openjournals/openjournals-draft-action master composite
.github/workflows/gh-pages.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • s-weigand/setup-conda v1 composite
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • conda-incubator/setup-miniconda v2 composite
  • ts-graphviz/setup-graphviz v1 composite
pip/requirements.txt pypi
  • bonesis >=0.4.91
  • clingo >=5.6.1
  • cmapPy >=4.0.1
  • graphviz >=0.20.1
  • maboss >=0.8.4
  • matplotlib >=3.3.4
  • mpbn >=2.0
  • numpy >=1.22.4
  • omnipath >=1.0.6
  • openpyxl >=3.0.10
  • pandas >=1.5.1
  • qnorm >=0.5.1
  • quadprog >=0.1.11
  • scikit_learn >=1.1.2
  • scipy >=1.6.2
  • seaborn >=0.12.1
  • tqdm >=4.62.3
pyproject.toml pypi
setup.py pypi
  • bonesis >=0.4.91
  • clingo >=5.6.1
  • cmapPy >=4.0.1
  • graphviz >=0.20.1
  • maboss >=0.8.4
  • matplotlib >=3.3.4
  • mpbn >=2.0
  • numpy >=1.22.4
  • omnipath >=1.0.6
  • openpyxl >=3.0.10
  • pandas >=1.5.1
  • qnorm >=0.5.1
  • quadprog >=0.1.11
  • scikit_learn >=1.1.2
  • scipy >=1.6.2
  • seaborn >=0.12.1
  • tqdm >=4.62.3