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