https://github.com/bhklab/dnf
Drug Network Fusion: Data integration from multiple drug information layers
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found 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 (10.3%) to scientific vocabulary
Keywords
Repository
Drug Network Fusion: Data integration from multiple drug information layers
Statistics
- Stars: 5
- Watchers: 10
- Forks: 5
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
Integrative pharmacogenomics to infer large-scale drug taxonomy
Please cite: Integrative Cancer Pharmacogenomics to Infer Large-Scale Drug Taxonomy. El-Hachem N, Gendoo DMA, Ghoraie LS, Safikhani Z, Smirnov P, Chung C, Deng K, Fang A, Birkwood E, Ho C, Isserlin R, Bader GD, Goldenberg A, Haibe-Kains B. Cancer Res. 2017 Jun 1;77(11):3057-3069. doi: 10.1158/0008-5472.CAN-17-0096. Epub 2017 Mar 17. PMID: 28314784
This project assess the utility of data integration from multiple drug information layers.
Hypothesis: Better characterization of compound mechanism of action (MoA) from integrative pharmacogenomics.
Impact: Identifying mechanism for compounds with unknown MoA in early stages of drug development without the need of sophisticated info (side effects or pharmacological indications...)
Based on the method described in
Similarity network fusion for aggregating data types on a genomic scale. Wang B, Mezlini AM, Demir F, Fiume M, Tu Z, Brudno M, Haibe-Kains B, Goldenberg A. Nat Methods. 2014 Mar;11(3):333-7. doi: 10.1038/nmeth.2810. Epub 2014 Jan 26. PMID: 24464287
Reproducibility of the Analysis
The following steps will reproduce the output files (figure, tables...) mentioned in the main manuscript. The script will be using data files such as:
Files to run the scripts
- Drug-target (benchmark) from CHEMBL and CTRP
- Sensitivity measurements (drugs x cell lines) from CTRPv2 and NCI-60
- Transcriptomic data from the LINCS database http://lincs.hms.harvard.edu/ created using PharmacoGx package https://cran.r-project.org/web/packages/PharmacoGx/index.html
Run the R scripts
- main-ctrpv-lincs.R and
- main-nci60-lincs.R
(this will execute the following R codes):
```
process the raw data, find common drugs...
preprocessInput.R
remove problematic drugs and missing data
sensitivityData.R
get the structural fingerprints (extended-connectivity descriptors from RCDK)
structureData.R
remove problematic drugs and missing data and find drug names from LINCS metadata
perturbationData.R
Get the similarity matrix from structure (tanimoto metric)
constStructureLayer.R
Get the similarity matrix from sensitivity (pearson metric), rescale to 0-1 with function in SNF
constSensitivityLayer.R
Get the similarity matrix from perturbation (pearson metric), rescale to 0-1 with SNF affinitymatrix
constPerturbationLayer.R
Integrate all 3 layers using SNFtools
integrateStrctSensPert.R
ATC code gold standard benchmark from CHEMBL
ATCbench.R
Drug-target benchmarks from CHEMBL and CTRPv2
drugTargetBench.R
get the pairs of drugs sharing the same target (0 or 1)
generateDrugPairs.R
Compute concordance index between benchmark data and similarity network data
compConcordIndx.R
Get the p-value between concordance indices
predPerf.R
Generate ROC plots and AUC values
generateRocPlot.R
Community clustering from apcluster package in R
communityGen.R
Network based on exemplar drugs from apcluster
main-network-generation.R
```
Set up the software environment
A Docker Terminal Environment has been setup with all dependencies installed. Access it by installing Docker Engine and running the following lines of code:
```
clone image
docker pull gosuzombie/dnf
run image in interactive command line
docker run -it gosuzombie/dnf ```
Alternatively, one can setup the Docker environment by using the provided Dockerfile. Instructions can be found here
Owner
- Name: BHKLAB
- Login: bhklab
- Kind: organization
- Location: Toronto, Ontario, Canada
- Website: http://www.pmgenomics.ca/bhklab/
- Repositories: 168
- Profile: https://github.com/bhklab
The Haibe-Kains Laboratory @ Princess Margaret Cancer Centre
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 8 days
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- 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
- DGendoo (1)
Pull Request Authors
- gosuzombie (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- centos latest build