-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
74 lines (74 loc) · 1.97 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Type: Package
Package: detrendr
Title: Detrend Images
Version: 0.6.16
Authors@R: c(
person("Rory", "Nolan", , "rorynoolan@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5239-4043")),
person("Luis", "Alvarez", , "lalvarez@well.ox.ac.uk", role = c("ctb", "cph"),
comment = c(ORCID = "0000-0003-1316-1906")),
person("Sergi", "Padilla-Parra", , "spadilla@well.ox.ac.uk", role = c("ctb", "ths", "cph"),
comment = c(ORCID = "0000-0002-8010-9481"))
)
Maintainer: Rory Nolan <rorynoolan@gmail.com>
Description: Detrend fluorescence microscopy image series for fluorescence
fluctuation and correlation spectroscopy ('FCS' and 'FFS') analysis.
This package contains functionality published in a 2016 paper
<doi:10.1093/bioinformatics/btx434> but it has been extended since
then with the Robin Hood algorithm and thus contains unpublished work.
License: BSD_3_clause + file LICENSE
URL: https://rorynolan.github.io/detrendr/,
https://github.com/rorynolan/detrendr#readme
BugReports: https://github.com/rorynolan/detrendr/issues
Depends:
R (>= 3.1)
Imports:
arrayhelpers (>= 1.1.0),
autothresholdr (>= 1.3.11),
checkmate (>= 1.9.3),
doParallel,
dplyr,
filesstrings (>= 3.2.4),
foreach,
ijtiff (>= 2.2),
iterators,
magrittr (>= 1.5),
parallel,
plyr,
purrr,
Rcpp (>= 1.0.10),
RcppParallel (>= 5.1.7),
rlang (>= 0.3.3),
stringr (>= 1.4),
tools,
withr (>= 2.1)
Suggests:
abind,
covr,
ggplot2,
glue (>= 1.3.0),
graphics,
gridExtra,
knitr,
lattice,
MASS,
matrixStats,
mgcv,
pacman,
R.utils,
rmarkdown,
spelling,
testthat (>= 3.0),
tidyr
LinkingTo:
Rcpp (>= 1.0.10),
RcppParallel (>= 5.1.7)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: GNU make