FilterGenos {AllelicSeries} | R Documentation |
Filter Noncausal Variants
Description
Remove a random fraction of variants, which are designated non-causal.
Usage
FilterGenos(anno, geno, prop_causal = 1)
Arguments
anno |
(snps x 1) annotation vector. |
geno |
(n x snps) genotype matrix. |
prop_causal |
Proportion of variants which are causal. |
Value
List containing the (n x snps) genotype matrix "geno" and the (snps x 1) annotation vector "anno".
[Package AllelicSeries version 0.0.4.1 Index]