All Projects → dhimmel → drugbank

dhimmel / drugbank

Licence: other
User-friendly extensions of the DrugBank database

Programming Languages

HTML
75241 projects
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to drugbank

hermes
A library and microservice implementing the health and care terminology SNOMED CT with support for cross-maps, inference, fast full-text search, autocompletion, compositional grammar and the expression constraint language.
Stars: ✭ 131 (+12.93%)
Mutual labels:  drugs, terminology
IT-Terms-EN-CN
English to Chinese Translation Table for IT Terminologies , ITEC (IT術語及計算機科學術語中英文對照表)
Stars: ✭ 53 (-54.31%)
Mutual labels:  terminology
pathling
Turn your FHIR data set into a powerful API that can be used to develop analytics applications and augment data science workflow.
Stars: ✭ 31 (-73.28%)
Mutual labels:  terminology
pikalogy
Pikachu theme for Terminology
Stars: ✭ 27 (-76.72%)
Mutual labels:  terminology
chemlib
🧪 A comprehensive chemistry library for Python.
Stars: ✭ 26 (-77.59%)
Mutual labels:  compounds
PharmacoDB
Search across publicly available datasets to find instances where a drug or cell line of interest has been profiled.
Stars: ✭ 38 (-67.24%)
Mutual labels:  drugs
hotspot3d
3D hotspot mutation proximity analysis tool
Stars: ✭ 43 (-62.93%)
Mutual labels:  drugbank
PySychonaut
Unofficial python api for Erowid, PsychonautWiki and AskTheCaterpillar
Stars: ✭ 18 (-84.48%)
Mutual labels:  drugs
pdd-graph
PDD Graph : Bridging MIMIC-III and Linked Data Cloud
Stars: ✭ 31 (-73.28%)
Mutual labels:  drugs
pepeground-bot
No description or website provided.
Stars: ✭ 28 (-75.86%)
Mutual labels:  drugs
inclusion
Building codebases and systems where all contributors feel like they belong.
Stars: ✭ 22 (-81.03%)
Mutual labels:  terminology
terminologue
An open-source terminology management tool
Stars: ✭ 22 (-81.03%)
Mutual labels:  terminology
hetnetpy
Hetnets in Python (relocated from dhimmel/hetio)
Stars: ✭ 74 (-36.21%)
Mutual labels:  rephetio
medicinedb
sqlite medicine database
Stars: ✭ 29 (-75%)
Mutual labels:  drugs
DZ-Pharma-Data
Medications data for +4800 drugs sold in Algeria and their labs
Stars: ✭ 23 (-80.17%)
Mutual labels:  drugs
Pokemon Terminal
Pokemon terminal themes.
Stars: ✭ 3,874 (+3239.66%)
Mutual labels:  terminology
textlint-rule-terminology
Textlint rule to check correct terms spelling
Stars: ✭ 32 (-72.41%)
Mutual labels:  terminology

User-friendly extensions of the DrugBank database

DOI 10.5281/zenodo.45579

DrugBank is a publicly-available resource of drug information [1]. We rely on DrugBank for our project to repurpose drugs. We are conducting this project openly on ThinkLab, and this README will reference Thinklab discussions providing greater detail.

This repository contains several code and data components:

  • parse.ipynb -- extracts information from the DrugBank xml download into a tsv file where each row represents a drug. A subset referred to as slim contains only drugs that are approved, small molecules, and contain an InChI structure (discussion). We also extract the interacting proteins for each drug, which include targets, enzymes, transporters, and carriers (dicussion).

  • similarity.ipynb -- calculates chemical similarity between drugbank compounds using extended connectivity fingerprints (dicussion). Similarities range from 0 to 1. The full similarity download is available on figshare. The subset of similarities for slim compounds is on github.

  • unichem-map.ipynb -- maps DrugBank compounds to 30 other compound resources using UniChem. The mapping is based on atomic connectivity and ignores differences in small molecular details. Mappings are available in a bulk download or for individual resources. Summary statistics are also available (discussion).

  • pubchem-map.ipynb -- DrugBank compounds were mapped to PubChem based on exact InChi string matches. The mapping is available as a tsv file.

  • parse-halflife.ipynb -- extracts half-life and other structural information from the Drugbank xml download into a tsv file where each row represents a drug. The half-life information was listed as free text in Drugbank. We manually extract the numeric value from free text into a xlsx file. All values were converted to hours. If the value was listed as time range (e.g. a ~ b) in DrugBank, average was calculated (e.g. (a + b)/2).

  • extract-curated-halflife.ipynb -- extracts subset of drugs with curated half-life into a tsv file where each row represents a drug.

  • predict-halflife.ipynb -- builds supervised learning models to predict half-life based on structural properties of drugs.

License

DrugBank content and derivates are licensed under CC BY-NC 4.0. Original content is released as CC0 1.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].