R/gene_annot_hg38.R

#' Gene annotation build hg38.
#'
#' A table containg information on chromosomes, start and end locations of ensembl gene ids.
#' The data was obtained from genome build hg38
#'
#' @format A data with 60616 rows and 4 columns:
#' \describe{
#'   \item{chr}{chromosome location}
#'   \item{start}{starting genome location}
#'   \item{end}{end genome location}
#'   \item{ENSG}{ensembl gene id}
#' }
"gene_annot_hg38"
honzee/RNAseqCNVapp documentation built on Jan. 27, 2024, 3:29 a.m.