Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.3 KB

File metadata and controls

61 lines (39 loc) · 1.3 KB

GCA

Update: maintenance transition

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.

Overview

An R package for genetic connectedness analysis using pedigree and genomic data.

Installation

GCA is currently available in Github, and can be installed with devtools package:

  1. Install devtools package from CRAN.
install.packages("devtools")
  1. Load the devtools package.
library(devtools)
  1. Install GCA package from Github.
install_github('QGresources/GCA')
  1. Load GCA package.
library(GCA)

Fail to load documentation (e.g., ?GCA) after reinstalling GCA.

.rs.restartR() 

Documentation

Vignette

Reference

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