You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-17Lines changed: 28 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Data quality
2
2
3
-
This is an R package that has sume utilities and also supports an informatics study that focuses on data quality (rather than a clinical question). It may also support development of other tools.
3
+
This is an R package that has sume utilities and also supports informatics studies that focuses on data quality (rather than a clinical question). It may also support development of other tools.
4
4
5
5
For the study, the protocol is available in extras folder.
6
6
@@ -9,23 +9,37 @@ Forum link: http://forums.ohdsi.org/t/ohdsi-informatics-study-data-quality/1857/
9
9
The package was extended to also provide additional function.
10
10
There are several usage scenarios.
11
11
12
-
1. Generate MIAD (minumum information about dataset) as .csv file that can be added to an OHDSI study
13
-
2. Participate on DataQuality study (with later step for sharing of the limited data about your dataset)
14
-
3. Run local report on Data Quality (not shared with anybody)
15
-
4. Run development version of Data Quality (DQ) checks
16
-
5. Participate on annual 'State of the Network' report and address
17
-
6. Support development of Data Quality Dashboard
12
+
- Support development of Data Quality Dashboard
13
+
- Generate MIAD (minumum information about dataset) as .csv file that can be added to an OHDSI study
14
+
- Participate on DataQuality study (with later step for sharing of the limited data about your dataset)
15
+
- Run local report on Data Quality (not shared with anybody)
16
+
- Run development version of Data Quality (DQ) checks
17
+
- Participate on annual 'State of the Network' report and address
18
+
18
19
19
20
20
21
# Package updates
21
22
22
-
## v4 (2019-12-13)
23
-
- adding support for DQD (initial part)
23
+
## v4 (2020-01-24)
24
+
- adding support for DQD
24
25
25
26
## v3
26
27
- adding MIAD
27
28
28
-
# 1.Generate MIAD (minumum information about a dataset)
29
+
30
+
# Support development of Data Quality Dashboard
31
+
32
+
Package has functions that support addition of more rules and knowledge base items to the Data Quality Dashboard. For example, we want to compute 3rd and 97th percentile (or other parameters) for some lab results to use those as thresholds.
33
+
34
+
This is related to unit analysis done by https://github.com/vojtechhuser/ThemisConcepts
35
+
36
+
A site can participate on developing knowledbe base for DQD. Or it can take part on format research study (to be published). Se [extras/protocol](extras/protocol) folder for protocol.
37
+
38
+
To run the study, see DQD section in file [extras/TestCode.R](extras/TestCode.R)
39
+
40
+
41
+
42
+
# Generate MIAD (minumum information about a dataset)
29
43
30
44
A discussion about this function is in this [forum thread](http://forums.ohdsi.org/t/ohdsi-study-comparative-effectiveness-of-alendronate-and-raloxifene-in-reducing-the-risk-of-hip-fracture/2533/13?u=vojtech_huser).
31
45
This is done by runing the following function. The function will generate a .csv file in 'export' subfolder of the output folder (e.g., c:/temp/export).
Themis aims to generate stricter conventions. The checks tested here will be incorporated into `Achilles Heel`.
172
186
@@ -210,11 +224,8 @@ cT #view the output
210
224
211
225
Example output is [here](inst/csv/ThemisMeasurementsUnitsCheck.csv)
212
226
213
-
# 5. Participate on annual 'State of the Network' report and address
227
+
# Participate on annual 'State of the Network' report and address
214
228
215
229
In order to be listed, email to the report coortinator (VH) your MIAD level 2 CSV file.
216
230
217
231
218
-
# 6. Data Quality Dashboard
219
-
220
-
Package has functions that support addition of more rules and knowledge base items to the Data Quality Dashboard. For example, we want to compute 3rd and 97th percentile for some lab results to use those as thresholds.
0 commit comments