exclMarkers | R Documentation |
Helper function for selecting markers to be excluded from GWAS scan. Markers are excluded if they are identical to any of the snpCovariates (including the snpCovariates themselves).
exclMarkers(snpCov, markers, allFreq, ref = NULL)
snpCov |
A character vector of snpCovariates. |
markers |
A matrix with marker information. |
allFreq |
A numerical vector of allele frequencies of the markers in
|
A numerical vector of markers to be exluded from the GWAS scan.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.