scripts/validate.R

source(paste0(getwd(), "/scripts/validate-annotations.R"))
source(paste0(getwd(), "/scripts/validate-covar-info.R"))
source(paste0(getwd(), "/scripts/validate-data.R"))
source(paste0(getwd(), "/scripts/validate-lod-peaks.R"))
source(paste0(getwd(), "/scripts/validate-samples.R"))
source(paste0(getwd(), "/scripts/validate-dataset.R"))
source(paste0(getwd(), "/scripts/validate-dataset-by-api.R"))
source(paste0(getwd(), "/scripts/validate-environment.R"))
validate_environment(TRUE)
rm(list=grep("^validate_.*$", ls(), value=TRUE))
churchill-lab/qtl2api documentation built on April 17, 2025, 3:27 a.m.