dummy_data.Rd
Create a dummy data set
dummy_data()
Invisibly returns a MIP dataset with the following variables:
"Year" Numerics of sample year collect
"Country" String of country of sample collection
"Study" String of study name
"DHS_Cluster" Numeric of DHS cluster
"Lat" Numeric for latitude
"Long" Numeric for longitude
"Sample_ID" String for unique sample ID
"Chrom" Numeric for chromosome number
"Pos" Numeric for chromosome position
"Ref" Reference allele nucleotide
"Alt" Alternative allele nucleotide
"Coverage" Numeric for read coverage
"Barcode_Count" Numeric for count of barcodes matched to Ref
Fixed dummy data set. Mainly used for tests. For a more nuanced
dummy data set creation see generate_dummy_data
.
dat <- dummy_data()