mkGenABELphenotype: generate required PLINK (.phe) file

mkGenABELphenotypeR Documentation

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)

Arguments

envir

'environment' containing SQLite database and other globals

Value

out phenotype data frame

Examples

## Not run: 
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)
mkGenABELphenotype(ENV)

## End(Not run)

Mega2R documentation built on May 29, 2024, 1:14 a.m.