mkphenotype | R Documentation |
Convert data in phenotype_table to a data frame of columns that are phenotypes. The columns may be affection status or quantitative values
mkphenotype(envir)
envir |
"environment" containing SQLite database and other globals |
is a data frame with FID column, then IID column, and then an additional column for each phenotype.
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)
out = mkphenotype()
out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.