powered by
Function to derive which markers are genotyped for the selected individuals
get.genotyped.snp( population, database = NULL, gen = NULL, cohorts = NULL, id = NULL, export.alleles = FALSE, use.id = TRUE, array = NULL )
Binary Coded is/isnot genotyped level for in gen/database/cohorts selected individuals
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)
Individual IDs to search/collect in the database
If TRUE export underlying alleles instead of just 012
Set to TRUE to use MoBPS ids instead of Sex_Nr_Gen based names (default: TRUE)
Use only markers available on the array
data(ex_pop) genotyped.snps <- get.genotyped.snp(ex_pop, gen=2)
Run the code above in your browser using DataLab