-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.34 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
Package: topconfects
Title: Top Confident Effect Sizes
Version: 1.23.2
Authors@R: person("Paul", "Harrison", email = "paul.harrison@monash.edu", role = c("aut", "cre"), comment=c(ORCID="0000-0002-3980-268X"))
Description: Rank results by confident effect sizes, while maintaining False Discovery Rate and False Coverage-statement Rate control. Topconfects is an alternative presentation of TREAT results with improved usability, eliminating p-values and instead providing confidence bounds. The main application is differential gene expression analysis, providing genes ranked in order of confident log2 fold change, but it can be applied to any collection of effect sizes with associated standard errors.
Depends:
R (>= 3.6.0)
Imports:
methods,
utils,
stats,
assertthat,
ggplot2,
scales,
grid,
grDevices
Suggests:
limma,
edgeR,
statmod,
DESeq2,
ashr,
NBPSeq,
dplyr,
testthat,
reshape2,
tidyr,
readr,
org.At.tair.db,
AnnotationDbi,
knitr,
rmarkdown,
BiocStyle
License: LGPL-2.1 | file LICENSE
URL: https://github.com/pfh/topconfects
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
BugReports: https://github.com/pfh/topconfects/issues
biocViews: GeneExpression, DifferentialExpression, Transcriptomics, RNASeq, mRNAMicroarray, Regression, MultipleComparison