[72a7c3]: / man / transcriptome.Rd

Download this file

29 lines (28 with data), 1.0 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/transcriptome.R
\docType{data}
\name{transcriptome}
\alias{transcriptome}
\title{Transcriptomic data set that is used in the toy example provided by the `multiGSEA` package.}
\format{
A tibble with 4 variables and 15174 measured transcriptome features:
\describe{
\item{Symbol}{HGNC symbol of measured transcripts.}
\item{logFC}{Log2-transformed fold change between treatment and control.}
\item{pValue}{P-value associated with the fold change.}
\item{adj.pValue}{Adjusted p-value associated with the fold change.}
}
}
\usage{
data(transcriptome)
}
\description{
Processed transcriptomics data set that will be used throughout the
vignette provided by the `multiGSEA` package. The raw data was originally
published by [Quiros _et al._](http://doi.org/10.1083/jcb.201702058) and
deposited at [NCBI Geo](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE84631).
}
\examples{
data(transcriptome)
}
\keyword{datasets}