mamun41 / Multi-omics_biomarker

Multi-omics biomarker discovery tool exploiting a gene-gene interaction network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOAT: Gene-level biomarker discovery from multi-Omics data using graph ATtention neural network for eosinophilic asthma subtype

workflow
We propose a novel deep graph attention model for biomarker discovery for the asthma subtype by incorporating complex interactions between biomolecules and capturing key biomarker candidates using the attention mechanism.

Setup

Create docker image

You can build a docker image from Dockerfile.

# Pull base image from docker hub
docker pull dabinjeong/cuda:10.1-cudnn7-devel-ubuntu18.04

# Build docker image
docker build --tag biomarker:0.1.1 .

You can also download the docker image from Docker hub (https://hub.docker.com/repository/docker/dabinjeong/biomarker/general).

docker pull dabinjeong/biomarker:0.1.1

Install workflow manager: Nextflow

conda create -n biomarker python=3.9
conda activate biomarker
conda install -c bioconda nextflow=21.04.0

Run

nextflow run biomarker_discovery.nf -c pipeline.config -with-docker biomarker:0.1.1

Comparitive analysis

For comparative analysis, please refer to the following repository, comparative_analysis_multi-omics_biomarker.

About

Multi-omics biomarker discovery tool exploiting a gene-gene interaction network


Languages

Language:Python 80.2%Language:Nextflow 11.0%Language:R 7.0%Language:Dockerfile 1.8%