Main QUAIL pipeline
QUAIL vQTL Analysis Pipeline
Usage
QUAIL_pipeline(
genotype,
rank_score,
phenotype = NULL,
covariates = NULL,
phenotype_id = NULL
)
Arguments
- genotype
numeric matrix (n x p) of genotypes.
- rank_score
numeric vector (n x 1) of rank scores from Step 1.
- phenotype
optional numeric vector (n x 1) of original phenotype values.
- covariates
optional numeric matrix (n x k) of covariates.
Value
A data frame containing vQTL results.
Examples
if (FALSE) { # \dontrun{
results <- QUAIL_pipeline(genotype, rank_score, covariates = covariates)
} # }