simMixSNP: Simulates SNP mixtures
Description
Simulates SNP mixtures and outputs optionally file
suitable for wrapdataL function
for estimation of number of contributorsUsage
simMixSNP(nSNP , p , ncont, writeFile, outfile , id )
Arguments
nSNP
Integer number of SNPs>1
ncont
Number of contributors >= 1
writeFile
If TRUE, output written to file
outfile
Name of output file
id
Column one of output file identifying run
Value
- Returns a data frame with columns Id, marker, allele, frequency and height (=1 for now)