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:
devtools
package from CRAN.install.packages("devtools")
devtools
package.library(devtools)
GCA
package from
Github.install_github('HaipengU/GCA_r', build_opts = c("--no-resave-data", "--no-manual"))
GCA
package.library(GCA)
GCA
vignette.vignette('GCA', package = 'GCA')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.