This function creates a GDS reference model that can be used to performe EthSEQ ancestry analysis
ethseq.RM(
vcf.fn,
annotations,
out.dir = "./",
model.name = "Reference.Model",
bed.fn = NA,
verbose = TRUE,
call.rate = 1,
cores = 1
)Logical value indicating the success of the analysis
vector of paths to genotype files in VCF format
data.frame with mapping of all samples names, ancestries and gender
Path to output folder
Name of the output model
path to BED file with regions of interest
Print detailed information
SNPs call rate cutoff for inclusion in the final reference model
How many parallel cores to use in the reference model generation