R/daeqtlr_example.R
daeqtlr_example.Rd
daeqtlr comes bundled with a number of sample files in its inst/extdata directory. This function make them easy to access.
inst/extdata
daeqtlr_example(file = NULL)
Name of file. If NULL, the example files will be listed.
NULL
daeqtlr_example() #> [1] "ae.csv" "candidate_snps.txt" "dae_snps.txt" #> [4] "genotypes.csv" "snp_gen_positions.csv" "snp_pairs.csv" #> [7] "zygosity.csv" daeqtlr_example("zygosity.csv") #> [1] "/home/runner/work/_temp/Library/daeqtlr/extdata/zygosity.csv"