#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.