-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
46 lines (46 loc) · 1.38 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
45
46
Package: DGEobj.utils
Type: Package
Title: Differential Gene Expression (DGE) Analysis Utility Toolkit
Version: 1.0.6
Description:
Provides a function toolkit to facilitate reproducible RNA-Seq Differential Gene Expression (DGE)
analysis (Law (2015) <doi:10.12688/f1000research.9005.3>). The tools include both analysis
work-flow and utility functions: mapping/unit conversion, count normalization, accounting for
unknown covariates, and more. This is a complement/cohort to the 'DGEobj' package that
provides a flexible container to manage and annotate Differential Gene Expression analysis results.
Authors@R:
c(person("John", "Thompson", role = "aut", email = "[email protected]"),
person("Connie", "Brett", role = c("aut", "cre"), email = "[email protected]"),
person("Isaac", "Neuhaus", role = "aut", email = "[email protected]"),
person("Ryan", "Thompson", role = "aut", email = "[email protected]"))
Depends: R (>= 3.5.0)
License: GPL-3
Language: en-US
Encoding: UTF-8
Imports:
assertthat,
DGEobj (>= 1.0.3),
dplyr,
methods,
stats,
stringr
Suggests:
biomaRt,
canvasXpress,
conflicted,
edgeR,
glue,
ggplot2,
IHW,
limma,
knitr,
qvalue,
RNASeqPower,
rmarkdown,
statmod,
sva,
testthat,
zFPKM
biocViews:
RoxygenNote: 7.1.2
VignetteBuilder: knitr