#'A gtf example for gene annotation
#'
#'Data from the Ensembl comprasing the gene annotation for the bovine genome
#'
#'@docType data
#'
#'@usage data(gtfGenes)
#'
#'@format A data frame with 24616 rows and 8 variables:
#'\itemize{
#' \item chr: Chromosome
#' \item start_pos: Start position in the genome for each geme
#' \item end_pos: End position in the genome for each gene
#' \item width Gene length
#' \item strand Strand which the gene is mapped (+ or -)
#' \item gene_id Ensemble gene ID
#' \item gene_name Gene symbol
#' \item gene_biotype Gene biotype
#' }
#'
#'@keywords datasets
#'
#'@examples
#'data(gtfGenes)
#' @keywords internal
"gtfGenes"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.