#' iSEE: interactive SummarizedExperiment/SingleCellExperiment Explorer
#'
#' \code{iSEE} is a Bioconductor package that provides an interactive Shiny-based
#' graphical user interface for exploring data stored in \code{SummarizedExperiment}
#' objects, including row- and column-level metadata.
#' Particular attention is given to single-cell data in a \code{SingleCellExperiment}
#' object with visualization of dimensionality reduction results, e.g., from principal
#' components analysis (PCA) or t-distributed stochastic neighbour embedding (t-SNE)
#'
#' @import SingleCellExperiment
#' @import SummarizedExperiment
#' @importMethodsFrom BiocGenerics ncol nrow
#' @import methods
#' @author Aaron Lun \email{infinite.monkeys.with.keyboards@@gmail.com}
#' @author Charlotte Soneson \email{charlottesoneson@@gmail.com}
#' @author Federico Marini \email{marinif@@uni-mainz.de}
#' @author Kevin Rue-Albrecht \email{kevinrue67@@gmail.com}
#' @name iSEE-pkg
#' @docType package
"_PACKAGE"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.