powered by
Extract population level allele frequency (PLAF) from text file.
extractPLAF(plafFileName)
A numeric array of PLAF
Path of the PLAF text file.
plafFile = system.file("extdata", "labStrains.test.PLAF.txt", package = "DEploid") plaf = extractPLAF(plafFile)
Run the code above in your browser using DataLab