Learn R Programming

Mega2R (version 1.1.0)

mkGenABELphenotype: 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

mkGenABELphenotype(envir)

Value

out phenotype data frame

Arguments

envir

'environment' containing SQLite database and other globals

Examples

Run this code
if (FALSE) {
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)
mkGenABELphenotype(ENV)
}

Run the code above in your browser using DataLab