Computing
<!--
See https://www.debugbear.com/blog/responsive-images#w-descriptors-and-the-sizes-attribute and
https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images for info on defining 'sizes' for responsive images
-->
<source
class="responsive-img-srcset"
srcset="/assets/img/PennPRS-480.webp 480w,/assets/img/PennPRS-800.webp 800w,/assets/img/PennPRS-1400.webp 1400w,"
type="image/webp"
sizes="95vw"
>
<img
src="/assets/img/PennPRS.jpeg"
class="img-fluid rounded z-depth-1"
width="100%"
height="auto"
title="example image"
loading="eager"
onerror="this.onerror=null; $('.responsive-img-srcset').remove();"
>
</picture>
</figure>
</div>
</div>
[Preprint]
[Website]
[Offline Pipeline for Large-Scale Analyses]
Software
CaLMR
An R-based command line tool for implementing CaLMR (Causal analysis of Latent exposures using Mendelian Randomization), a powerful method for conducting Mendelian randomization analysis for latent exposures leveraging information from GWAS summary-level information on observed biomarkers. [Preprint]
MUSSEL
An R-based command line tool for implementing MUSSEL (MUltivariate Spike and Slab and Ensemble Learning), a powerful method for developing ancestry-specific polygenic risk scores (PRS) that integrates information from GWAS summary statistics and external LD reference data from multiple populations (ancestry groups). [Paper]
MRLE
An R package for conducting Mendelian randomization analysis for a latent exposure leveraging information from multiple biomarkers. [Paper] [Paper]
T2DAG
An R package for graph-informed detection of disease-associated gene pathways. [Paper]
COVID-19 Risk Tools
Mortality Risk Calculator
Risk Interactive Maps
[Paper] –>