Other packages > Find by keyword >

Mega2R  

Accessing and Processing a 'Mega2' Genetic Database
View on CRAN: Click here


Download and install Mega2R package within the R console
Install from CRAN:
install.packages("Mega2R")

Install from Github:
library("remotes")
install_github("cran/Mega2R")

Install by package version:
library("remotes")
install_version("Mega2R", "1.1.0")



Attach the package and use:
library("Mega2R")
Maintained by
Daniel E. Weeks
[Scholar Profile | Author Map]
First Published: 2017-11-02
Latest Update: 2021-12-06
Description:
Uses as input genetic data that have been reformatted and stored in a 'SQLite' database; this database is initially created by the standalone 'mega2' C++ program (available freely from ). Loads and manipulates data frames containing genotype, phenotype, and family information from the input 'SQLite' database, and decompresses needed subsets of the genotype data, on the fly, in a memory efficient manner. We have also created several more functions that illustrate how to use the data frames as well as perform useful tasks: these permit one to run the 'pedgene' package to carry out gene-based association tests on family data using selected marker subsets, to run the 'SKAT' package to carry out gene-based association tests using selected marker subsets, to run the 'famSKATRC' package to carry out gene-based association tests on families (optionally) and with rare or common variants using selected marker subsets, to output the 'Mega2R' data as a VCF file and related files (for phenotype and family data), and to convert the data frames into CoreArray Genomic Data Structure (GDS) format.
How to cite:
Daniel E. Weeks (2017). Mega2R: Accessing and Processing a 'Mega2' Genetic Database. R package version 1.1.0, https://cran.r-project.org/web/packages/Mega2R. Accessed 29 Mar. 2025.
Previous versions and publish date:
1.0.0 (2017-11-02 14:26), 1.0.2 (2018-04-03 19:51), 1.0.3 (2018-05-22 22:45), 1.0.4 (2018-06-18 19:58), 1.0.5 (2019-02-28 06:50), 1.0.6 (2020-05-15 11:10), 1.0.7 (2020-05-20 02:40), 1.0.8 (2020-10-01 09:40), 1.0.9 (2021-12-06 19:10)
Other packages that cited Mega2R R package
View Mega2R citation profile
Other R packages that Mega2R depends, imports, suggests or enhances
Complete documentation for Mega2R
Downloads during the last 30 days
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for Mega2R02468101214161820222426TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA