| Literature DB >> 30271589 |
Robert V Baron1, Justin R Stickel1, Daniel E Weeks1,2.
Abstract
The standalone C++ Mega2 program has been facilitating data-reformatting for linkage and association analysis programs since 2000. Support for more analysis programs has been added over time. Currently, Mega2 converts data from several different genetic data formats (including PLINK, VCF, BCF, and IMPUTE2) into the specific data requirements for over 40 commonly-used linkage and association analysis programs (including Mendel, Merlin, Morgan, SHAPEIT, ROADTRIPS, MaCH/minimac3). Recently, Mega2 has been enhanced to use a SQLite database as an intermediate data representation. Additionally, Mega2 now stores bialleleic genotype data in a highly compressed form, like that of the GenABEL R package and the PLINK binary format. Our new Mega2R package now makes it easy to load Mega2 SQLite databases directly into R as data frames. In addition, Mega2R is memory efficient, keeping its genotype data in a compressed format, portions of which are only expanded when needed. Mega2R has functions that ease the process of applying gene-based tests by looping over genes, efficiently pulling out genotypes for variants within the desired boundaries. We have also created several more functions that illustrate how to use the data frames: these permit one to run the pedgene package to carry out gene-based association tests on family data, to run the SKAT package to carry out gene-based association tests, to output the Mega2R data as a VCF file and related files (for phenotype and family data), and to convert the data frames into GenABEL format. The Mega2R package enhances GenABEL since it supports additional input data formats (such as PLINK, VCF, and IMPUTE2) not currently supported by GenABEL. The Mega2 program and the Mega2R R package are both open source and are freely available, along with extensive documentation, from https://watson.hgen.pitt.edu/register for Mega2 and https://CRAN.R-project.org/package=Mega2R for Mega2R.Entities:
Keywords: Mega2; R; SQLite; database; gene-based association tests; genome-wide association studies; genotypes; linkage; phenotypes
Mesh:
Year: 2018 PMID: 30271589 PMCID: PMC6137409 DOI: 10.12688/f1000research.15949.2
Source DB: PubMed Journal: F1000Res ISSN: 2046-1402
Figure 1. Input data (PLINK in this example) are converted into a SQLite database by Mega2; this database is then read by Mega2R, making the data accessible within R as data frames.
Figure 2. Mega2R provides an efficient and flexible wrapper for iterating through gene regions, running R functions on variants within the desired boundaries.
Mega2VCF output file suffix, function to generate the file, and contents of the file.
| file suffix | function | contents |
|---|---|---|
|
|
| contains the multi column VCF file with header; each row contains genotypes for all the
|
|
|
| contains the 6 columns of the .fam file |
|
|
| contains the allele frequency information |
|
|
| contains the supplied maps with their genetic or physical distances |
|
|
| contains the phenotype information: quantitative and affection status |
|
|
| contains the penetrance information |