extractPLAF | 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.utils")
plaf <- extractPLAF(plafFile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.