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 21 Nov. 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

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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