Usage
pairscan.noKin(data.obj, pheno.mat, geno.mat,
covar.table, paired.markers, n.perm, verbose,
n.cores = NULL)
Arguments
pheno.mat
A matrix holding the phenotypes in columns and individuals in rows
geno.mat
A matrix of genotype values with markers in columns and individuals in rows. Elements indicate the probability of an alternate allele at each marker for each individual.
covar.table
A matrix holding values for covariates in columns and individuals in rows.
paired.markers
A two-column matrix indicating which marker pairs to test in the pairscan.
n.perm
The number of total permutations to be performed.
verbose
A logical value indicating whether the progress of the scan should be printed to the screen.
n.cores
An integer specifying the number of cores to be used in parallel processing. If NULL, the choice is made automatically.