README.md

GCA

Build
Status

Overview

This is the development version of the GCA R package. The stable version can be accessed here.

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('HaipengU/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



HaipengU/GCA2 documentation built on March 1, 2021, 7:41 a.m.