#' TSS annotation data for zebrafish (Zv8) obtained from biomaRt
#'
#' A GRanges object to annotate TSS for zebrafish (Zv8) obtained from biomaRt
#'
#' Annotation data obtained by: mart <- useMart(biomart="ENSEMBL_MART_ENSEMBL",
#' host="may2009.archive.ensembl.org", path="/biomart/martservice",
#' dataset="drerio_gene_ensembl")
#'
#' getAnnotation(mart, featureType = "TSS")
#'
#' @name TSS.zebrafish.Zv8
#' @docType data
#' @format GRanges with slot start holding the start position of the gene, slot
#' end holding the end position of the gene, slot names holding ensembl gene
#' id, slot seqnames holding the chromosome location where the gene is located
#' and slot strand holding the strinad information. In addition, the following
#' variables are included. \describe{ \item{list("description")}{description
#' of the gene}}
#' @keywords datasets
#' @examples
#'
#' data(TSS.zebrafish.Zv8)
#' slotNames(TSS.zebrafish.Zv8)
#'
"TSS.zebrafish.Zv8"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.