Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mmkim1210/geneticsmakieexamples
- Owner: mmkim1210
- Created: 2022-01-14T08:29:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T15:58:38.000Z (9 months ago)
- Last Synced: 2024-04-02T17:01:34.925Z (9 months ago)
- Language: Julia
- Homepage: https://github.com/mmkim1210/GeneticsMakie.jl
- Size: 85.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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