extractPLAF {DEploid}R Documentation

Extract PLAF

Description

Extract population level allele frequency (PLAF) from text file.

Usage

extractPLAF(plafFileName)

Arguments

plafFileName

Path of the PLAF text file.

Value

A numeric array of PLAF

Note

The text file must have header, and population level allele frequency recorded in the "PLAF" field.

Examples

plafFile = system.file("extdata", "labStrains.test.PLAF.txt",
  package = "DEploid")
plaf = extractPLAF(plafFile)


[Package DEploid version 0.5.4 Index]