Learn R Programming

DEploid.utils (version 0.0.1)

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.utils")
plaf <- extractPLAF(plafFile)

Run the code above in your browser using DataLab