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]
All associated links for this package
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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

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  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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