#' Chromosome arm locations for human genome GRCh38.
#'
#' A tibble containing the chromosome, arm and start and end coordinates.
#'
#' @format A tibble with 48 rows and 4 columns:
#' \describe{
#' \item{chr}{Chromosome.}
#' \item{arm}{Chromosome arm.}
#' \item{start}{Start coordinates.}
#' \item{end}{End coordinates.}
#' }
#' @usage data(human_chr_locations)
"human_chr_locations"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.