Description Usage Arguments Value Author(s) Examples
Identify markers or genotypes with a missing rate higher than the
specified threshold.
1 | QC_missing(mk.mat, threshold = 0.1, MARGIN = 2)
|
mk.mat |
|
threshold |
|
MARGIN |
|
Return:
mis.ind |
Three columns |
Vincent Garin
1 2 3 4 5 6 7 | data('USNAM_geno')
# missingness of markers
QC_missing(mk.mat = USNAM_geno)
# missingness of genotypes
QC_missing(mk.mat = USNAM_geno, threshold = 0.2, MARGIN = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.