mkGenABELtfam | R Documentation |
Generate the six column .tfam file used with the .tped file. Note: Only the person id column appears to be used by GenABEL.
mkGenABELtfam(prefix, envir)
prefix |
prefix for generated file name |
envir |
'environment' containing SQLite database and other globals |
None
## Not run:
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)
mkGenABELtfam("foo", ENV)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.