forked from StoreyLab/edge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.31 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
Package: edge
Type: Package
Title: Extraction of Differential Gene Expression
Date: 2015-04-15
Version: 2.1.1
Author: John D. Storey, Jeffrey T. Leek and Andrew J. Bass
Maintainer: John D. Storey <jstorey@princeton.edu>, Andrew J. Bass <ajbass@princeton.edu>
biocViews: MultipleComparison, DifferentialExpression, TimeCourse,
Regression, GeneExpression, DataImport
Description: The edge package implements methods for carrying out differential
expression analyses of genome-wide gene expression studies. Significance
testing using the optimal discovery procedure and generalized likelihood
ratio tests (equivalent to F-tests and t-tests) are implemented for general study
designs. Special functions are available to facilitate the analysis of
common study designs, including time course experiments. Other packages
such as snm, sva, and qvalue are integrated in edge to provide a wide range
of tools for gene expression analysis.
VignetteBuilder: knitr
Imports:
methods,
splines,
sva,
snm,
jackstraw,
qvalue(>= 1.99.0),
MASS
Suggests:
testthat,
knitr,
ggplot2,
reshape2
Depends:
R(>= 3.1.0),
Biobase
URL: https://github.com/jdstorey/edge
BugReports: https://github.com/jdstorey/edge/issues
LazyData: true
License: MIT + file LICENSE
NeedsCompilation: yes