extractPLAF {DEploid} | R Documentation |
Extract population level allele frequency (PLAF) from text file.
extractPLAF(plafFileName)
plafFileName |
Path of the PLAF text file. |
A numeric array of PLAF
The text file must have header, and population level allele frequency recorded in the "PLAF" field.
plafFile = system.file("extdata", "labStrains.test.PLAF.txt",
package = "DEploid")
plaf = extractPLAF(plafFile)