Nothing
#' Yeast metabolomic study
#'
#' Two Saccharomyces Cerevisiae strains were compared under two different
#' environmental conditions, 37 metabolites expression are measured.
#'
#' In this study, two Saccharomyces cerevisiae strains were used - wild-type
#' (WT) and mutant (MT), and were carried out in batch cultures under two
#' different environmental conditions, aerobic (AER) and anaerobic (ANA) in
#' standard mineral media with glucose as the sole carbon source. After
#' normalization and pre processing, the metabolomic data results in 37
#' metabolites and 55 samples which include 13 MT-AER, 14 MT-ANA, 15 WT-AER and
#' 13 WT-ANA samples
#'
#' @name yeast
#' @docType data
#' @usage data(yeast)
#' @format A list containing the following components: \describe{
#' \item{list("data")}{data matrix with 55 rows and 37 columns. Each row
#' represents an experimental sample, and each column a single metabolite.}
#' \item{list("strain")}{a factor containing the type of strain (MT or WT).}
#' \item{list("condition")}{a factor containing the type of environmental
#' condition (AER or ANA).} \item{list("strain.condition")}{a crossed factor
#' between \code{strain} and \code{condition}.} }
#' @return none
#' @references Villas-Boas S, Moxley J, Akesson M, Stephanopoulos G, Nielsen J:
#' High-throughput metabolic state analysis (2005). The missing link in
#' integrated functional genomics. \emph{Biochemical Journal},
#' \bold{388}:669–677.
#' @keywords datasets
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.