Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mmkim1210/GeneticsMakie.jl

🧬High-performance genetics- and genomics-related data visualization using Makie.jl
https://github.com/mmkim1210/GeneticsMakie.jl

bioinformatics cairomakie colocalization data-science fine-mapping genetics genomics gwas julia julia-language linkage locuszoom makie multi-ethnic multivariate openmendel phewas qtl v2f visualization

Last synced: 4 months ago
JSON representation

🧬High-performance genetics- and genomics-related data visualization using Makie.jl

Lists

README

        

# GeneticsMakie

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://mmkim1210.github.io/GeneticsMakie.jl/dev)
[![Build Status](https://github.com/mmkim1210/GeneticsMakie.jl/workflows/CI/badge.svg)](https://github.com/mmkim1210/GeneticsMakie.jl/actions)
[![Coverage](https://codecov.io/gh/mmkim1210/GeneticsMakie.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/mmkim1210/GeneticsMakie.jl)
[![Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/GeneticsMakie&label=downloads)](https://pkgs.genieframework.com/?packages=GeneticsMakie)

## Installation
GeneticsMakie.jl supports Julia v1.6 or later.
```julia
julia> ]
pkg> add GeneticsMakie
```

## Documentation
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://mmkim1210.github.io/GeneticsMakie.jl/dev)

## Examples
Visualize 1 Mb window around *KMT2E* gene:

Highlight *KMT2E* gene and several nearby genes:

Visualize *KMT2E* isoforms:

Visualize *KMT2E* and nearby isoforms simultaneously:

Visualize *KMT2E* isoforms w/ randomly generated expression

Visualize LD for *KMT2E* locus:

Visualize LD as a square for *KMT2E* locus:

Visualize GWAS results for *KMT2E* locus:

Visualize GWAS results for *KMT2E* locus with the same reference SNPs for LD:

Visualize Manhattan plot:

Visualize Miami/Hudson plot:

Visualize QQ plot of *P* values:

## Further examples
Patterns of association and LD:


Colocalization of GWAS signals:


Association results across multiple phenotypes:


MHC association for schizophrenia with increasing sample size:



LD structure for ~66,000 SNPs in MHC region:

## References
> Kim et al., (2022). GeneticsMakie.jl: A versatile and scalable toolkit for visualizing locus-level genetic and genomic data. *Bioinformatics*, https://doi.org/10.1093/bioinformatics/btac786.