Learn R Programming

Mega2R (version 1.0.0)

mkGenABELphe: generate required PLINK (.phe) file

Description

Generate the .phe (PLINK phenotype) file needed by GenAbel. The person must match that specified in the .tfam file

Usage

mkGenABELphe(envir)

Arguments

envir

'environment' containing SQLite database and other globals

Value

out phenotype data frame

Examples

Run this code
# NOT RUN {
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)
mkGenABELphe(ENV)
# }

Run the code above in your browser using DataLab