mkGenABELphenotype | R Documentation |
Generate the .phe (PLINK phenotype) file needed by GenAbel. The person must match that specified in the .tfam file
mkGenABELphenotype(envir)
envir |
'environment' containing SQLite database and other globals |
out phenotype data frame
## Not run:
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)
mkGenABELphenotype(ENV)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.