R/gene_annot_hg19.R

#' Gene annotation build hg19.
#'
#' A table containg information on chromosomes, start and end locations of ensembl gene ids.
#' The data was obtained from genome build hg19
#'
#' @format A data with 57773 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_hg19"
honzee/RNAseqCNVapp documentation built on Jan. 27, 2024, 3:29 a.m.