#' GenomicWidgets
#'
#' Interactive Visualizations for Functional Genomics
#'
#'
#' See the vignette for detailed instructions for how to use the package.
#'
#' GenomicWidgets uses the plotly javascript library (\url{plot.ly}) for making the
#' interactive figures and htmlwidgets (http://www.htmlwidgets.org/) for
#' rendering them in R.
#'
#' @import SummarizedExperiment
#' @import BiocGenerics
#' @importFrom grDevices col2rgb rainbow rgb
#' @importFrom graphics layout text
#' @importFrom methods as is new slot slot<-
#' @importFrom stats cutree kmeans quantile
#' @importFrom utils modifyList
#' @importFrom S4Vectors endoapply
#'
#' @name GenomicWidgets
#' @rdname GenomicWidgets
#' @author Alicia Schep, Justin Finkle, and Sarah Kummerfeld
#' @docType package
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.