Description Usage Arguments Value
It removes all variants that missing rate are smaller than p in either sample.
| 1 | filter_by_miss(M1, M2, missing_cut)
 | 
| M1 | the additive coding of genotype for sample1 | 
| M2 | the additive coding of genotype for sample2 | 
| missing_cut | the missing rate cut-off, only keep variants with missing rate <p in both samples | 
a list including row combined genotype from both sample (M) and a vector of index whether a variant pass the missingness filter (k).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.