|
a |
|
b/man/metabolome.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/metabolome.R |
|
|
3 |
\docType{data} |
|
|
4 |
\name{metabolome} |
|
|
5 |
\alias{metabolome} |
|
|
6 |
\title{Metabolomic data set that is used in the toy example provided by the `multiGSEA` package.} |
|
|
7 |
\format{ |
|
|
8 |
A tibble with 4 variables and 4881 measured proteome features: |
|
|
9 |
\describe{ |
|
|
10 |
\item{HMDB}{HMDB identifier of measured metabolites.} |
|
|
11 |
\item{logFC}{Log2-transformed fold change between treatment and control.} |
|
|
12 |
\item{pValue}{P-value associated with the fold change.} |
|
|
13 |
\item{adj.pValue}{Adjusted p-value associated with the fold change.} |
|
|
14 |
} |
|
|
15 |
} |
|
|
16 |
\usage{ |
|
|
17 |
data(metabolome) |
|
|
18 |
} |
|
|
19 |
\description{ |
|
|
20 |
Processed metabolomics data set that will be used throughout |
|
|
21 |
the vignette provided by the `multiGSEA` package. The raw data |
|
|
22 |
was originally published by [Quiros _et al._](http://doi.org/10.1083/jcb.201702058) |
|
|
23 |
and can be accessed within the online supplementary material. |
|
|
24 |
} |
|
|
25 |
\examples{ |
|
|
26 |
data(metabolome) |
|
|
27 |
} |
|
|
28 |
\keyword{datasets} |