pkg <- read.dcf("DESCRIPTION", fields = "Package")[1]
title <- read.dcf("DESCRIPTION", fields = "Title")[1]
description <- gsub("\n"," ",read.dcf("DESCRIPTION", fields = "Description")[1])
URL <- read.dcf('DESCRIPTION', fields = 'URL')[1]
owner <- strsplit(URL,"/")[[1]][4]
repo <-strsplit(URL,"/")[[1]][5]

Introduction

Many genes have been associated with diseases Multi-Scale Target Explorer (MSTExplorer) systematically identifies, prioritises, and visualises cell-type-specific gene therapy targets across the phenome.

Core functionalities include:

1. Conducting phenotype x cell type genetic association tests at scale

2. Inferring multi-scale causal graphs of disease

MSTExplorer allows users to easily infer and construct multi-scale causal graphs of Diseases (blue nodes) -> Phenotypes (purple nodes) -> Cell types (orange nodes) -> Genes (yellow nodes).

*Example multi-scale network focused on lethal skeletal dysplasia, a phenotype of multiple diseases*{height=400px}

See here for more example networks..

3. Prioritising cell-type-specific gene therapy targets

MSTExplorer also provides a comprehensive and customisable pipeline that can be run via a single function (prioritise_targets()) to produce the most promising cell-type-specific gene therapy targets across the phenome.

Installation

Within R:

if(!require("BiocManager")) install.packages("BiocManager")

BiocManager::install("`r paste(owner,repo,sep='/')`")
library(`r pkg`)

Documentation

Website

Get started

Docker/Singularity Container

Citation

If you use r pkg, please cite:

r utils::citation(pkg)$textVersion

Contact

Neurogenomics Lab

UK Dementia Research Institute
Department of Brain Sciences
Faculty of Medicine
Imperial College London
GitHub

Session Info

utils::sessionInfo()





neurogenomics/MultiEWCE documentation built on April 17, 2025, 9:27 p.m.