## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----toR, eval = FALSE--------------------------------------------------------
#  library(snpsettest)
#  
#  # Read chromosome 1 bed/bim/fam files
#  x <- read_reference_bed("/path/to/EUR_phase3_chr1.bed")

