Skip to content

Commit 7af76c8

Browse files
author
Huser
committed
Update README.md
1 parent 09f65b5 commit 7af76c8

File tree

1 file changed

+28
-17
lines changed

1 file changed

+28
-17
lines changed

README.md

Lines changed: 28 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data quality
22

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.
44

55
For the study, the protocol is available in extras folder.
66

@@ -9,23 +9,37 @@ Forum link: http://forums.ohdsi.org/t/ohdsi-informatics-study-data-quality/1857/
99
The package was extended to also provide additional function.
1010
There are several usage scenarios.
1111

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+
1819

1920

2021
# Package updates
2122

22-
## v4 (2019-12-13)
23-
- adding support for DQD (initial part)
23+
## v4 (2020-01-24)
24+
- adding support for DQD
2425

2526
## v3
2627
- adding MIAD
2728

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)
2943

3044
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).
3145
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).
@@ -49,7 +63,7 @@ createMIAD <- function(connectionDetails,
4963
,level = 3)
5064
```
5165
52-
# 2.Participate on DataQuality study
66+
# Participate on DataQuality study
5367
5468
This takes a series of steps described below:
5569
@@ -137,7 +151,7 @@ This principle was used in the initial study of Achilles Heel evaluation. (precu
137151
The tool relies on new computations done by the Achilles tool. Using Achilles version >=1.4 is required
138152

139153

140-
# 3.Only run DataQuality locally
154+
# Only run DataQuality locally
141155

142156
Generate local report (not shared with anyone, creates a local .DOCX file)
143157
First the executeDQ function must be run. This creates a export subfolder.
@@ -166,7 +180,7 @@ writeReport(exportFolder = exportFolder,
166180
```
167181

168182

169-
# 4. Run developmental DQ checks
183+
# Run developmental DQ checks
170184

171185
Themis aims to generate stricter conventions. The checks tested here will be incorporated into `Achilles Heel`.
172186

@@ -210,11 +224,8 @@ cT #view the output
210224

211225
Example output is [here](inst/csv/ThemisMeasurementsUnitsCheck.csv)
212226

213-
# 5. Participate on annual 'State of the Network' report and address
227+
# Participate on annual 'State of the Network' report and address
214228

215229
In order to be listed, email to the report coortinator (VH) your MIAD level 2 CSV file.
216230

217231

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

Comments
 (0)