-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME.Rmd
More file actions
56 lines (42 loc) · 1.75 KB
/
README.Rmd
File metadata and controls
56 lines (42 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit README.Rmd (this file) -->
```{r setup, echo = FALSE, warning = FALSE}
chooseCRANmirror(graphics = FALSE, ind = 1)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# GCA <img src="man/figures/GCA.png" height="200" align="right"/>
## Update: maintenance transition
Starting from July, 2024, the GCA R package will be maintained by the [AIAOS Lab at the University of Florida](https://github.com/uf-aiaos/GCA). 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.
```{r, warning = FALSE, message = FALSE, results = 'hide', eval = FALSE}
install.packages("devtools")
```
2. Load the `devtools` package.
```{r, warning = FALSE, results = 'hide', eval = FALSE}
library(devtools)
```
3. Install `GCA` package from Github.
```{r, warning = FALSE, results = 'hide', message = FALSE, eval = FALSE}
install_github('QGresources/GCA')
```
4. Load `GCA` package.
```{r, warning = FALSE, results = 'hide', eval = FALSE}
library(GCA)
```
### Fail to load documentation (e.g., `?GCA`) after reinstalling GCA.
```{r,warning = FALSE, results = 'hide', eval = FALSE}
.rs.restartR()
```
## Documentation
[Vignette](https://qgresources.github.io/GCA_Vignette/GCA.html)
## 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](https://bmcgenomics.biomedcentral.com/articles/10.1186/s12864-021-07414-7)