Skip to content

covidclinical/Phase1.2QualityControlRpackage

Repository files navigation

Phase1.2 Quality Control R package

The goal of Phase1.2QCpackage is to perform Quality Control on data generated for Phase 1.2.

Installation

devtools::install_github("https://github.com/covidclinical/Phase1.2QualityControlRPackage", upgrade=FALSE)

Running QC

### enter input path, output path and site name
dir.input = ""   # path to the 1.2 data
dir.output = ""  # path to save the 1.2 QC report
site.nm = ""     # 4CE site ID


### run QC
runQC_Phase1.2_report(dir.input, dir.output, site.nm)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages