GithubHelp home page GithubHelp logo

abayega / microbe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aikenchung/microbe

0.0 0.0 0.0 8.68 MB

A deep learning model to remove batch effects for gut microbiome data obtained from IBD patients.

License: GNU General Public License v3.0

Python 100.00%

microbe's Introduction

microBE

A deep learning model to classify between microbiota of healthy and IBD patients.

Preprocessing the data

The scripts used to preprocess data with pointwise mutual information and centered log-ratio (CLR) normalization can be found in /preprocessing/Data_preprocessing_functions.py. Three scaling methods were explored: standardization (using mean and standard deviation), min-max, and median absolute deviation (MAD), which can be found in /preprocessing/normalization.py (converted from .ipynb to .py).

Classifers

Several traditional classifiers as well as VAEs were implemented to handle the healthy/diseased classification as well as batch effects. They can be found under /classifiers.

  • Logistic Regression
  • SVM (Linear and RBF)
  • RF
  • MLP
  • DANN (Domain Adaptation Neural Net)
  • DeepMicro (modified DM.py file for predefined training and test sets, for more information on how to implement: https://github.com/minoh0201/DeepMicro)

System Diagram

System Diagram - DANN

microbe's People

Contributors

aikenchung avatar mali0303 avatar lauraminkova avatar abayega 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.