-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
36 lines (36 loc) · 1.05 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: bayefdr
Type: Package
Title: Bayesian Estimation and Optimisation of Expected False Discovery Rate
Version: 0.2.0
Date: 2021-09-18
Authors@R: c(
person("Alan", "O'Callaghan",
email = "[email protected]",
role = c("aut", "cre")
),
person("Catalina", "Vallejos", role = "aut")
)
Description:
Implements the Bayesian FDR control described by
Newton et al. (2004), <doi:10.1093/biostatistics/5.2.155>.
Allows optimisation and visualisation of expected error rates based on
tail posterior probability tests.
Based on code written by Catalina Vallejos for BASiCS, see
Beyond comparisons of means: understanding changes in gene expression at the
single-cell level Vallejos et al. (2016) <doi:10.1186/s13059-016-0930-3>.
Imports:
ggplot2,
reshape2,
assertthat,
utils,
cowplot,
ggExtra,
stats
License: GPL-3
BugReports: https://github.com/VallejosGroup/bayefdr/issues
RoxygenNote: 7.1.2
Encoding: UTF-8
Suggests:
testthat,
pkgdown
Language: en-gb