-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 952 Bytes
/
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: greatR
Title: Gene Registration from Expression and Time-Courses in R
Version: 2.0.0.9000
Authors@R:
c(person(given = "Ruth",
family = "Kristianingsih",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1873-6203"))
)
Description: A tool for registering (aligning) gene expression profiles
between reference and query data.
License: GPL (>= 3)
URL: https://ruthkr.github.io/greatR/, https://github.com/ruthkr/greatR/
BugReports: https://github.com/ruthkr/greatR/issues/
Depends:
R (>= 4.1.0)
Imports:
cli,
data.table,
furrr,
future,
ggplot2,
neldermead,
optimization,
patchwork,
scales,
stats
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3