Starting from July, 2024, the GCA R package will be maintained by the AIAOS Lab at the University of Florida. The AIAOS Lab will handle all future maintenance, updates, and support for the package.
An R package for genetic connectedness analysis using pedigree and genomic data.
GCA is currently available in Github, and can be installed with devtools package:
- Install
devtoolspackage from CRAN.
install.packages("devtools")- Load the
devtoolspackage.
library(devtools)- Install
GCApackage from Github.
install_github('QGresources/GCA')- Load
GCApackage.
library(GCA).rs.restartR() Haipeng Yu and Gota Morota. GCA: An R package for genetic connectedness analysis using pedigree and genomic data. BMC Genomics, 2021. 10.1186/s12864-021-07414-7
