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"

Try the SCpubr package in your browser

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

SCpubr documentation built on Oct. 11, 2023, 5:15 p.m.