R/yeastExample-data.R

#' 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
itikadi/EMOGEA documentation built on Dec. 20, 2021, 8:03 p.m.