Skip to content

Coherent Deconfounding Autoencoder (CODE-AE) can extract both common biological signals shared by incoherent samples and private representations unique to each data set, transfer knowledge learned from cell line data to tissue data, and separate confounding factors from them

License

Notifications You must be signed in to change notification settings

XieResearchGroup/CODE-AE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CODE-AE

Shield: CC BY-NC 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

CC BY-NC 4.0

CONTEXT-AWARE DECONFOUNDING AUTOENCODER


1. Introduction

CODE-AE is a Python implementation of Context-aware Deconfounding Autoencoder (CODE-AE) that can extract common biological signals masked by context-specific patterns and confounding factors.

Architecture

architecture

3. Installation

CODE-AE depends on Numpy, SciPy, PyTorch (CUDA toolkit if use GPU), scikit-learn, pandas. You must have them installed before using CODE-AE.

The simple way to install them is using Docker: the Dockerfile is given within folder code/

4. Usage

4.1. Data

Benchmark datasets available at Zenodo[http://doi.org/10.5281/zenodo.4776448] (version 2.0)

4.2 Basic Usage

4.2.1 Pre-train encoders

    $ python pretrain_hyper_main.py

Arguments in this script:

  • --method: method to be used for encoder pre-training, choose from ['code_adv', 'dsna', 'dsn', 'code_base', 'code_mmd', 'adae', 'coral', 'dae', 'vae','vaen', 'ae']
  • --train: retrain the encoders
  • --no-train: no re-training
  • --norm: use L2 normalization for embedding
  • --no-norm: don't use L2 normalization for embedding

4.2.1 Fine-tune encoders for different drug response predictive models

    $ python drug_ft_hyper_main.py

Arguments in this script:

  • --method: method to be used for encoder pre-training, choose from ['code_adv', 'dsna', 'dsn', 'code_base', 'code_mmd', 'adae', 'coral', 'dae', 'vae','vaen', 'ae']
  • --train: retrain the encoders
  • --no-train: no re-training
  • --norm: use L2 normalization for embedding
  • --no-norm: don't use L2 normalization for embedding
  • --metric: metric used in early stopping
  • --pdtc: fine-tune PDTC drugs (target therapy agents)
  • --no-pdtc: fine-tune chemotherapy drugs

Additional scripts

  • adae_hyper_main.py: run ADAE de-confounding experiments
  • drug_inference_main.py: generate TCGA sample prediction
  • generate_encoded_features.py: generate encoded features by pre-trained encoders
  • ml_baseline.py: get benchmark experiments' results using random forest and elastic net
  • mlp_main.py: get benchmark experiments' results using simple multi-layer neural network
  • tcrp_main.py: get benchmark experiments' results using TCRP
  • vaen_main.py: get benchmark experiments' results using VAEN (VAE+elastic net)

About

Coherent Deconfounding Autoencoder (CODE-AE) can extract both common biological signals shared by incoherent samples and private representations unique to each data set, transfer knowledge learned from cell line data to tissue data, and separate confounding factors from them

Resources

License

Stars

Watchers

Forks

Packages

No packages published