#' Randomly generated SNP clumps
#'
#' The dataset 'toy.clumped' is a data.frame object containing the index SNPs and the SNP clumps.
#'
#' The file is similar to a 'plink.clumped' output of plink. The plink.clumped file read into a data.frame object and only the
#' columns, "SNP" and "SP2" are retained.
#'
#' @docType data
#'
#' @usage data(toy.clumped)
#'
#' @format A data frame containg SNP clumps in the format similar to plink \code{--clump} output.
#'
#' @return data frame
#'
#' @keywords datasets
#'
#'
"toy.clumped"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.