check_geno {cape} | R Documentation |
Check to see if the any markers in the supplied genotype matrix is one of the covariates.
Description
Check to see if the any markers in the supplied genotype matrix is one of the covariates.
Usage
check_geno(genotype, covar_table)
Arguments
genotype |
The vector of genotype values for a single marker |
covar_table |
The table of covariates |
Value
covariates indices that match the genotype
[Package cape version 3.1.2 Index]