#' Example data (Yeast)
#'
#' Example data for the EMOGEA package.
#'
#' @name yeastExample
#'
#' @docType data
#'
#' @usage data(yeastExample)
#'
#' @format A list containing the data (expressionData), metadata (metaData), the sample column (sampleColumn) and the condition column (conditionColumn).
#'
#' @keywords datasets
#'
#' @examples
#' data(yeastExample)
#' expressionData <- yeastExample$expressionData
#' metaData <- yeastExample$metaData
#' sampleColumn <- yeastExample$sampleColumn
#' conditionColumn <- yeastExample$conditionColumn
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.