powered by
Generate a vcf-file for selected groups and chromosome
get.vcf( population, path = NULL, database = NULL, gen = NULL, cohorts = NULL, chromosomen = "all", non.genotyped.as.missing = FALSE, use.id = FALSE )
Population list
Location to save vcf-file
Groups of individuals to consider for the export
Quick-insert for database (vector of all generations to export)
Quick-insert for database (vector of names of cohorts to export)
Beschraenkung des Genotypen auf bestimmte Chromosomen (default: 1)
Set to TRUE to replaced non-genotyped entries with "./."
Set to TRUE to use MoBPS ids instead of Sex_Nr_Gen based names
VCF-file for in gen/database/cohorts selected individuals
# NOT RUN { data(ex_pop) data(ex_pop) # } # NOT RUN { file_path <- tempdir() get.vcf(path=file_path, ex_pop, gen=2) file.remove(paste0(file_path, ".vcf")) # }
Run the code above in your browser using DataLab