Posts
Lab 3 - PCA - GCTA
2021-04-16
Haky Im
𝕤interactive GCTA tutorial We’ll follow the GCTA tutorial here
Read more →
|
Lab Week 1
2021-04-02
Haky Im
ℝeview of maximum likelihood estimation
[…] Review of logistic regression
[…] Learn the basics of the command line
[…] Learn the basics of R
[…] Get Rstudio and the command line set up
[…] …
Read more →
|
GWAS Power Calculation
2021-01-24
Haky Im
𝕎e want to calculate the power to detect an association a genetic marker and a quantitative phenotype.
[…] As a concrete example, we pre-specify the model for continuous trait \(Y\) and genotype \(X\) as
\[Y = \beta X + \epsilon, ~~~~ \text{with } \epsilon \sim N(0, \sigma_\epsilon^2)\]
where …
Read more →
|
LD Score Regression
2021-04-16
Yanyu Liang
\[ \newcommand{\E}{\text{E}} \]
[…] This is a minial tutorial on using ldsc for LDSC regression. Let’s start by reviewing what LDSC regression does and what kind of input files are required for a minimal LDSC regression analysis.
Under polygenic model, B. K. Bulik-Sullivan et al. (2015) …
Read more →
|
TensorQTL
2021-04-16
Yanyu Liang, et al
ℂreated by Yanyu Liang, with some material adapted from Charles Washington III and Jiamao Zheng’s lab 6 from 2018
As we know that eQTL analysis needs to test association for each gene in transcriptome against a set of variants. Typically, for cis-eQTL analysis, one gene could have thousands of …
Read more →
|
HGEN47100 Lab 1
2021-04-02
ℂreated by Max Winston; modified by Charles Washington III, Ankeeta Shah, and Yanyu Liang
This class is designed to introduce a variety of concepts, methods, and tools utilized in statistical genetics. The majority of tools used to employ these methods and concepts require basic knowledge of …
Read more →
|
S-PrediXcan
2021-04-16
Yanyu Liang, et al
𝕋o recap, S-PrediXcan analysis takes GWAS summary statistics, gene expression prediction models (weights for SNPs), and reference LD and provides gene-level association between predicted expression and trait. So, it requires the following three pieces of data:
[…] The complete analysis …
Read more →
|
Lecture 9 - Mendelian Randomization
2022-04-25
Haky Im
𝕙ttps://docs.google.com/presentation/d/16aMKkcAX1QifQabgBSBR_xr8LuoLwnsj9eEBFXi6EYk/edit?usp=sharing
[…] See slides
Read more →
|
PRSice and the Personal Genome Project
2022-04-21
𝕀n this lab we are going to use the PRSice software to take height GWAS results and predict height of the Personal Genome Project individuals using their genotype data.
Goals
[…] library(tidyverse) ## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.1 ── ## ✓ …
Read more →
|
GWAS catalog analysis 2022
2022-04-20
Haky Im
𝕤uppressMessages(library(tidyverse)) suppressMessages(library(glue)) PRE = "/Users/haekyungim/Library/CloudStorage/Box-Box/LargeFiles/imlab-data/data-Github/web-data" ## COPY THE DATA AND SLUG FROM THE HEADER DATA = glue("{PRE}/2022-04-20-gwas-catalog-analysis-2022") …
Read more →
|