-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
98 lines (98 loc) · 2.99 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Package: sbcdata
Title:
Laboratory Diagnostics from Septic and Non-septic Patients Used
in the AMPEL Project
Version: 1.0.2
Date: 2024-03-07
Description:
The data were collected as part of the AMPEL project
(Analysis and Reporting System for the Improvement of Patient Safety
through Real-Time Integration of Laboratory Findings,
\url{http://www.ampel-cdss.com/}).
They include administration data, sepsis labels based on ICD10 codes
and laboratory diagnostics from patients admitted to the
University Hospital Leipzig between Januar 2014 and December 2021 and to the
University Hospital Greifswald between Januar 2015 and December 2020,
respectively. Additionally it provides functions to generate a similar
dataset from MIMIC-IV (Johnson et al. 2021 \doi{10.13026/S6N6-XD98}).
Authors@R:
c(
person(
given = "Sebastian", family = "Gibb",
email = "mail@sebastiangibb.de",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7406-4443")
),
person(
given = "Paul", family = "Ahrens",
email = "paul.ahrens@medizin.uni-leipzig.de",
role = c("aut", "dtc")
),
person(
given = "Daniel", family = "Steinbach",
email = "daniel.steinbach@medizin.uni-leipzig.de",
role = c("aut", "dtc")
),
person(
given = "Maria", family = "Schmidt",
email = "maria.schmidt@medizin.uni-leipzig.de",
role = c("aut", "dtc")
),
person(
given = "Thorsten", family = "Kaiser",
email = "thorsten.kaiser@medizin.uni-leipzig.de",
role = c("aut", "dtc")
),
person(
given = "Mark", family = "Wernsdorfer",
email = "mark.wernsdorfer@medizin.uni-leipzig.de",
role = "dtc"
),
person(
given = "Matthias", family = "Nauck",
email = "matthias.nauck@med.uni-greifswald.de",
role = "dtc"
),
person(
given = "Stefan", family = "Bollmann",
email = "stefan.bollmann@med.uni-greifswald.de",
role = "dtc"
),
person(
given = "Thomas", family = "Hildebrandt",
email = "thomas.hildebrandt@med.uni-greifswald.de",
role = "dtc"
)
)
Maintainer: Sebastian Gibb <mail@sebastiangibb.de>
Depends:
R (>= 4.1),
data.table
Suggests:
knitr,
rmarkdown,
viridisLite,
DiagrammeR,
gtsummary,
testthat (>= 3.0.0)
License: CC BY 4.0
LazyData: yes
URL: https://github.com/ampel-leipzig/sbcdata
BugReports: https://github.com/ampel-leipzig/sbcdata/issues/
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.0
VignetteBuilder: knitr
Encoding: UTF-8
Config/testthat/edition: 3
Collate:
'sbcdata-package.R'
'counts.R'
'exclude.R'
'import_mimic.R'
'labcodes.R'
'label.R'
'merge.R'
'preprocess.R'
'sendercodes.R'
'sbcdata.R'
'utils.R'