View source: R/generate_data.R
FilterGenos | 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".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.