showPhenoNames | R Documentation |
Mega2R stores several phenotypes, both affective and quantitative. This function displays the mapping between phenotype (name), index, and the phenotype type (affection or quantitative).
showPhenoNames(envir = ENV)
envir |
an environment that contains all the data frames created from the SQLite database. |
None
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)
showPhenoNames()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.