R/data.R

#' 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"
enblacar/SCpubr documentation built on Aug. 25, 2024, 9:45 p.m.