All Projects → bhklab → PharmacoDB

bhklab / PharmacoDB

Licence: GPL-3.0 license
Search across publicly available datasets to find instances where a drug or cell line of interest has been profiled.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language
go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to PharmacoDB

Few-Shot-Intent-Detection
Few-Shot-Intent-Detection includes popular challenging intent detection datasets with/without OOS queries and state-of-the-art baselines and results.
Stars: ✭ 63 (+65.79%)
Mutual labels:  datasets
pdd-graph
PDD Graph : Bridging MIMIC-III and Linked Data Cloud
Stars: ✭ 31 (-18.42%)
Mutual labels:  drugs
HINT3
This repository contains datasets and code for the paper "HINT3: Raising the bar for Intent Detection in the Wild" accepted at EMNLP-2020's Insights Workshop https://insights-workshop.github.io/ Preprint for the paper is available here https://arxiv.org/abs/2009.13833
Stars: ✭ 27 (-28.95%)
Mutual labels:  datasets
pepeground-bot
No description or website provided.
Stars: ✭ 28 (-26.32%)
Mutual labels:  drugs
11K-Hands
Two-stream CNN for gender classification and biometric identification using a dataset of 11K hand images.
Stars: ✭ 44 (+15.79%)
Mutual labels:  datasets
Three-Filters-to-Normal
Three-Filters-to-Normal: An Accurate and Ultrafast Surface Normal Estimator (RAL+ICRA'21)
Stars: ✭ 41 (+7.89%)
Mutual labels:  datasets
ml-datasets
🌊 Machine learning dataset loaders for testing and example scripts
Stars: ✭ 40 (+5.26%)
Mutual labels:  datasets
leap drumkit
Air drums with the Leap Motion
Stars: ✭ 24 (-36.84%)
Mutual labels:  experiments
masader
The largest public catalogue for Arabic NLP and speech datasets. There are +250 datasets annotated with more than 25 attributes.
Stars: ✭ 66 (+73.68%)
Mutual labels:  datasets
PySychonaut
Unofficial python api for Erowid, PsychonautWiki and AskTheCaterpillar
Stars: ✭ 18 (-52.63%)
Mutual labels:  drugs
akshare
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
Stars: ✭ 5,155 (+13465.79%)
Mutual labels:  datasets
Clustering-Datasets
This repository contains the collection of UCI (real-life) datasets and Synthetic (artificial) datasets (with cluster labels and MATLAB files) ready to use with clustering algorithms.
Stars: ✭ 189 (+397.37%)
Mutual labels:  datasets
let-it-be
中国高等教育群体的心理健康状态数据集
Stars: ✭ 28 (-26.32%)
Mutual labels:  datasets
expfactory
software to generate a reproducible container with a battery of experiments
Stars: ✭ 29 (-23.68%)
Mutual labels:  experiments
napkinXC
Extremely simple and fast extreme multi-class and multi-label classifiers.
Stars: ✭ 38 (+0%)
Mutual labels:  datasets
awesome-forests
🌳 A curated list of ground-truth forest datasets for the machine learning and forestry community.
Stars: ✭ 111 (+192.11%)
Mutual labels:  datasets
farabio
🤖 PyTorch toolkit for biomedical imaging ❤️
Stars: ✭ 48 (+26.32%)
Mutual labels:  datasets
nes
Helping researchers in routine procedures for data collection
Stars: ✭ 16 (-57.89%)
Mutual labels:  experiments
traj-pred-irl
Official implementation codes of "Regularizing neural networks for future trajectory prediction via IRL framework"
Stars: ✭ 23 (-39.47%)
Mutual labels:  datasets
Text-Summarization-Repo
텍스트 요약 분야의 주요 연구 주제, Must-read Papers, 이용 가능한 model 및 data 등을 추천 자료와 함께 정리한 저장소입니다.
Stars: ✭ 213 (+460.53%)
Mutual labels:  datasets

PharmacoDB

Build Status Build status GoDoc

About

High throughput drug screening technologies have enabled the profiling of hundreds of cancer cell lines to a large variety of small molecules to discover novel and repurposed treatments. Several large studies have been publicly released testing candidate molecules, often with corresponding molecular profiles of the cell lines used for drug screening. These studies have become invaluable resources for the research community, allowing researchers to leverage the collected data to support their own research. However, such pharmacogenomic datasets are disparate and lack of standardization for cell line and drug identifiers, and used heterogeneous data format for the drug sensitivity measurements.

To address these issues, we developed PharmacoDB, a web-application assembling the largest in vitro drug screens in a single database, and allowing users to easily query the union of studies released to date. PharmacoDB allows scientists to search across publicly available datasets to find instances where a drug or cell line of interest has been profiled, and to view and compare the dose-response data for a specific cell line - drug pair from any of the studies included in the database.

Application currently has two main components: api and web-application.

Example Queries

Cell lines? Try typing 'MCF7'

MCF7

Tissues? Try typing 'Breast'

Breast

Drugs? Try typing 'Paclitaxel'

Paclitaxel

Drug dose-response curves? Try typing 'MCF7 Paclitaxel'

MCF7 Paclitaxel

Start searching across pharmacogenomic datasets and do not hesitate to give us feedback on GitHub.

API

The PharmacoDB API contains curated data from a wide set of studies, including: CCLE, GDSC, CTRP v2 and more. This data is made restfully available over HTTP.

To access the API, all calls are made to the following URL, adding required parameters for specific services.

http://api.pharmacodb.ca/v1/

Returned data is in json format.

Source code documentation for the API can be found at GoDoc.org

Endpoints

Cell lines

Tissues

Compounds

Datasets

Experiments

Intersections

Stats

Most endpoints contain options for further formatting query or output, including options such as: indent, type, include, page, per_page, all and more. Visit each endpoint link above to see a list of all the options that are available to that endpoint.

Running the API Locally

To setup and run the API locally, simply download and run one of the api builds already available in the directory dist. There are builds for various platforms, so pick the executable that corresponds to the OS you wish to run it on.

Web Application

Documentation for the web-application can be found at: pharmacodb.ca/docs.

Contributing

If you would like to offer some suggestions, or report any problems regarding the API or web-app, simply create a new issue and assign it an appropriate label.

License

This project is under the GPL-3.0 License - see LICENSE for details.

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].