FilterGenos {AllelicSeries} | R Documentation |
Remove a random fraction of variants, which are designated non-causal.
FilterGenos(anno, geno, prop_causal = 1)
anno |
(snps x 1) annotation vector. |
geno |
(n x snps) genotype matrix. |
prop_causal |
Proportion of variants which are causal. |
List containing the (n x snps) genotype matrix "geno" and the (snps x 1) annotation vector "anno".