Git Product home page Git Product logo

exp2sl's Introduction

EXP2SL: a Machine Learning Framework for Cell-Line Specific Synthetic Lethality Prediction

Requirements

Python 3.5 or above

Pytorch 1.0.1 or above

Scikit-learn 0.19.0

How to run

  1. Download L1000 expression profiles (i.e., input features) from https://drive.google.com/file/d/1lBJdTRSHtw16FIN45mmoEW-dJp53D2O4/view?usp=sharing. Put it in folder L1000.

  2. To perform cross-validation, run the following command: python train.py [cell_line] [test scenario] [semi-supervised loss weight] [dnn layer] [hidden dimension] [l2 weight] [n fold] [n repetition]

    Here, the range of cell line is [A549, HT29, A375].

    The range of test scenario is [edge, gene]. "edge" represents "split pair" and "gene" "split gene" settings (see our paper for more details).

    [semi-supervised loss weight] should be a nonnegative value represents the BPR loss weight (i.e., the semi-supervised learning loss weight).

    [dnn layer] should be a nonnegative integer represents the depth of the neural network.

    [hidden dimension] should be a nonnegative integer represents the number of hidden units of the neural network.

    [l2 weight] should be a nonnegative value represents the weight of L2 regularization term.

    [n fold] should be a nonnegative integer represents the n-fold cross-validation you want to perform.

    [n repetition] should be a nonnegative integer represents the the number of repetition of cross validation under different random seeds you want to perform.

  3. A two-column list of AUROC (first column) and AUPR (second column) of cross-validation results will be saved.

Contacts

If you have any questions or comments, please feel free to email Fangping Wan (wanfangping92[at]gmail[dot]com) and/or Jianyang Zeng (zengjy321[at]tsinghua[dot]edu[dot]cn).

exp2sl's People

Contributors

fangpingwan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

exp2sl's Issues

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.