FilterGenos: Filter Noncausal Variants
Description
Remove a random fraction of variants, which are designated non-causal.
Usage
FilterGenos(anno, geno, prop_causal = 1)
Value
List containing the (n x snps) genotype matrix "geno" and the
(snps x 1) annotation vector "anno".
Arguments
- anno
(snps x 1) annotation vector.
- geno
(n x snps) genotype matrix.
- prop_causal
Proportion of variants which are causal.