-
Notifications
You must be signed in to change notification settings - Fork 89
/
DESCRIPTION
36 lines (36 loc) · 1.59 KB
/
DESCRIPTION
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
29
30
31
32
33
34
35
36
Package: DESeq2
Type: Package
Title: Differential gene expression analysis based on the negative
binomial distribution
Version: 1.47.1
Authors@R: c(
person("Michael", "Love", email="[email protected]", role = c("aut","cre")),
person("Constantin", "Ahlmann-Eltze", role = c("ctb")),
person("Kwame", "Forbes", role = c("ctb")),
person("Simon", "Anders", role = c("aut","ctb")),
person("Wolfgang", "Huber", role = c("aut","ctb")),
person("RADIANT EU FP7", role="fnd"),
person("NIH NHGRI", role="fnd"),
person("CZI", role="fnd"))
Maintainer: Michael Love <[email protected]>
Description: Estimate variance-mean dependence in count data from
high-throughput sequencing assays and test for differential
expression based on a model using the negative binomial
distribution.
License: LGPL (>= 3)
VignetteBuilder: knitr, rmarkdown
Imports: BiocGenerics (>= 0.7.5), Biobase, BiocParallel, matrixStats,
methods, stats4, locfit, ggplot2 (>= 3.4.0), Rcpp (>= 0.11.0),
MatrixGenerics
Depends: S4Vectors (>= 0.23.18), IRanges, GenomicRanges,
SummarizedExperiment (>= 1.1.6)
Suggests: testthat, knitr, rmarkdown, vsn, pheatmap, RColorBrewer,
apeglm, ashr, tximport, tximeta, tximportData, readr, pbapply,
airway, pasilla (>= 0.2.10), glmGamPoi, BiocManager
LinkingTo: Rcpp, RcppArmadillo
URL: https://github.com/thelovelab/DESeq2
biocViews: Sequencing, RNASeq, ChIPSeq, GeneExpression, Transcription,
Normalization, DifferentialExpression, Bayesian, Regression,
PrincipalComponent, Clustering, ImmunoOncology
RoxygenNote: 7.3.1
Encoding: UTF-8