mockVCF {splatter} | 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 gff data.
vcf <- mockVCF()