GithubHelp home page GithubHelp logo

withdrawn's Introduction

Drugs with unexpected toxicity post approval cause immense risk to patients before regulatory agencies detect and withdraw them. This repository contains all of the files needed to train an ensemble classifier to predict the withdrawal status of a drug and apply this classifier to drugs currently in clinical trials. We provide data sets containing features of drugs, drug fingerprints, drug targets, and drug target features. Additionally we proved the code for the classifiers trained individually on these subsets as well as the ensemble.

Classifiers hyperparameter tuned with a genetic algorithm on each individual set of features (protein targets, protein structure features, chemical fingerprints, chemical features) yielded the following accuracies on 10-fold cross validated holdout test sets respectively: 62.8%, 84.3%, 68.3%, and 77.0%. An ensemble approach, using a hyperparameter tuned k nearest neighbor classifier trained on the predictions from the above classifiers, achieved a 92% accuracy and 84.5% Matthews Correlation Coefficient. This ensemble predictor applied to compounds currently in clinical trials reveals candidates that are likely to be withdrawn.

Data Files

  • data_headers.xlsx: contains the headers for all the data files
  • drug_features.csv: contains the chemical properties of the drugs
  • drug_info.csv: contains the ATC assigned to drugs
  • fp.csv: contains drug bitwise morgan fingerprint information
  • sages.csv: contains drug target feature information
  • targetsall.csv: contains IC50 values of protins that a drug inhibits
  • tox_labels.csv: contains the labels of drug withdrawn status used in training and testing

Code Dependancies

  • python 3
  • numpy
  • pandas
  • sklearn
  • tpot

withdrawn's People

Contributors

nicolezat avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.