All Projects → zhangxiaoyu11 → OmiEmbed

zhangxiaoyu11 / OmiEmbed

Licence: MIT License
Multi-task deep learning framework for multi-omics data analysis

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to OmiEmbed

classifying-cancer
A Python-Tensorflow neural network for classifying cancer data
Stars: ✭ 30 (+87.5%)
Mutual labels:  cancer
MNIST-multitask
6️⃣6️⃣6️⃣ Reproduce ICLR '18 under-reviewed paper "MULTI-TASK LEARNING ON MNIST IMAGE DATASETS"
Stars: ✭ 34 (+112.5%)
Mutual labels:  multi-task-learning
babel
Deep learning model for single-cell inference of multi-omic profiles from a single input modality.
Stars: ✭ 20 (+25%)
Mutual labels:  multi-omics
civicmine
Text mining cancer biomarkers for the CIVIC database
Stars: ✭ 19 (+18.75%)
Mutual labels:  cancer
hotspot3d
3D hotspot mutation proximity analysis tool
Stars: ✭ 43 (+168.75%)
Mutual labels:  cancer
mtlearn
Multi-Task Learning package built with tensorflow 2 (Multi-Gate Mixture of Experts, Cross-Stitch, Ucertainty Weighting)
Stars: ✭ 45 (+181.25%)
Mutual labels:  multi-task-learning
Mask-YOLO
Inspired from Mask R-CNN to build a multi-task learning, two-branch architecture: one branch based on YOLOv2 for object detection, the other branch for instance segmentation. Simply tested on Rice and Shapes. MobileNet supported.
Stars: ✭ 100 (+525%)
Mutual labels:  multi-task-learning
HyperFace-TensorFlow-implementation
HyperFace
Stars: ✭ 68 (+325%)
Mutual labels:  multi-task-learning
shiny-iatlas
An interactive web portal for exploring immuno-oncology data
Stars: ✭ 43 (+168.75%)
Mutual labels:  cancer
GenomicDataCommons
Provide R access to the NCI Genomic Data Commons portal.
Stars: ✭ 64 (+300%)
Mutual labels:  cancer
EasyRec
A framework for large scale recommendation algorithms.
Stars: ✭ 599 (+3643.75%)
Mutual labels:  multi-task-learning
melonnpan
Model-based Genomically Informed High-dimensional Predictor of Microbial Community Metabolic Profiles
Stars: ✭ 20 (+25%)
Mutual labels:  multi-omics
smartas
📓Notebook of Climente-González et al. (2017), The Functional Impact of Alternative Splicing in Cancer.
Stars: ✭ 13 (-18.75%)
Mutual labels:  cancer
DeepSegmentor
A Pytorch implementation of DeepCrack and RoadNet projects.
Stars: ✭ 152 (+850%)
Mutual labels:  multi-task-learning
deep recommenders
Deep Recommenders
Stars: ✭ 214 (+1237.5%)
Mutual labels:  multi-task-learning
oncoEnrichR
Cancer-dedicated gene set interpretation
Stars: ✭ 35 (+118.75%)
Mutual labels:  cancer
PCC-Net
PCC Net: Perspective Crowd Counting via Spatial Convolutional Network
Stars: ✭ 63 (+293.75%)
Mutual labels:  multi-task-learning
emmental
A deep learning framework for building multimodal multi-task learning systems.
Stars: ✭ 93 (+481.25%)
Mutual labels:  multi-task-learning
CPG
Steven C. Y. Hung, Cheng-Hao Tu, Cheng-En Wu, Chien-Hung Chen, Yi-Ming Chan, and Chu-Song Chen, "Compacting, Picking and Growing for Unforgetting Continual Learning," Thirty-third Conference on Neural Information Processing Systems, NeurIPS 2019
Stars: ✭ 91 (+468.75%)
Mutual labels:  multi-task-learning
Fine-Grained-or-Not
Code release for Your “Flamingo” is My “Bird”: Fine-Grained, or Not (CVPR 2021 Oral)
Stars: ✭ 32 (+100%)
Mutual labels:  multi-task-learning

OmiEmbed

Please also have a look at our brand new omics-to-omics DL freamwork 👀: OmiTrans

DOI Codacy Badge GitHub license Safe GitHub Repo stars GitHub forks

OmiEmbed: A Unified Multi-task Deep Learning Framework for Multi-omics Data

Xiaoyu Zhang ([email protected])

Data Science Institute, Imperial College London

Introduction

OmiEmbed is a unified framework for deep learning-based omics data analysis, which supports:

  1. Multi-omics integration
  2. Dimensionality reduction
  3. Omics embedding learning
  4. Tumour type classification
  5. Phenotypic feature reconstruction
  6. Survival prediction
  7. Multi-task learning for aforementioned tasks

Paper Link: https://doi.org/10.3390/cancers13123047

Getting Started

Prerequisites

  • CPU or NVIDIA GPU + CUDA CuDNN
  • Python 3.6+
  • Python Package Manager
  • Python Packages
    • PyTorch 1.2+
    • TensorBoard 1.10+
    • Tables 3.6+
    • scikit-survival 0.6+
    • prefetch-generator 1.0+
  • Git 2.7+

Installation

  • Clone the repo
git clone https://github.com/zhangxiaoyu11/OmiEmbed.git
cd OmiEmbed
  • Install the dependencies
    • For conda users
    conda env create -f environment.yml
    conda activate omiembed
    • For pip users
    pip install -r requirements.txt

Try it out

  • Train and test using the built-in sample dataset with the default settings
python train_test.py
  • Check the output files
cd checkpoints/test/
  • Visualise the metrics and losses
tensorboard --logdir=tb_log --bind_all

Citation

If you use this code in your research, please cite our paper.

@Article{OmiEmbed2021,
    AUTHOR = {Zhang, Xiaoyu and Xing, Yuting and Sun, Kai and Guo, Yike},
    TITLE = {OmiEmbed: A Unified Multi-Task Deep Learning Framework for Multi-Omics Data},
    JOURNAL = {Cancers},
    VOLUME = {13},
    YEAR = {2021},
    NUMBER = {12},
    ARTICLE-NUMBER = {3047},
    ISSN = {2072-6694},
    DOI = {10.3390/cancers13123047}
}

OmiTrans

Please also have a look at our brand new omics-to-omics DL freamwork 👀: OmiTrans

License

This source code is licensed under the MIT license.

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