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
devtools
package from CRAN.
install.packages("devtools")
- Load the
devtools
package.
library(devtools)
- Install
GCA
package from Github.
install_github('QGresources/GCA')
- Load
GCA
package.
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