|
a |
|
b/man/proteome.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/proteome.R |
|
|
3 |
\docType{data} |
|
|
4 |
\name{proteome} |
|
|
5 |
\alias{proteome} |
|
|
6 |
\title{Proteomic data set that is used in the toy example provided by the `multiGSEA` package.} |
|
|
7 |
\format{ |
|
|
8 |
A tibble with 4 variables and 8275 measured proteome features: |
|
|
9 |
\describe{ |
|
|
10 |
\item{Symbol}{HGNC symbol of measured proteins.} |
|
|
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(proteome) |
|
|
18 |
} |
|
|
19 |
\description{ |
|
|
20 |
Processed proteomics data set that will be used throughout the vignette |
|
|
21 |
provided by the `multiGSEA` package. The raw data was originally published |
|
|
22 |
by [Quiros _et al._](http://doi.org/10.1083/jcb.201702058) and deposited at |
|
|
23 |
[ProteomeXchange](http://proteomecentral.proteomexchange.org/cgi/GetDataset?ID=PXD006293). |
|
|
24 |
} |
|
|
25 |
\examples{ |
|
|
26 |
data(proteome) |
|
|
27 |
} |
|
|
28 |
\keyword{datasets} |