All Projects → Nealelab → UKBB_ldsc

Nealelab / UKBB_ldsc

Licence: other
Sample code for ldsc analyses in UKBB

Programming Languages

CSS
56736 projects
r
7636 projects
HTML
75241 projects

Projects that are alternatives of or similar to UKBB ldsc

rss
Regression with Summary Statistics.
Stars: ✭ 42 (+82.61%)
Mutual labels:  heritability
biobankAccelerometerAnalysis
Extracting meaningful health information from large accelerometer datasets
Stars: ✭ 112 (+386.96%)
Mutual labels:  ukbiobank

UKBB ldsc site

Scripts used for generating the results site for LD score regression (LDSC) analysis of the UK Biobank GWAS produced by the Neale Lab. You can read more about that GWAS effort here and read the hertiabililty analysis post for our initial thoughts on these results.

Contents of the site include:

Scripts used for the LD Score regression analysis itself are in the UKBB_ldsc_scripts dependency. They've been separated to make it easier for you to pull//fork/otherwise use those scripts without ending up with a download of the whole results site.

Version History

  • September 2017: first release
  • October 2019: round2 release

Main contents of this repo

  • ./site_build/build_site.R: main driver script to build the static website using R Markdown. Copies the necessary source files into this directory and updates _site.yml to allow a clean build. Includes options to only generate a subset of the site for easier testing.
  • ./docs/: The full contents of the results site hosted on Github Pages.
  • ./UKBB_ldsc_scripts/: code for the LDSR analysis, including the Rmd files for results processing that are included in the methods section of this site. See the UKBB_ldsc_scripts repo for full description.
  • ./site_source/: source code for building the site, including:
  • ./rmd_source/: R markdown source for each page of the site. _h2_part_template.html is used to generate each of the individual phenotype pages, adapting to the results for that phenotype.
  • ./yml_source/: yaml code for the structure of the site and the pass parameters for rendering each page. Split into pieces to allow testing rendering subsets of the site. Full site yaml is stitched together by ./site_build/build_site.R at run time.
  • analytics_header.html: page header code to count hits and downloads
  • ./sandflat and dt_styles.css: custom CSS based on Bootswatch themes and styling options for Datatables
  • make_favicon.R and ./icon/: favicon images for browser tabs on various platforms

Credits

Site generated by Raymond Walters (i.e. all mistakes are his), with helpful improvements from Duncan Palmer and support from the full Neale Lab UKB team. See the site for full credits for this project.

For any questions/comments/feedback, email [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].