powered by
This populates the R data frames from the specified Mega2 SQLite database.
init_pedgene(db = NULL, verbose = FALSE, traitname = "default", ...)
specifies the path of a Mega2 SQLite database containing study data.
TRUE indicates that diagnostic printouts should be enabled. This value is saved in the returned environment.
Name of the affection status trait to use to set the case/control status; default value = "default".
fed to dbmega2_import(); should be bpPosMap= to select from the maps of base pairs, if the default is not desired.
"environment" containing data frames from an SQLite database and some computed values.
DOpedgene, Mega2pedgene, mkfam
DOpedgene
Mega2pedgene
mkfam
# NOT RUN { db = system.file("exdata", "seqsimm.db", package="Mega2R") ENV = init_pedgene(db, traitname = "default") ls(ENV) # }
Run the code above in your browser using DataLab