-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.06 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
37
38
39
40
41
42
43
44
Package: DESeq2
Type: Package
Title: Differential gene expression analysis based on the negative
binomial distribution
Version: 1.11.1
Author: Michael Love (HSPH Boston), Simon Anders, Wolfgang Huber (EMBL
Heidelberg)
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
Imports:
BiocGenerics (>= 0.7.5),
Biobase,
BiocParallel,
genefilter,
methods,
locfit,
geneplotter,
ggplot2,
Hmisc
Depends:
S4Vectors,
IRanges,
GenomicRanges,
SummarizedExperiment (>= 0.2.0),
Rcpp (>= 0.10.1),
RcppArmadillo (>= 0.3.4.4)
Suggests:
testthat,
knitr,
BiocStyle,
vsn,
pheatmap,
RColorBrewer,
airway,
pasilla (>= 0.2.10),
DESeq
LinkingTo: Rcpp, RcppArmadillo
biocViews: Sequencing, ChIPSeq, RNASeq, SAGE, DifferentialExpression,
GeneExpression