GenGenoMat {AllelicSeries} | R Documentation |
Generate Genotype Matrix
GenGenoMat(n, snps, maf_range = c(0.005, 0.01))
n |
Sample size. |
snps |
Number of SNP in the gene. |
maf_range |
Range of minor allele frequencies: c(MIN, MAX). |
(n x snps) numeric matrix.