# Load example files
madc_file <- system.file("example_MADC_FixedAlleleID.csv", package="BIGr")
bot_file <- system.file("example_SNPs_DArTag-probe-design_f180bp.botloci", package="BIGr")
#Temp location (only for example)
output_file <- tempfile()
# Convert MADC to VCF
madc2vcf_targets(madc_file = madc_file,
output.file = output_file,
get_REF_ALT = TRUE,
botloci_file = bot_file)
rm(output_file)
Run the code above in your browser using DataLab