Skip to content

QGresources/GCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Genetic connectedness analysis R package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published