run_scan1 | R Documentation |
Read in a bunch of data and then run qtl2::scan1()
.
run_scan1(
genoprobs_file,
pheno_file,
output_file = NULL,
map_file = NULL,
kinship_file = NULL,
addcovar_file = NULL,
Xcovar_file = NULL,
intcovar_file = NULL,
weights_file = NULL,
reml = TRUE,
cores = 1,
compress = FALSE
)
genoprobs_file |
Name of file with genotype probabilities |
pheno_file |
Name of file with phenotypes |
output_file |
Optional output RDS file. If NULL, print output as a table. |
map_file |
Optional (RDS) file containing map. Needed if |
kinship_file |
Optional file containing kinship matrix |
addcovar_file |
Optional file containing additive covariates |
Xcovar_file |
Optional file containing X chromosome covariates |
intcovar_file |
Optional file containing interactive covariates |
weights_file |
Optional file containing covariates |
reml |
If TRUE, use REML; otherwise, use maximum likelihood |
cores |
Number of CPU cores to use |
compress |
If TRUE, save a compressed RDS file (smaller but slower). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.