View source: R/RemovingMissngGenotypes.R
rmMissingGenotypes | R Documentation |
This function removes genotyped individuals from a marker matrix that do not meet the minimum threshold of marker information
rmMissingGenotypes(X = NULL, threshold = 50, plot.missing = FALSE)
X |
A marker matrix, usually obtained from the routines in FPGC |
threshold |
A threshold of missing marker information for genotypes in percentage |
plot.missing |
Logical. Indicating if a histograms of missing information printed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.