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]
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
The Human Phenotype Ontology (integrated with gene annotations from OMIM / DECIPHER / ORPHANET) is used as the source of phenotype gene signatures. Each gene-phenotype associated is given a continuous score that approximates the current strength of evidence for the association (using data derived from GenCC).
Whole-body scRNA-seq atlases from humans (across multiple developmental stages) are used as a data-driven source of cell type-specific gene markers.
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).
{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.
Within R:
if(!require("BiocManager")) install.packages("BiocManager") BiocManager::install("`r paste(owner,repo,sep='/')`") library(`r pkg`)
If you use r pkg
, please cite:
r utils::citation(pkg)$textVersion
UK Dementia Research Institute
Department of Brain Sciences
Faculty of Medicine
Imperial College London
GitHub
utils::sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.