mockVCF | R Documentation |
Quick function to generate mock vcf file. Note this data has unrealistic population structure.
mockVCF(
n.snps = 200,
n.samples = 5,
chromosome = 1,
chr.length = 2e+06,
seed = NULL
)
n.snps |
Number of SNPs in mock vcf file. |
n.samples |
Number of samples in mock bulk data. |
chromosome |
Chromosome name |
chr.length |
Length of mock chromosome |
seed |
Optional: seed for random seed |
data.frame containing mock vcf data.
vcf <- mockVCF()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.