mockVCF: Generate mock vcf

Description Usage Arguments Value Examples

View source: R/mock-data.R

Description

Quick function to generate mock vcf file. Note this data has unrealistic population structure.

Usage

1
mockVCF(n.snps = 10000, n.samples = 10, chromosome = 22)

Arguments

n.snps

Number of SNPs in mock vcf file.

n.samples

Number of samples in mock bulk data.

chromosome

Chromosome name

Value

data.frame containing mock gff data.

Examples

1
vcf <- mockVCF()

splatter documentation built on Dec. 3, 2020, 2:01 a.m.