Identifies SNPs with position equal to zero in the SNP map.
check.snp.no.position(snpmap)
Character vector with SNP names without position. Returns `NULL` if none.
df <- data.frame(Position = c(0, 100), Name = c("SNP1", "SNP2"))
check.snp.no.position(df)
#> [1] "SNP1"