Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mmkim1210/geneticsmakieexamples

πŸ‘¨β€πŸ’»Reproducible GeneticsMakie.jl examples
https://github.com/mmkim1210/geneticsmakieexamples

Last synced: about 2 months ago
JSON representation

πŸ‘¨β€πŸ’»Reproducible GeneticsMakie.jl examples

Awesome Lists containing this project

README

        

# GeneticsMakieExamples

An example Julia code for generating LocusZoom plots.

Open Julia v1.6 + within the folder and type
```julia
julia> ]
pkg> activate .
pkg> instantiate
```

Then run `src/GeneticsMakieExamples.jl` in Julia REPL by
```julia
julia> include("./src/GeneticsMakieExamples.jl")
```

Or you can run it instead in terminal via
```
julia --project=. ./src/GeneticsMakieExamples.jl
```
Recommend having at least 16 GB RAM available for this code.

## Required data
data
β”œβ”€β”€ adhd.chr15.txt.gz # adhd GWAS sumstats
β”œβ”€β”€ alz.chr15.txt.gz # alz GWAS sumstats
β”œβ”€β”€ asd.chr15.txt.gz # asd GWAS sumstats
β”œβ”€β”€ bd.chr15.txt.gz # bd GWAS sumstats
β”œβ”€β”€ height.chr15.txt.gz # height GWAS sumstats
β”œβ”€β”€ menopause.chr15.txt.gz # menopause GWAS sumstats
β”œβ”€β”€ neuroticism.chr15.txt.gz # neuroticism GWAS sumstats
β”œβ”€β”€ scz.chr15.txt.gz # scz GWAS sumstats
β”œβ”€β”€ weight.chr15.txt.gz # weight GWAS sumstats
β”œβ”€β”€ gencode.v39lift37.annotation.chr15.gtf.gz # GENCODE v39
└── kgp.chr15.{bed, bim, fam} # 1000 Genomes EUR reference

## Final output