Diff of /man/data-dds.Rd [000000] .. [226bc8]

Switch to unified view

a b/man/data-dds.Rd
1
\name{dds}
2
\alias{dds}
3
\docType{data}
4
\title{
5
Gene expression data
6
}
7
\description{
8
The object contains the gene expression data after differential
9
gene expression analysis performed with DESeq2 R/Bioconductor package.
10
The preprocessing of the RNA-Seq data included
11
read alignment to the human reference genome (GRCh 37.1 / hg 19;
12
STAR version 2.3.0), and read counting done with htseq-count
13
(default mode union).
14
}
15
\author{Sascha Dietrich}
16
\references{
17
Love MI, Huber W, and Anders S. Moderated estimation of fold change
18
and dispersion for RNA-seq data with DESeq2.
19
Genome Biol. 2014;15(12):550
20
21
Dobin A, Davis CA, Schlesinger F, Drenkow J, Zaleski C,
22
Jha S, Batut P, Chaisson M, and Gingeras TR. STAR: ultrafast universal
23
RNA-seq aligner. Bioinformatics. 2013;29(1):15-21
24
25
Anders S, Pyl PT, and Huber W. HTSeq--a Python framework to work
26
with high-throughput sequencing data. Bioinformatics. 2015;31(2):166-9
27
}
28
\usage{
29
dds
30
}
31
\format{
32
\code{"\linkS4class{DESeqDataSet}"} object with 136 CLL samples and 63677 features.
33
}
34
\keyword{datasets}