Giter Site home page Giter Site logo

avsecz / manuscript_avsec_bioinformatics_2017 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gagneurlab/manuscript_avsec_bioinformatics_2017

0.0 2.0 0.0 89.41 MB

Code for Avsec et al, Bioinformatics 2017

R 24.78% Jupyter Notebook 59.94% Python 15.24% Shell 0.05%

manuscript_avsec_bioinformatics_2017's Introduction

Manuscript_Avsec_Bioinformatics_2017

Code for Avsec et al, Bioinformatics 2017 (Bioarxiv preprint Avsec et al, Bioarxiv 2017).

Installing requirements

Python

Note, use python>3.5 from anaconda and use virtual environments to not interfere with your default python environment.

pip install -r python3_requirements.txt

R

Normal R packages

install.packages(readLines("r_packages.txt"))

Bioconductor packages

source("https://bioconductor.org/biocLite.R")
sapply(readLines("r_bioc_packages.txt"), biocLite)

General repository organization notes

In each experiment folder training predictive models, the main files are:

  • readme.md - contains further instructions
  • data.py - contains a data() function returning a tuple of train and test-set arrays
  • model.py - contains a model() function returning a Keras model
  • train.py - runs model training and hyper-parameter optimization

R should be started from the repository root.

All data are located either in Data (smaller clip data) or in data/ (everything else).

Download the data

To download the rest of the data not contained in the repository, run:

wget https://i12g-gagneurweb.in.tum.de/public/paper/Avsec_Bioinformatics_2017/data.tar.gz
tar xvfz data.tar.gz

data/ includes intermediary results, trained models, as well as model training/test datasets.

Support

Let me know if you have any problems by creating an issue or sending me an email to avsec-at-in.tum.de.

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.