forked from OHDSI/ARTEMIS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.24 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.24 KB
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
Package: ARTEMIS
Type: Package
Title: Chemotherapy regimen detection via temporal alignment algorithms
Version: 1.0.0.1
Author: Laurence Lawrence-Archer
Maintainer: This package is maintained by Laurence Lawrence-Archer <ldyer2006@gmail.com>
Description: A chemotherapy regimen detection algorithm is implemented alongside methods to generate patient-level data from an OMOP-CDM compliant database.
Utilising a temporally sensitive Smith-Waterman local alignment algorithm, we aim to generate a set of aligned drug regimens for each patient's experienced drug profile, thus allowing a simplification and summarisation of otherwise unreadable drug occurrences.
Imports:
reticulate (>= 1.27-9000),
DatabaseConnector,
dplyr,
tidyr,
forcats,
data.table,
ggplot2,
ggtext,
lubridate,
cli,
magrittr,
stringi,
stats,
utils,
stringr,
here,
tidyr,
networkD3,
webshot,
reshape2,
ggsci,
gridExtra,
methods,
RColorBrewer
License: Apache License (>= 2)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.3
Suggests:
testthat (>= 3.0.0),
DBI,
duckdb,
knitr,
rmarkdown
Config/testthat/edition: 3
Depends:
R (>= 3.5.0)