R/example_data7.R

#' ld_data
#' This contains Linkage Disequilibrium (LD) related data (e.g. pair-wise variant correlation squared). 
#' @format A dataframe with 1000 rows and 7 columns
#' \describe{
#'  \item{CHR_A}{Chromosome ID}
#'  \item{BP_A}{Base pair position of the 1st variant}
#'  \item{SNP_A}{First variant ID}
#'  \item{CHR_B}{Chromosome ID}
#'  \item{BP_B}{Base pair position of the 2nd variant}
#'  \item{SNP_B}{Second variant ID}
#'  \item{R2}{LD measurement (e.g. R squared)}
#' }
"example_data7"

Try the GPflexViz package in your browser

Any scripts or data that you put into this service are public.

GPflexViz documentation built on Sept. 10, 2025, 10:27 a.m.