R/data.R

#' Gene Length of Homo sapiens
#'
#' @description A dataframe containing the gene length of Homo sapiens.
#'
#' @format A data frame with 25457 rows and 4 variables:
#' \describe{
#'   \item{\code{gene_id}}{The entrez id of the genes}
#'   \item{\code{length}}{Gene length of all exons}
#'   \item{\code{symbol}}{Gene symbol}
#'   \item{\code{ensembl_id}}{Ensembl id of genes}
#' }
"hs_gene_length"


#' Gene Length of Mus musculus
#'
#' @description A dataframe containing the gene length of Mus musculus.
#'
#' @format A data frame with 24115 rows and 4 variables:
#' \describe{
#'   \item{\code{gene_id}}{The entrez id of the genes}
#'   \item{\code{length}}{Gene length of all exons}
#'   \item{\code{symbol}}{Gene symbol}
#'   \item{\code{ensembl_id}}{Ensembl id of genes}
#' }
"mm_gene_length"
duohongrui/simutils documentation built on March 12, 2024, 8:40 p.m.