#' An example GRanges object representing a ChIP-seq peak dataset
#'
#' the putative STAT1-binding regions identified in un-stimulated cells using
#' ChIP-seq technology (Robertson et al., 2007)
#'
#'
#' @name myPeakList
#' @docType data
#' @format GRanges with slot rownames containing the ID of peak as character,
#' slot start containing the start position of the peak, slot end containing
#' the end position of the peak and seqnames containing the chromosome where
#' the peak is located.
#' @source Robertson G, Hirst M, Bainbridge M, Bilenky M, Zhao Y, et al. (2007)
#' Genome-wide profiles of STAT1 DNA association using chromatin
#' immunoprecipitation and massively parallel sequencing. Nat Methods 4:651-7
#' @keywords datasets
#' @examples
#'
#' data(myPeakList)
#' slotNames(myPeakList)
"myPeakList"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.