Revision 9ae1e67cb5e13c5bbc731a5fc56a0053182f16b0 authored by Matthias Templ on 11 February 2020, 16:20:02 UTC, committed by cran-robot on 11 February 2020, 16:20:02 UTC
1 parent 775c7e1
Raw File
mcad.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{mcad}
\alias{mcad}
\title{metabolomics mcad data set}
\format{A data frame with 50 observations and 279 variables}
\usage{
data(mcad)
}
\description{
The aim of the experiment was to ascertain novel biomarkers of 
MCAD (Medium chain acyl-CoA dehydrogenase) deficiency. 
The data consists of 25 patients and 25 controls and the analysis was done by LC-MS.
Rows represent patients and controls and columns represent chemical 
entities with their quantity.
}
\details{
\itemize{
 \item{\code{group }}{patient group}
 \item{\code{... }}{the remaining variables columns are represented by m/z which are chemical characterizations of individual chemical components on exact mass measurements..}
}
}
\examples{

data(mcad)
str(mcad)
}
\references{
Najdekr L., Gardlo A., Madrova L., Friedeckyy D., Janeckova H., Correa E.S., Goodacre R., Adam T., Oxidized phosphatidylcholines suggest oxidative stress in patients with medium-chain acyl-CoA dehydrogenase deficiency, \emph{Talanta} 139, 2015, 62-66.
}
\keyword{data}
back to top