All Projects → greenelab → adage

greenelab / adage

Licence: BSD-3-Clause license
Data and code related to the paper "ADAGE-Based Integration of Publicly Available Pseudomonas aeruginosa..." Jie Tan, et al · mSystems · 2016

Programming Languages

python
139335 projects - #7 most used programming language
r
7636 projects
shell
77523 projects

Projects that are alternatives of or similar to adage

Research Method
论文写作与资料分享
Stars: ✭ 436 (+614.75%)
Mutual labels:  research, paper
Research And Coding
研究资源列表 A curated list of research resources
Stars: ✭ 100 (+63.93%)
Mutual labels:  research, paper
Dnc Tensorflow
A TensorFlow implementation of DeepMind's Differential Neural Computers (DNC)
Stars: ✭ 587 (+862.3%)
Mutual labels:  research, paper
RNAseq titration results
Cross-platform normalization enables machine learning model training on microarray and RNA-seq data simultaneously
Stars: ✭ 22 (-63.93%)
Mutual labels:  gene-expression, supplement
Research Paper Notes
Notes and Summaries on ML-related Research Papers (with optional implementations)
Stars: ✭ 218 (+257.38%)
Mutual labels:  research, paper
Qlib
Qlib is an AI-oriented quantitative investment platform, which aims to realize the potential, empower the research, and create the value of AI technologies in quantitative investment. With Qlib, you can easily try your ideas to create better Quant investment strategies. An increasing number of SOTA Quant research works/papers are released in Qlib.
Stars: ✭ 7,582 (+12329.51%)
Mutual labels:  research, paper
Turnoff Namuwiki
조별과제 때마다 "나무위키 꺼라."라고 말하시는게 피곤하신 여러분을 위해 만들어진 Browser Extension, 나무위키를 꺼 드립니다.
Stars: ✭ 59 (-3.28%)
Mutual labels:  research, paper
GuidedLabelling
Exploiting Saliency for Object Segmentation from Image Level Labels, CVPR'17
Stars: ✭ 35 (-42.62%)
Mutual labels:  research, paper
Research In Production
A collection of research papers categorized by real-world systems that enact them
Stars: ✭ 205 (+236.07%)
Mutual labels:  research, paper
Acl Papers
paper summary of Association for Computational Linguistics
Stars: ✭ 189 (+209.84%)
Mutual labels:  research, paper
Neural Architecture Search With Rl
Minimal Tensorflow implementation of the paper "Neural Architecture Search With Reinforcement Learning" presented at ICLR 2017
Stars: ✭ 37 (-39.34%)
Mutual labels:  research, paper
cerberus research
Research tools for analysing Cerberus banking trojan.
Stars: ✭ 110 (+80.33%)
Mutual labels:  research, paper
Top 10 Computer Vision Papers 2020
A list of the top 10 computer vision papers in 2020 with video demos, articles, code and paper reference.
Stars: ✭ 132 (+116.39%)
Mutual labels:  research, paper
Browser Sec Whitepaper
Cure53 Browser Security White Paper
Stars: ✭ 251 (+311.48%)
Mutual labels:  research, paper
best AI papers 2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
Stars: ✭ 2,740 (+4391.8%)
Mutual labels:  research, paper
nonparametric-bayes
📓 Non-parametric Bayesian Inference for Conservation Decisions
Stars: ✭ 39 (-36.07%)
Mutual labels:  manuscript
midi degradation toolkit
A toolkit for generating datasets of midi files which have been degraded to be 'un-musical'.
Stars: ✭ 29 (-52.46%)
Mutual labels:  paper
stats
📈 Useful notes and personal collections on statistics.
Stars: ✭ 16 (-73.77%)
Mutual labels:  methodology
Research
Non-technical Blockchain Research Topics
Stars: ✭ 22 (-63.93%)
Mutual labels:  research
mnist1d
A 1D analogue of the MNIST dataset for measuring spatial biases and answering "science of deep learning" questions.
Stars: ✭ 72 (+18.03%)
Mutual labels:  research

adage

DOI

This is the repository for ADAGE (Analysis using Denoising Autoencoders for Gene Expression)

This repository provides the source code in support of the manuscript: ADAGE-Based Integration of Publicly Available Pseudomonas aeruginosa Gene Expression Data with Denoising Autoencoders Illuminates Microbe-Host Interactions. J Tan, JH Hammond, DA Hogan, CS Greene. mSystems, 00025-15.

############################################################

To set up ADAGE, first clone the repository. This is a short summary. Detailed instructions and steps to generate the model and reproduce analyses used in the manuscript are in pseudomonas_autoencoder.sh

Building an ADAGE model requires installing python packages Theano and Docopt Instructions for Theano: http://deeplearning.net/software/theano/install.html Instructions for docopt: https://pypi.python.org/pypi/docopt

We provide a gene expression compendium of Pseudomonas aeruginosa that contains datasets available before 02.22.2014. To get an up-to-date compendium, follow the instructions in Section One in pseudomonas_autoencoder.sh

Before training, first 0-1 normalize the compendium, run python Data_collection_processing/zero_one_normalization.py Data_collection_processing/Pa_compendium_02.22.2014.pcl Train_test_DAs/train_set_normalized.pcl None

To train a denoising autoencoders, run python Train_test_DAs/SdA_train.py Train_test_DAs/train_set_normalized.pcl --parameters

To test a dataset on an ADAGE model, run python Train_test_DAs/SdA_test.py Train_test_DAs/Genome-hybs_normalized.pcl --parameters

############################################################

Please email [email protected] if you have questions.

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