Learn R Programming

DEploid (version 0.5.4)

extractPLAF: Extract PLAF

Description

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

Usage

extractPLAF(plafFileName)

Value

A numeric array of PLAF

Arguments

plafFileName

Path of the PLAF text file.

Examples

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

Run the code above in your browser using DataLab