make_subsets | R Documentation |
This function creates multiple smaller .geno files from larger .geno file.
make_subsets(input.file, subsets = 100, snps = 1000)
input.file |
.geno file created by LEA::vcf2geno() |
subsets |
Number of ancestry calculations at each K value |
snps |
Number of SNPs sub-sampled for ancestry calculations |
.geno file
make_subsets("example.geno", snps = 1000, subsets = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.