extractPLAF: Extract PLAF

Description Usage Arguments Value Note Examples

View source: R/DEploidR.R

Description

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

Usage

1
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

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

DEploid documentation built on April 22, 2020, 1:04 a.m.