This repository contains code to determine local and global genetic correlations between several neurodegenerative and neuropsychiatric disorders with LAVA and LDSC, respectively.
Within this repository you will find:
Directory | Description |
---|---|
docs | Contains all .Rmd s and their corresponding .html s describing analyses performed for this project. These can be view interactively at: https://rhreynolds.github.io/neurodegen-psych-local-corr/ |
logs | For any scripts that were run outside of an .Rmd (e.g. scripts from the scripts directory), a log file was recorded and can be accessed here. |
man | Figures used in .Rmd s. |
R | Various functions called in docs and scripts. |
raw_data | External tables used in analyses. |
renv | renv -related scripts- |
results | Results from all analyses. |
scripts | Contains analysis scripts. Each script contains a one-line description and is also referenced in its corresponding .Rmd . |
This repository uses renv
to create a reproducible environment for this R project.
- When you first launches this project,
renv
should automatically bootstrap itself, thereby downloading and installing the appropriate version ofrenv
into the project library. - After this has completed, you can use
renv::restore()
to restore the project library locally on your machine.
For more information on collaborating with renv
, please refer to this link.
The code in this repository is released under an MIT license. This repository is distributed in the hope that it will be useful to the wider community, but without any warranty of any kind. Please see the LICENSE file for more details.
If you use any of the code or data from this repository, please cite our paper and, if applicable, any software dependencies (e.g. LAVA).