Function to return a dataframe of population (POP, ID)
This is a core function. Read PED file and returns a data.frame with the first two columns
readPOPCpp(genotypeFile)
genotypeFile
: genotype (.ped) file locationa dataframe of POP, ID
Useful links