Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1013 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 1013 Bytes

PRS-Project

This repository contains all of the code and outputs related to my polygenic risk score project.

TO VIEW THE HTML FILE FOLLOW THIS LINK: https://htmlpreview.github.io/?https://raw.githubusercontent.com/MerrimanLab/PRS-Project/master/Output/HTMLs/Supplementary%20Methods%202.html

Repository structure

Script/ contains all code related to the project, with the following sub-directories:

  1. Rmds/ contains all Rmarkdown documents
  2. Functions/ contains all R functions

Output/ contains all output for the project, split into the following sub-directories:

  1. Data/ contains any and all relevant output data (not tracked on GitHub)
  2. HTMLs/ contains the output HTML file relating to the Rmarkdowns in Script/Rmds/
  3. Plots/ contains all output plots (not tracked on GitHub)
  4. Temp/ contains all temporary files for analysis (not tracked on GitHub)

Data/ contains all raw input data for the project (not tracked on GitHub)

Archive/ contains all old code and data (not tracked on GitHub)