Introduction

dn8 format is a representation for GWAS summary statistics developed at Channing Division of Network Medicine.

This package illustrates how to produce informative interactive visualizations for GWAS summary statistics, based on the TnT package in Bioconductor.

Example

A main problem is extracting information from archives of GWAS summary statistics. We use an example data frame, gtex_b38_lung_chr20_exc, which has EQTL p-values for a small number of genes on chr20, derived from GTEx results for lung tissue..

suppressPackageStartupMessages({
  library(tnt4dn8)
})
data(gtex_b38_lung_chr20_exc)
chk2 = gtex_b38_lung_chr20_exc |> filter_sym("SOX12", radius=5e5) |> as.data.frame()
tntplot(chk2)

You can use click wheel on a mouse to pan and zoom on this display, and the annotation underneath the manhattan plot will become more detailed.



vjcitn/tnt4dn8 documentation built on Sept. 10, 2022, 11:17 a.m.