Please see the downloads section for documentation of the exceptions that are currently implemented. You can clone this repository if you are familiar with Git and GitHub. Alternatively, click on the cloud button with the word zip to download a zip archive of the most current version of the scripts.
The major directions for running these scripts:
- Install RStudio (you will also need to install the
latticeExtraandbrewpackages) - Place the programs and the tables that correspond to the IeDEA Data Exchange Standard (
tblBAS.csvtblLAB_CD4.csv,tblLAB_RNA.csv,tblART.csv. etc...) as csv files in theinputfolder. - Open
tbl_checks.Rwith RStudio - Change working directory to source of files/data ( Session -> Set Working Directory -> To Source File Location ).
- Click on
SourceorCTRL+SHIFT+S. This will traverse all the csv files in theinputdirectory and capture every exception (error) that these scripts look for. - If successful, a very large file with a table that includes all the exceptions will also be created in the
outputfolder. - To generate a summary report of all the exceptions that were captured in that file, you will need to open the file
code/summarize_exceptions.Rand also source it. - If successful, a few other files will be created in the
outputdirectory. The html fileoutput/summary_report.htmlwill give you a nice view that you can read in your browser.