Filters SNP names belonging to specified chromosomes.
check.snp.chromo(snpmap, chromosomes)
Character vector with SNP names.
snpmap <- data.frame(Chromosome = c(1, 1, 2), Name = c("SNP1", "SNP2", "SNP3"))
check.snp.chromo(snpmap, 1)
#> [1] "SNP1" "SNP2"