Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
RHReynolds committed May 27, 2022
1 parent b66a8bd commit dca9216
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 7 deletions.
29 changes: 25 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

This repository contains code to determine local and global genetic correlations between several neurodegenerative and neuropsychiatric disorders with LAVA and LDSC, respectively.

# License

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](LICENSE) file for more details.

# Code contents

Within this repository you will find:
Expand Down Expand Up @@ -41,6 +37,14 @@ Within this repository you will find:
<td>Various functions called in <a href="docs" class="uri">docs</a> and <a href="scripts" class="uri">scripts</a>.</td>
</tr>
<tr class="odd">
<td><a href="raw_data" class="uri">raw_data</a></td>
<td>External tables used in analyses.</td>
</tr>
<tr class="even">
<td><a href="renv" class="uri">renv</a></td>
<td><code>renv</code>-related scripts-</td>
</tr>
<tr class="odd">
<td><a href="results" class="uri">results</a></td>
<td>Results from all analyses.</td>
</tr>
Expand All @@ -50,3 +54,20 @@ Within this repository you will find:
</tr>
</tbody>
</table>

# Reproducibility

This repository uses [`renv`](https://rstudio.github.io/renv/index.html) to create a reproducible environment for this R project.

1. When you first launches this project, `renv` should automatically bootstrap itself, thereby downloading and installing the appropriate version of `renv` into the project library.
2. 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](https://rstudio.github.io/renv/articles/collaborating.html).

# License

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](LICENSE) file for more details.

# Citation

If you use any of the code or data from this repository, please cite our [paper](#TODO) and, if applicable, any software dependencies (e.g. [LAVA](https://github.com/josefin-werme/LAVA)).
19 changes: 16 additions & 3 deletions README.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ knitr::opts_chunk$set(
# Background
This repository contains code to determine local and global genetic correlations between several neurodegenerative and neuropsychiatric disorders with LAVA and LDSC, respectively.

# License
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](LICENSE) file for more details.

# Code contents

Within this repository you will find:
Expand All @@ -29,5 +26,21 @@ Within this repository you will find:
| [logs](logs) | For any scripts that were run outside of an `.Rmd` (e.g. scripts from the [scripts](scripts) directory), a log file was recorded and can be accessed here. |
| [man](man) | Figures used in `.Rmd`s. |
| [R](R)| Various functions called in [docs](docs) and [scripts](scripts). |
| [raw_data](raw_data) | External tables used in analyses. |
| [renv](renv) | `renv`-related scripts- |
| [results](results) | Results from all analyses. |
| [scripts](scripts) | Contains analysis scripts. Each script contains a one-line description and is also referenced in its corresponding `.Rmd`. |

# Reproducibility
This repository uses [`renv`](https://rstudio.github.io/renv/index.html) to create a reproducible environment for this R project.

1. When you first launches this project, `renv` should automatically bootstrap itself, thereby downloading and installing the appropriate version of `renv` into the project library.
2. 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](https://rstudio.github.io/renv/articles/collaborating.html).

# License
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](LICENSE) file for more details.

# Citation
If you use any of the code or data from this repository, please cite our [paper](#TODO) and, if applicable, any software dependencies (e.g. [LAVA](https://github.com/josefin-werme/LAVA)).

0 comments on commit dca9216

Please sign in to comment.