Skip to content

JWei2015/GenoME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

GenoME

GenoME is a Mixture of Experts (MoE)-based generative model that integrates DNA sequence and cell-type-specific chromatin accessibility (ATAC-seq/DNase-seq) to predict a unified genomic profile across multiple scales and modalities. It enables individualized, multimodal prediction and perturbation of genomic profiles.

Paper: bioRxiv Preprint | Demo Data: Data link

GenoME Overview

Key Features

  • Multi-modal Prediction: Multimodal prediction of epigenomics, transcriptomics, and 3D chromatin architecture at base-pair to kilobase resolutions
  • Cross-Cell Generalization: Cross-cell-type generalization to predict full regulatory landscapes for unseen or individualized cell types
  • Perturbation Analysis: In silico perturbation analysis for simulating genetic and epigenetic perturbations and identifying functional regulatory connections

Installation

Dependencies

Setup

  1. Clone this repository:
    git clone https://github.com/JWei2015/GenoME.git
    cd GenoME
  2. Install dependencies via conda:
    conda create -n genome python=3.9
    conda activate genome
    conda env update -f requirements.txt
    

Data Preparation

  1. Input Formats:
  • DNA sequence: FASTA format (hg38 reference genome)
  • ATAC-seq/DNase-seq: BigWig format (base-pair resolution)
  • Training targets: BigWig files for RNA-seq, ChIP-seq; cooler format for Hi-C
  1. Data preprocessing: see Paper: BioRxiv Preprint

About

a MoE-based generative model for individualized, multimodal prediction and perturbation of genomic profiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors