powered by
Function to devide genotypes of selected individuals
get.geno( population, database = NULL, gen = NULL, cohorts = NULL, chromosomen = "all", export.alleles = FALSE, non.genotyped.as.missing = FALSE, use.id = FALSE )
Population list
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)
If TRUE export underlying alleles instead of just 012
Set to TRUE to replace non-genotyped markers with NA
Set to TRUE to use MoBPS ids instead of Sex_Nr_Gen based names (default: FALSE)
Genotype data for in gen/database/cohorts selected individuals
# NOT RUN { data(ex_pop) geno <- get.geno(ex_pop, gen=2) # }
Run the code above in your browser using DataLab