#' Genecode GRanges object
#'
#' This data comes from Genecode database (comprehensive gene annotation hg19),
#' \url{ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_19/gencode.v19.annotation.gff3.gz}.
#' Leaving "gene", other rows were removed.
#' the gff3 format file was loaded by R as gencode_gr by gff32granges.
#'
#' @docType data
#' @name gencode_gr
#' @usage gencode_gr
#' @format A GRanges object
#' @examples
#' gencode_gr
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.