Skip to contents

Introduction

eQTLs are genetic loci exhibiting association with gene expression.

Consortia have produced catalogs of eQTLs based on various cohorts and experimental procedures.

biocXqtl facilitates flexible analyses for genetics of variation in molecular phenotypes. In this vignette we review analytic results for 455 GEUVADIS samples.

tensorQTL example

## Warning: package 'GenomicRanges' was built under R version 4.5.2
## Warning: replacing previous import 'BiocGenerics::type' by 'arrow::type' when
## loading 'biocXqtl'
## Warning: package 'arrow' was built under R version 4.5.2
library(dplyr)
library(DT)
tens = example_tensorQTL()
tens |> arrange(pval_nominal) |> head(10) |> 
    as.data.frame() |> datatable()